Started by user Ed Merks Running as Ed Merks [Pipeline] Start of Pipeline [Pipeline] node Agent centos-8-1nvkb is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" name: "centos-8-1nvkb" 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: "centos-8-1nvkb" - 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: "centos-8-1nvkb" - 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-centos-8:remoting-3107.v665000b_51092" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-birt" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-8-1nvkb in /home/jenkins/agent/workspace/build-test [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 40 min [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Display Parameters) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] echo BUILD_TYPE=nightly [Pipeline] echo PROMOTE=true [Pipeline] echo BRANCH_NAME=null [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Git Checkout) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-birt/birt.git > git init /home/jenkins/agent/workspace/build-test # timeout=10 Fetching upstream changes from https://github.com/eclipse-birt/birt.git > git --version # timeout=10 > git --version # 'git version 2.39.1' > git fetch --tags --force --progress -- https://github.com/eclipse-birt/birt.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-birt/birt.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b21eddbeb1cfe54870c42f37cd6ad15099da1b7f (origin/master) Seen branch in repository origin/Update-ReportMultiBookPage Seen branch in repository origin/master Seen branch in repository origin/qrcode_feature Seen 3 remote branches > git show-ref --tags -d # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b21eddbeb1cfe54870c42f37cd6ad15099da1b7f # timeout=10 Commit message: "Conditionally disable test that fails running on centos (#1310)" > git rev-list --no-walk b21eddbeb1cfe54870c42f37cd6ad15099da1b7f # timeout=10 [Pipeline] echo [GIT_BRANCH:origin/master, GIT_COMMIT:b21eddbeb1cfe54870c42f37cd6ad15099da1b7f, GIT_PREVIOUS_COMMIT:b21eddbeb1cfe54870c42f37cd6ad15099da1b7f, GIT_URL:https://github.com/eclipse-birt/birt.git] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.birt (ssh://genie.birt@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-sasLmOzOXHdi/agent.138 SSH_AGENT_PID=140 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/build-test@tmp/private_key_15709950843983807767.key (/home/jenkins/agent/workspace/build-test@tmp/private_key_15709950843983807767.key) [ssh-agent] Started. [Pipeline] { [Pipeline] xvnc $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [build-test] $ Xvnc -help Starting xvnc [build-test] $ Xvnc :58 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16 Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst) See https://www.tigervnc.org for information on TigerVNC. Underlying X server release 12011000, The X.Org Foundation Tue Jun 6 16:02:58 2023 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5958 vncext: created VNC server for screen 0 [Pipeline] { [Pipeline] sh + mvn clean verify -B -Pbuild-server -Ppromote -DtestOnCentos=true -DskipTests=true -Dmaven.repo.local=/home/jenkins/agent/workspace/build-test/.m2/repository -Dorg.eclipse.justj.p2.manager.build.url=https://ci.eclipse.org/birt/job/build-test/ -Dbuild.type=nightly -Dgit.commit=b21eddbeb1cfe54870c42f37cd6ad15099da1b7f -Dorg.eclipse.storage.user=genie.birt -Dorg.eclipse.justj.p2.manager.relative=updates-tmp Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Resolving target definition file:/home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.target/org.eclipse.birt.target.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, linux/gtk/aarch64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, execution environment=org.eclipse.tycho.p2.target.ee.CustomEEResolutionHints@34fa82eb, remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@69d145f6... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.example:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.example/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.birt-packages.birt-charts:ChartRuntime:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-charts/ChartRuntime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.birt-packages.birt-charts:ChartSDK:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-charts/ChartSDK/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.birt-packages.birt-charts:DeploymentRuntime:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-charts/DeploymentRuntime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-epp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-epp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-report-rcp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-rcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-report-all-in-one:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-all-in-one/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-report-framework:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-framework/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-report-framework-sdk:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-framework-sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.build:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.build/pom.xml [INFO] Fetching S202305311416&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/oomph/simrel-orbit/milestone/ (63B) [INFO] Fetching jakarta.xml.bind_2.3.3.v20221203-1659.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (135.86kB) [INFO] Fetching javax.activation_1.2.2.v20221203-1659.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (85.08kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (249kB) [INFO] Fetching org.eclipse.osgi_3.18.400.v20230509-2241.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (1.47MB) [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (2.96MB) [INFO] Fetching org.dom4j_2.1.1.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (347.35kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.p2updatesite:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.p2updatesite/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.target/org.eclipse.birt.target.target for environments=[win32/win32/x86_64], include source mode=honor, execution environment=org.eclipse.tycho.p2.target.ee.CustomEEResolutionHints@34fa82eb, remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@69d145f6... [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-runtime-osgi:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-sample-plugins:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-sample-plugins/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-tests-suite:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-tests-suite/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-wtp-integration-sdk:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-wtp-integration-sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-source:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-source/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.device.extension:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.extension/pom.xml [INFO] Fetching com.ibm.icu_73.1.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (13.89MB) [INFO] Fetching com.ibm.icu_73.1.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (13.03MB of 13.89MB at 13.02MB/s) [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (81.03kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (370.34kB) [INFO] Fetching S202304250538&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/milestone/ (63B) [INFO] Fetching org.eclipse.emf.ecore_2.34.0.v20230406-1203.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (1.29MB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.18.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (238.68kB) [INFO] Fetching org.eclipse.core.runtime_3.27.0.v20230515-1719.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (74.42kB) [INFO] Fetching org.mozilla.javascript_1.7.10.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (1.26MB) [INFO] Fetching org.eclipse.core.contenttype_3.9.0.v20230412-0829.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (101.98kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.200.v20230120-0604.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (135.73kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (196.21kB) [INFO] Fetching org.eclipse.equinox.common_3.18.0.v20230523-2142.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (148.37kB) [INFO] Fetching org.eclipse.core.jobs_3.14.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (114.57kB) [INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (90.9kB) [INFO] Fetching org.eclipse.emf.common_2.28.0.v20230315-1321.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (378.61kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (19.69kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.device.pdf:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.pdf/pom.xml [INFO] Fetching org.apache.batik.anim_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (529.46kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.dom.svg_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (253.47kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.dom_1.16.0.v20230210-1249.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (206.11kB) [INFO] Fetching org.apache.batik.awt.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (452.28kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (25.35kB) [INFO] Fetching org.apache.batik.parser_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (94.68kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (21.23kB) [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (717.41kB) [INFO] Fetching org.apache.batik.bridge_1.16.0.v20230210-1249.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (744.81kB) [INFO] Fetching org.apache.batik.gvt_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (212.25kB) [INFO] Fetching org.apache.batik.script_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (40.19kB) [INFO] Fetching org.apache.batik.xml_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (47.81kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (22.12kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (15.35kB) [INFO] Fetching org.apache.batik.svggen_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (251.99kB) [INFO] Fetching org.apache.batik.transcoder_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (146.97kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (71.45kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.device.svg:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.svg/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.device.swt:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.swt/pom.xml [INFO] Fetching org.eclipse.swt_3.124.0.v20230523-1044.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (18.78kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.124.0.v20230523-1044.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (2.48MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.124.0.v20230523-1044.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (2.07MB) [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.124.0.v20230523-1044.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (2.06MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.124.0.v20230523-1044.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (2.15MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.124.0.v20230523-1044.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (2.16MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.engine:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.engine.extension:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine.extension/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.examples:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.examples/pom.xml [INFO] Fetching bcpg_1.73.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (401.43kB) [INFO] Fetching bcprov_1.73.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (10.95MB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (23.09kB) [INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (83.65kB) [INFO] Fetching com.sun.jna_5.13.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (1.79MB) [INFO] Fetching com.sun.jna.platform_5.13.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (1.3MB) [INFO] Fetching org.eclipse.jetty.servlet-api_4.0.6.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (266.68kB) [INFO] Fetching javax.annotation_1.3.5.v20230504-0748.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (48.11kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (32.41kB) [INFO] Fetching org.apache.felix.scr_2.2.6.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (393.54kB) [INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (64.89kB) [INFO] Fetching org.eclipse.text_3.13.0.v20230316-1200.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (297.21kB) [INFO] Fetching org.eclipse.core.resources_3.19.0.v20230510-1240.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (892.87kB) [INFO] Fetching org.eclipse.core.filesystem_1.10.0.v20230425-0513.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (71.88kB) [INFO] Fetching org.eclipse.ui_3.203.100.v20230417-1307.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (434.06kB) [INFO] Fetching org.eclipse.core.expressions_3.9.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (93.93kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.17.0.v20230316-1200.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (691.1kB) [INFO] Fetching org.eclipse.ui.ide_3.21.0.v20230526-1500.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (2.32MB) [INFO] Fetching org.eclipse.jface_3.30.0.v20230509-0720.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (1.12MB) [INFO] Fetching S202305311642&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/datatools/updates/milestone/ (63B) [INFO] Fetching org.eclipse.datatools.connectivity.oda.consumer_3.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (127.79kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.profile_3.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (47.13kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda_3.7.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (254.52kB) [INFO] Fetching org.eclipse.jface.text_3.24.0.v20230525-0719.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (1.04MB) [INFO] Fetching org.eclipse.gef_3.14.0.202305312117.jar from https://download.eclipse.org/tools/gef/classic/releases/latest/plugins/ (1,000.72kB) [INFO] Fetching org.eclipse.ui.workbench_3.129.0.v20230525-0648.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (3.5MB) [INFO] Fetching org.eclipse.draw2d_3.13.0.202305312117.jar from https://download.eclipse.org/tools/gef/classic/releases/latest/plugins/ (649.47kB) [INFO] Fetching org.eclipse.compare.core_3.8.0.v20230517-1315.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (69.26kB) [INFO] Fetching org.eclipse.core.commands_3.11.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (116.39kB) [INFO] Fetching org.eclipse.core.databinding_1.13.0.v20230501-1533.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (286.11kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.13.0.v20230501-1533.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (314.71kB) [INFO] Fetching org.eclipse.core.databinding.property_1.10.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (164.88kB) [INFO] Fetching org.eclipse.datatools.connectivity_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (275.68kB) [INFO] Fetching org.eclipse.ui.navigator_3.12.0.v20230329-1313.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (425.54kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.15.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (91.78kB) [INFO] Fetching org.eclipse.help_3.10.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (272.02kB) [INFO] Fetching org.eclipse.e4.ui.services_1.6.0.v20230501-1823.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (26.28kB) [INFO] Fetching org.eclipse.e4.core.commands_1.1.0.v20230501-1823.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (28.32kB) [INFO] Fetching org.eclipse.e4.core.di_1.9.0.v20230429-1914.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (54.33kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.12.0.v20230510-1240.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (56.42kB) [INFO] Fetching org.eclipse.e4.core.services_2.4.0.v20230429-1914.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (71.48kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.8.0.v20230429-1914.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (13.81kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.18.0.v20230429-1914.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (12.92kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.17.0.v20230429-1914.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (42.27kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.4.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (52.84kB) [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20201118194144/repository/ (63B) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (317.8kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.14.0.v20230501-1823.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (48.17kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.14.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (215.88kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.15.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (205.08kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.14.0.v20230501-1533.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (29.97kB) [INFO] Fetching org.eclipse.e4.ui.di_1.5.0.v20230501-1823.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (18.17kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.4.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (58.53kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.17.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (13.31kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.4.0.v20230404-0801.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (395.49kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.15.0.v20230501-1823.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (266.83kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.17.0.v20230501-1823.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (149.41kB) [INFO] Fetching org.eclipse.equinox.event_1.6.200.v20230120-0604.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (35.14kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.4.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (15.11kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.5.0.v20230501-1823.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (120.02kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.16.0.v20230525-0648.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (255.6kB) [INFO] Fetching org.eclipse.jface.databinding_1.15.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (291.45kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.17.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (22.89kB) [INFO] Fetching org.eclipse.urischeme_1.3.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (53.7kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (52.55kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.5.0.v20230509-1332.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (170.64kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.7.0.v20230403-0851.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (362.53kB) [INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (131.39kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.10.0.v20230330-0930.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (79.47kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.3.0.v20230330-1254.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (63.57kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.7.0.v20230507-1427.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (182.41kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.8.0.v20230509-0902.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (234.43kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.5.0.v20230415-1327.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (136.32kB) [INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (115.07kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.examples.core:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.examples.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.integration.wtp.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.integration.wtp.ui/pom.xml [INFO] Fetching javax.el_2.2.0.v201303151357.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (56.84kB) [INFO] Fetching javax.servlet.jsp-api_2.3.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (52.93kB) [INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (1.5MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v20220715-1206.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (101.69kB) [INFO] Fetching org.eclipse.jdt.core_3.34.0.v20230512-1803.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (4.01MB) [INFO] Fetching org.eclipse.wst.web.ui_1.2.300.v202206160209.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (92.9kB) [INFO] Fetching org.eclipse.wst.common.ui_1.2.300.v202211200032.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (153.83kB) [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.200.v202108200212.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (417.82kB) [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.602.v202007142017.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (293.68kB) [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.403.v202303031844.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (369.76kB) [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (157.31kB) [INFO] Fetching org.eclipse.jst.j2ee_1.2.700.v202301170822.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (1.83MB) [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.500.v202301170822.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (2.72MB) [INFO] Fetching org.eclipse.jst.j2ee.ui_1.2.0.v202301170822.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (859.18kB) [INFO] Fetching org.eclipse.jst.j2ee.web_1.2.200.v202301170822.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (478.1kB) [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.1001.v202301170822.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (237.39kB) [INFO] Fetching org.eclipse.jst.jsp.ui_1.3.400.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (549.18kB) [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.1600.v202301170822.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (252.93kB) [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.702.v202301162339.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (128.72kB) [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.12.200.v202301170743.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (190.22kB) [INFO] Fetching org.eclipse.jem.util_2.1.300.v202301170743.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (116.29kB) [INFO] Fetching org.eclipse.compare_3.9.0.v20230504-0624.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (808kB) [INFO] Fetching org.eclipse.ui.views_3.12.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (107.39kB) [INFO] Fetching org.eclipse.ui.editors_3.16.0.v20230329-1609.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (611.57kB) [INFO] Fetching org.eclipse.ui.forms_3.12.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (331.6kB) [INFO] Fetching org.eclipse.core.filebuffers_3.8.0.v20230316-1200.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (117.37kB) [INFO] Fetching org.eclipse.core.net_1.5.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (49.44kB) [INFO] Fetching org.eclipse.core.variables_3.6.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (37.44kB) [INFO] Fetching org.eclipse.debug.core_3.21.0.v20230508-1538.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (400.4kB) [INFO] Fetching org.eclipse.debug.ui_3.18.0.v20230516-0719.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (3.03MB) [INFO] Fetching org.eclipse.ui.console_3.12.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (245.2kB) [INFO] Fetching org.eclipse.osgi.services_3.11.100.v20221006-1531.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (48.16kB) [INFO] Fetching org.eclipse.e4.ui.progress_0.4.0.v20230501-1823.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (209.52kB) [INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (371.25kB) [INFO] Fetching org.eclipse.jdt.launching_3.20.0.v20230425-1118.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (571.95kB) [INFO] Fetching org.eclipse.emf.common.ui_2.21.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (168.01kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (188.37kB) [INFO] Fetching org.eclipse.emf.edit_2.18.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (301.89kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (354.65kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (38.37kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.300.v20230320-0659.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (70.94kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.6.0.v20230322-1009.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (112.38kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.200.v20221111-1340.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (48.42kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.4.0.v20230330-0930.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (33.48kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.4.0.v20230330-0930.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (133.76kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.8.0.v20230330-1254.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (102.81kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.5.0.v20230330-1254.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (246.1kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.5.0.v20230330-0930.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (37.44kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.3.0.v20230322-1009.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (26.86kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.7.0.v20230322-1009.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (77.31kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.100.v20221117-1044.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (28.71kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.8.0.v20230510-1208.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (697.75kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.400.v20221007-1815.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (172.26kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.3.0.v20230330-1254.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (102.07kB) [INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.34.0.v20230523-1233.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (3.03MB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.19.0.v20230512-1848.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (2.45MB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.14.0.v20230323-1830.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (343.2kB) [INFO] Fetching org.eclipse.jdt.debug_3.21.0.v20230329-1610.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (918.71kB) [INFO] Fetching org.eclipse.jdt.ui_3.29.0.v20230525-0728.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (10.97MB) [INFO] Fetching org.eclipse.search_3.15.0.v20230427-2049.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (499.82kB) [INFO] Fetching org.eclipse.team.ui_3.10.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (1.42MB) [INFO] Fetching org.eclipse.team.core_3.10.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (402.82kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.13.0.v20230325-0319.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (470.77kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.9.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (175.25kB) [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (286.54kB) [INFO] Fetching org.eclipse.wst.common.core_1.4.100.v202103232321.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (60.71kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (48.93kB) [INFO] Fetching org.eclipse.jem.workbench_2.1.0.v202101081429.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (84.34kB) [INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (54.28kB) [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (50.17kB) [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202108200212.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (121.56kB) [INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (229.4kB) [INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (28.42kB) [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.102.v202007161535.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (147.47kB) [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (421.58kB) [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.511.v202007142017.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (144.38kB) [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (84.58kB) [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.302.v202007142017.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (142.16kB) [INFO] Fetching org.eclipse.wst.server.core_1.11.0.v202301110442.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (398.94kB) [INFO] Fetching org.eclipse.jst.server.core_1.2.800.v202206110154.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (82.41kB) [INFO] Fetching org.eclipse.wst.sse.core_1.2.1000.v202301190221.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (479.65kB) [INFO] Fetching org.eclipse.wst.xml.core_1.2.700.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (811.53kB) [INFO] Fetching org.eclipse.wst.web_1.3.200.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (79.75kB) [INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (49.89kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (332.09kB) [INFO] Fetching org.eclipse.jst.jee_1.0.1100.v202204072206.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (117.5kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (66.5kB) [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (125.1kB) [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.602.v202301170822.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (38.05kB) [INFO] Fetching org.eclipse.wst.server.ui_1.6.0.v202302190008.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (953.82kB) [INFO] Fetching org.eclipse.jst.jee.ui_1.0.1201.v202301170822.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (192.36kB) [INFO] Fetching org.eclipse.jst.jsp.core_1.4.500.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (720kB) [INFO] Fetching org.eclipse.wst.css.core_1.3.300.v202301080257.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (555.56kB) [INFO] Fetching org.eclipse.wst.html.core_1.4.300.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (786.46kB) [INFO] Fetching org.eclipse.wst.sse.ui_1.7.600.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (1.06MB) [INFO] Fetching org.eclipse.wst.html.ui_1.1.800.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (336.08kB) [INFO] Fetching org.eclipse.wst.css.ui_1.2.200.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (324.06kB) [INFO] Fetching org.eclipse.wst.xml.ui_1.2.700.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (1.01MB) [INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (42.85kB) [INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (13.38kB) [INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (30.58kB) [INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (35.82kB) [INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (19.88kB) [INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (29.67kB) [INFO] Fetching org.eclipse.osgi.util_3.7.200.v20230103-1101.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (14.42kB) [INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (25.74kB) [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (13.73kB) [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (18.3kB) [INFO] Fetching org.eclipse.ui.browser_3.8.0.v20230329-1440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (209.24kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.10.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (110.64kB) [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.0.700.v202007170127.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (75.48kB) [INFO] Fetching org.eclipse.wst.server.discovery_1.3.500.v202204301608.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (102.96kB) [INFO] Fetching org.eclipse.wst.validation.ui_1.2.601.v202007142017.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (163.6kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.reportitem:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.reportitem/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.reportitem.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.reportitem.ui/pom.xml [INFO] Fetching biz.aQute.bnd.util_6.4.0.202211291949.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (418.95kB) [INFO] Fetching biz.aQute.bndlib_6.4.0.202211291949.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (3.05MB) [INFO] Fetching org.osgi.service.repository_1.1.0.201505202024.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (24.84kB) [INFO] Fetching org.slf4j.api_1.7.30.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (54.01kB) [INFO] Fetching org.eclipse.ant.core_3.7.0.v20230329-1001.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (109.24kB) [INFO] Fetching org.eclipse.ant.launching_1.4.0.v20230329-1001.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (162.85kB) [INFO] Fetching org.eclipse.core.externaltools_1.3.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (42.7kB) [INFO] Fetching org.eclipse.ant.ui_3.9.0.v20230329-1001.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (1.04MB) [INFO] Fetching org.eclipse.ui.externaltools_3.6.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (142.57kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.13.0.v20230421-0438.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (1.67MB) [INFO] Fetching org.eclipse.jdt.junit_3.16.0.v20230420-0409.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (547.35kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design.ui_3.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (236.33kB) [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (421.77kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.8.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (387.35kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design_3.6.0.202305311622.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (355.45kB) [INFO] Fetching org.eclipse.pde.ui_3.14.0.v20230515-1841.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (4.57MB) [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (578.19kB) [INFO] Fetching org.eclipse.datatools.help_1.8.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (22.6kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (355.26kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (573.38kB) [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (174.63kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.4.0.v20230330-1254.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (256.22kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.100.v20230115-0919.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (58.99kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.12.0.v20230323-1830.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (178.78kB) [INFO] Fetching org.eclipse.pde.build_3.12.0.v20230515-0022.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (495.47kB) [INFO] Fetching org.eclipse.pde.core_3.17.0.v20230515-1841.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (1.39MB) [INFO] Fetching org.eclipse.pde.launching_3.11.0.v20230515-0022.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (142.73kB) [INFO] Fetching org.eclipse.ui.intro_3.7.0.v20230503-0628.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (346.48kB) [INFO] Fetching org.eclipse.ui.views.log_1.4.0.v20230418-0745.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (173.97kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.3.0.v20230516-1137.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (165.13kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (65.43kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.ui.extension:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.ui.extension/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.viewer:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.viewer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.tests/pom.xml [INFO] Fetching org.osgi.util.tracker_1.5.4.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (43kB) [INFO] Fetching S202306041800&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/mylyn/updates/milestone/ (63B) [INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (39.42kB) [INFO] Fetching com.github.librepdf.openpdf_1.3.30.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (2.03MB) [INFO] Fetching com.sun.el.javax.el_3.0.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (218.76kB) [INFO] Fetching org.mortbay.jasper.apache-el_9.0.52.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (246.95kB) [INFO] Fetching javax.transaction_1.1.1.v201105210645.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (31.32kB) [INFO] Fetching javax.xml.soap_1.2.0.v201005080501.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (28.37kB) [INFO] Fetching javax.wsdl_1.6.2.v201012040545.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (172.81kB) [INFO] Fetching org.apache.commons.discovery_0.2.0.v201004190315.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (68.32kB) [INFO] Fetching org.apache.batik.codec_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (128.92kB) [INFO] Fetching org.apache.batik.ext_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (24.58kB) [INFO] Fetching org.apache.commons.collections4_4.4.0.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (798.54kB) [INFO] Fetching org.apache.commons.compress_1.22.0.v20221207-1049.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (1.06MB) [INFO] Fetching org.apache.commons.math3_3.6.1.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (2.24MB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (2.36MB) [INFO] Fetching org.mortbay.jasper.apache-jsp_9.0.52.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (994.42kB) [INFO] Fetching org.apache.lucene.analysis-common_9.5.0.v20230521-0510.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (1.89MB) [INFO] Fetching org.apache.lucene.core_9.5.0.v20230521-0510.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (3.77MB) [INFO] Fetching org.apache.lucene.analysis-smartcn_9.5.0.v20230521-0510.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (3.44MB) [INFO] Fetching org.apache.lucene.queries_9.5.0.v20230521-0510.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (529.66kB) [INFO] Fetching org.apache.lucene.queryparser_9.5.0.v20230521-0510.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (448.96kB) [INFO] Fetching org.apache.lucene.sandbox_9.5.0.v20230521-0510.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (253.87kB) [INFO] Fetching org.apache.poi_4.1.1.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (2.89MB) [INFO] Fetching org.apache.poi.ooxml_4.1.1.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (1.88MB) [INFO] Fetching org.apache.poi.ooxml.schemas_4.1.1.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (8.33MB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (293.72kB) [INFO] Fetching org.apache.xmlbeans_3.1.0.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (2.67MB) [INFO] Fetching org.eclipse.orbit.mongodb_3.2.2.v20181004-1955.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (1.52MB) [INFO] Fetching org.eclipse.help.base_4.4.0.v20230605-0440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/plugins/ (434.5kB) [INFO] Fetching org.eclipse.datatools.connectivity.apache.derby_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (88.2kB) [INFO] Fetching org.eclipse.datatools.connectivity.apache.derby.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (23.17kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (21.94kB) [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (17.44kB) [INFO] Fetching org.eclipse.pde_3.13.2300.v20230605-0440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/plugins/ (69.55kB) [INFO] Fetching org.apache.derby_10.11.1.1_v201605202053.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (3.93MB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (636.3kB) [INFO] Fetching org.eclipse.datatools.connectivity.apache.derby.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (64.19kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqlbuilder_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (1.07MB) [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (232.29kB) [INFO] Fetching org.eclipse.datatools.enablement.oda.xml_1.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (127.99kB) [INFO] Fetching org.eclipse.datatools.enablement.oda.xml.ui_1.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (218.49kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (12.61kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.3.200.v20220720-2012.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (49.35kB) [INFO] Fetching 10.0.15&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/oomph/jetty/release/ (63B) [INFO] Fetching org.eclipse.jetty.server_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (777.98kB) [INFO] Fetching org.eclipse.jetty.util_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (557.33kB) [INFO] Fetching org.eclipse.jetty.webapp_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (155.17kB) [INFO] Fetching org.eclipse.jetty.plus_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (67.48kB) [INFO] Fetching org.eclipse.jetty.servlet_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (161.99kB) [INFO] Fetching org.eclipse.jetty.http_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (256.75kB) [INFO] Fetching org.eclipse.jetty.osgi.boot_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (121.95kB) [INFO] Fetching org.eclipse.jetty.apache-jsp_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (20.65kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.8.200.v20221109-0702.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (30.99kB) [INFO] Fetching org.eclipse.datatools.modelbase.derby_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (28.57kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (348.3kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.server.ui_1.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (128.31kB) [INFO] Fetching org.eclipse.datatools.connectivity.console.profile_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (34.97kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (38.45kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui.dse_1.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (86.87kB) [INFO] Fetching org.eclipse.datatools.connectivity.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.88kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.edit_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (280.28kB) [INFO] Fetching org.eclipse.datatools.doc.user_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (23.83kB) [INFO] Fetching org.eclipse.datatools.oda.cshelp_1.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (19.03kB) [INFO] Fetching org.eclipse.datatools.doc.user_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.84kB) [INFO] Fetching org.eclipse.datatools.enablement.finfo_1.8.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (16.31kB) [INFO] Fetching org.eclipse.datatools.sqltools.db.derby.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (18.38kB) [INFO] Fetching org.eclipse.datatools.sqltools.db.generic.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (19.96kB) [INFO] Fetching org.eclipse.datatools.enablement.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.8kB) [INFO] Fetching org.eclipse.datatools.enablement.jdbc.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.79kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query.edit_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (210.82kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.xml.query_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (262.1kB) [INFO] Fetching org.eclipse.datatools.modelbase.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.84kB) [INFO] Fetching org.eclipse.datatools.sqltools.parsers.sql.lexer_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (145.18kB) [INFO] Fetching org.eclipse.datatools.sqltools.parsers.sql.query_1.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (316.1kB) [INFO] Fetching org.eclipse.datatools.sqltools.parsers.sql.xml.query_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (279.09kB) [INFO] Fetching org.eclipse.datatools.sqltools.parsers.sql_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (55.86kB) [INFO] Fetching org.eclipse.datatools.sqldevtools.parsers.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.8kB) [INFO] Fetching org.eclipse.datatools.sqltools.result_1.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (99.81kB) [INFO] Fetching org.eclipse.datatools.sqldevtools.results.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.88kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (196.87kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (97.24kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (476.59kB) [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (136.79kB) [INFO] Fetching org.eclipse.datatools.sqltools.db.generic_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (144.26kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (52.04kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (36.54kB) [INFO] Fetching org.eclipse.datatools.sqldevtools.sqlbuilder.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.92kB) [INFO] Fetching org.eclipse.datatools.sqltools.db.derby_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (160.12kB) [INFO] Fetching org.eclipse.datatools.sqltools.routineeditor_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (55.32kB) [INFO] Fetching net.sourceforge.lpg.lpgjavaruntime_1.1.0.v201004271650.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (93.56kB) [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (381.35kB) [INFO] Fetching org.eclipse.draw2d_3.16.0.202305312117.jar from https://download.eclipse.org/tools/gef/classic/releases/latest/features/ (19.75kB) [INFO] Fetching org.eclipse.emf.ant_2.12.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (36.29kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.34.0.v20230406-1334.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (1.11MB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.34.0.v20230406-1334.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.95kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.34.0.v20230326-0924.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (192.7kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.34.0.v20230326-0924.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.9kB) [INFO] Fetching org.eclipse.emf.codegen_2.24.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.92kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.24.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (304.35kB) [INFO] Fetching org.eclipse.emf.codegen.ui_2.25.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.92kB) [INFO] Fetching org.eclipse.emf.common_2.29.0.v20230315-1321.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.88kB) [INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.85kB) [INFO] Fetching org.eclipse.emf.converter_2.12.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (96.24kB) [INFO] Fetching org.eclipse.emf.importer_2.13.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (84.41kB) [INFO] Fetching org.eclipse.emf.exporter_2.11.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (66.72kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.11.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (36.46kB) [INFO] Fetching org.eclipse.emf.importer.java_2.12.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (74.35kB) [INFO] Fetching org.eclipse.emf.importer.rose_2.12.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (116.44kB) [INFO] Fetching org.eclipse.emf.converter_2.19.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.97kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (93.68kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.8.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (55.09kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.10.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.92kB) [INFO] Fetching org.eclipse.emf.databinding_1.10.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.88kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.9.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (35.9kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.16.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.91kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.18.0.v20230224-1122.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (131.34kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.19.0.v20230224-1122.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.89kB) [INFO] Fetching org.eclipse.emf.ecore_2.32.0.v20230406-1203.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.95kB) [INFO] Fetching org.eclipse.emf.edit_2.19.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.87kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.25.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.89kB) [INFO] Fetching org.eclipse.emf_2.9.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (14.67kB) [INFO] Fetching org.eclipse.emf_2.34.0.v20230406-1334.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (21.02kB) [INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (196.83kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.12.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (31.56kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.11.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (151.38kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.12.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (44.44kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.9.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (15.01kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.11.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (52.29kB) [INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.13.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (104.32kB) [INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.16.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.98kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.9.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (14.96kB) [INFO] Fetching org.eclipse.emf.mapping.ecore_2.14.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.94kB) [INFO] Fetching org.eclipse.emf.mapping_2.15.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.87kB) [INFO] Fetching org.eclipse.emf.mapping.ui_2.15.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.89kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.7.400.v20221006-1531.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (236.29kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.700.v20220801-1124.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (29.14kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (52.65kB) [INFO] Fetching org.eclipse.gef_3.16.0.202305312117.jar from https://download.eclipse.org/tools/gef/classic/releases/latest/features/ (19.9kB) [INFO] Fetching org.eclipse.jetty.deploy_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (65.18kB) [INFO] Fetching org.eclipse.jetty.xml_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (70.41kB) [INFO] Fetching org.eclipse.jetty.io_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (211.53kB) [INFO] Fetching org.eclipse.jetty.jndi_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (46.89kB) [INFO] Fetching org.eclipse.wst.server.preview_1.2.100.v202211091907.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (31.75kB) [INFO] Fetching org.eclipse.jetty.security_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (118.37kB) [INFO] Fetching org.eclipse.ui.ide.application_1.5.0.v20230526-1051.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (129.02kB) [INFO] Fetching org.eclipse.wst.common.snippets_1.2.700.v202211200032.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (294.39kB) [INFO] Fetching org.eclipse.wst.common_core.feature_3.23.0.v202301170743.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.65kB) [INFO] Fetching org.eclipse.wst.common.infopop_1.0.301.v202007142017.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (12.62kB) [INFO] Fetching org.eclipse.wst.internet.cache_1.1.0.v202011161431.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (54.52kB) [INFO] Fetching org.eclipse.wst.validation.infopop_1.0.300.v202007131715.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (14.22kB) [INFO] Fetching org.eclipse.wst.common_ui.feature_3.29.0.v202301170743.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.66kB) [INFO] Fetching org.eclipse.wst.dtd.core_1.2.400.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (419.69kB) [INFO] Fetching org.eclipse.wst.dtd.ui_1.1.500.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (252.45kB) [INFO] Fetching org.eclipse.wst.dtdeditor.doc.user_1.1.0.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (44.17kB) [INFO] Fetching org.eclipse.wst.sse.doc.user_1.2.0.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (126.05kB) [INFO] Fetching org.eclipse.wst.standard.schemas_1.0.800.v201901071922.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (170.1kB) [INFO] Fetching org.eclipse.wst.xsd.core_1.2.100.v202008180353.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (80.51kB) [INFO] Fetching org.eclipse.wst.xml_core.feature_3.29.0.v202301190221.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.82kB) [INFO] Fetching org.eclipse.wst.dtd.ui.infopop_1.0.400.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (13.99kB) [INFO] Fetching org.eclipse.wst.sse.ui.infopop_1.0.300.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (14.31kB) [INFO] Fetching org.eclipse.wst.xml.ui.infopop_1.0.400.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (21.36kB) [INFO] Fetching org.eclipse.wst.xsd.ui_1.3.600.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (1.28MB) [INFO] Fetching org.eclipse.wst.xml_ui.feature_3.29.0.v202212250111.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.84kB) [INFO] Fetching org.eclipse.wst.xmleditor.doc.user_1.1.0.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (133.6kB) [INFO] Fetching org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (125.41kB) [INFO] Fetching org.eclipse.wst.xml_userdoc.feature_3.18.0.v202004271556.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.65kB) [INFO] Fetching org.eclipse.xsd_2.19.0.v20230315-1321.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (1,002.7kB) [INFO] Fetching org.eclipse.xsd.edit_2.12.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (229.01kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.w3c.sac:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/common/org.w3c.sac/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.w3c.dom.svg.extension:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/common/org.w3c.dom.svg.extension/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.apache.batik.transcoder.birt.ext:1.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/common/org.apache.batik.transcoder.birt.ext/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.apache.batik.dom.birt.ext:1.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/common/org.apache.batik.dom.birt.ext/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.apache.axis:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/common/org.apache.axis/pom.xml [INFO] Fetching javax.activation_1.1.0.v201211130549.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (56.58kB) [INFO] Fetching javax.mail_1.4.0.v201005080615.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (325.41kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:javax.xml.rpc:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/common/javax.xml.rpc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.branding:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.branding/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.core:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.core.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.core.testhelper:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.testhelper/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.core.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.core.script.function:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.core.script.function/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.data:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.data.aggregation:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.aggregation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.data.oda.mongodb:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.mongodb/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.data.oda.mongodb.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.mongodb.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.data.oda.pojo:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.data.oda.pojo.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.me.prettyprint.hector:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.adapter:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.adapter/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.bidi.utils:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.bidi.utils/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.bidi.utils.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.bidi.utils.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.excel:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.excel/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.excel.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.excel.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.hive:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.hive/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.hive.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.hive.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.sampledb:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.sampledb/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.sampledb.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.sampledb.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.xml:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.xml/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.xml.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.xml.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.script.javascript:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.engine.script.javascript/pom.xml [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (108.23kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.data.oda.pojo.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.data.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.tests/pom.xml [INFO] Fetching javax.servlet-api_3.1.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (93.56kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile_3.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (78.29kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.cshelp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.cshelp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.doc.isv:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.cshelp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.cshelp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.doc:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.doc.isv:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.dataextraction:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.dataextraction.csv:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction.csv/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.dataextraction.csv.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.docx:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.docx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.excel:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.excel/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.html:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.html/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.odp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.odp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.ods:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.ods/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.odt:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.odt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.pdf:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.pdf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.postscript:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.postscript/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.ppt:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.ppt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.pptx:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.pptx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.wpml:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.wpml/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.docx:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.docx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.html:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.html/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.html.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.html.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.odp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.odp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.ods:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.ods/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.odt:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.odt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pdf:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pdf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pdf.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.postscript:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.postscript/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.postscript.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.ppt:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.ppt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pptx:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pptx/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pptx.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.prototype.excel:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.prototype.excel.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.wpml:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.wpml/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.fonts:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.fonts/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.odf:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.odf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.ooxml:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.ooxml/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.testhelper:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.testhelper/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:uk.co.spudsoft.birt.emitters.excel:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:uk.co.spudsoft.birt.emitters.excel.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart.cshelp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.cshelp.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart.doc.isv:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.doc.isv.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.cshelp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.cshelp.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.doc:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.doc.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.doc.isv:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.doc.isv.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.nl:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.nl.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.rcp.nl:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.rcp.nl.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.wtp.nl:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.wtp.nl.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.sdk:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.sdk.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.testhelper:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.testhelper.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.tests.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart.integration.wtp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.integration.wtp.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart.osgi.runtime:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.osgi.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart.osgi.runtime.sdk:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.osgi.runtime.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.example:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.example.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.integration.wtp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.integration.wtp.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.integration.wtp.sdk:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.integration.wtp.sdk.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.osgi.runtime:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.osgi.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.osgi.runtime.sdk:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.osgi.runtime.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.report.designer.editor.xml.wtp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.rcp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.rcp.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.engine.runtime:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.engine.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart.viewer:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.viewer.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.model:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.model.adapter.oda:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.adapter.oda/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.resources:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.resources/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.model.testhelper:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.testhelper/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.model.adapter.oda.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.adapter.oda.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.model.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.model.testresources:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.testresources/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.modelextension.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.modelextension.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.device.extension.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.extension.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.device.svg.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.svg.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.device.swt.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.swt.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.engine.extension.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.extension.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.engine.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.examples.core.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.core.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.examples.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.integration.wtp.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.reportitem.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.reportitem.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.ui.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.ui.extension.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.extension.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.core.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.core.script.function.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.script.function.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.core.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.ui.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.data.aggregation.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.aggregation.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.data.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.data.oda.mongodb.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.data.oda.mongodb.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.data.oda.pojo.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.data.oda.pojo.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.ui.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.integration.wtp.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.integration.wtp.ui.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.adapter.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.adapter.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.bidi.utils.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.bidi.utils.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.excel.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.excel.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.hive.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.hive.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.sampledb.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.sampledb.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.xml.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.xml.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.debug.core.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.core.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.debug.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.ui.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.core.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.core.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.cubebuilder.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.editor.script.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.editors.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.editors.schematic.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.ide.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.ide.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.lib.explorer.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.lib.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.preview.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.preview.web.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.rcp.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.rcp.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.samples.ide.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.samplesview.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.views.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.views.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.dataextraction.csv.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.dataextraction.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.docx.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.excel.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.html.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.pdf.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.postscript.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.ppt.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.pptx.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.wpml.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.item.crosstab.core.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.core.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.item.crosstab.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.ui.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.model.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.model.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.viewers.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.viewer.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.resources.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.resources.nl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.tests.chart:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.chart/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.tests.engine:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.engine/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.tests.engine.emitter.html:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.tests.model:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.model/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.tests.core:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.tests.data:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.data/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.debug.core:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.debug.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.debug.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.debug.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.core:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.samplereports:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.samplereports/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.cubebuilder:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.cubebuilder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.data:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.data/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.editor.script:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editor.script/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.editor.xml.wtp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.editors:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editors/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.editors.schematic:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editors.schematic/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.ide:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.lib:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.lib/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.lib.explorer:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.lib.explorer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.preview:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.preview.static_html:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.static_html/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.preview.web:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.web/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.rcp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.rcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.samples.ide:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samples.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.samples.rcp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samples.rcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.samplesview:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samplesview/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.views:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.views/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.preview.test:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.test/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.axis.overlay:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.axis.overlay/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.integration.wtp.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.integration.wtp.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.jetty.overlay:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.jetty.overlay/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.viewer:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.viewer.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.item.crosstab.core:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.item.crosstab.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.item.crosstab.core.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.core.tests/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.eclipse.birt-parent [pom] [INFO] org.eclipse.birt.target [eclipse-target-definition] [INFO] org.eclipse.birt.example [eclipse-plugin] [INFO] org.eclipse.birt [eclipse-plugin] [INFO] org.eclipse.birt.build-parent [pom] [INFO] org.eclipse.birt.build.package-parent [pom] [INFO] org.eclipse.birt.chart.cshelp [eclipse-plugin] [INFO] org.eclipse.birt.features-parent [pom] [INFO] org.eclipse.birt.chart.cshelp [eclipse-feature] [INFO] javax.xml.rpc [eclipse-plugin] [INFO] org.apache.axis [eclipse-plugin] [INFO] org.eclipse.birt.core-parent [pom] [INFO] org.eclipse.birt.core [eclipse-plugin] [INFO] org.eclipse.birt.chart.engine [eclipse-plugin] [INFO] org.eclipse.birt.chart.device.extension [eclipse-plugin] [INFO] org.eclipse.birt.chart.device.svg [eclipse-plugin] [INFO] org.eclipse.birt.chart.device.pdf [eclipse-plugin] [INFO] org.eclipse.birt.chart.device.swt [eclipse-plugin] [INFO] org.eclipse.birt.chart.engine.extension [eclipse-plugin] [INFO] org.eclipse.birt.chart.examples.core [eclipse-plugin] [INFO] org.eclipse.birt.core.ui [eclipse-plugin] [INFO] org.eclipse.birt.chart.ui [eclipse-plugin] [INFO] org.eclipse.birt.chart.ui.extension [eclipse-plugin] [INFO] org.eclipse.birt.chart.osgi.runtime [eclipse-feature] [INFO] org.eclipse.birt.chart [eclipse-feature] [INFO] ChartRuntime [eclipse-repository] [INFO] org.eclipse.birt.data [eclipse-plugin] [INFO] org.w3c.sac [eclipse-plugin] [INFO] org.eclipse.birt.model-parent [pom] [INFO] org.eclipse.birt.report.model [eclipse-plugin] [INFO] org.eclipse.birt.data.aggregation [eclipse-plugin] [INFO] org.eclipse.birt.report.data.adapter [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.core [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.fonts [eclipse-plugin] [INFO] org.eclipse.birt.report.engine [eclipse-plugin] [INFO] org.eclipse.birt.report.item.crosstab.core [eclipse-plugin] [INFO] org.eclipse.birt.chart.reportitem [eclipse-plugin] [INFO] org.eclipse.birt.chart.doc.isv [eclipse-plugin] [INFO] org.eclipse.birt.chart.doc.isv [eclipse-feature] [INFO] org.eclipse.birt.chart.osgi.runtime.sdk [eclipse-feature] [INFO] ChartSDK [eclipse-repository] [INFO] DeploymentRuntime [eclipse-repository] [INFO] birt-charts [pom] [INFO] org.apache.batik.dom.birt.ext [eclipse-plugin] [INFO] org.apache.batik.transcoder.birt.ext [eclipse-plugin] [INFO] org.eclipse.birt.axis.overlay [eclipse-plugin] [INFO] org.eclipse.birt.branding [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.views [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editors [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editors.schematic [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.lib [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.lib.explorer [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.ide [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.cubebuilder [eclipse-plugin] [INFO] org.eclipse.birt.report.model.adapter.oda [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.data [eclipse-plugin] [INFO] org.eclipse.birt.report.item.crosstab.ui [eclipse-plugin] [INFO] org.eclipse.birt.chart.reportitem.ui [eclipse-plugin] [INFO] org.eclipse.birt.core.script.function [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.mongodb [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.mongodb.ui [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.pojo [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.pojo.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editor.xml.wtp [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.editor.xml.wtp [eclipse-feature] [INFO] org.eclipse.birt.report.data.bidi.utils [eclipse-plugin] [INFO] org.eclipse.birt.report.data.bidi.utils.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.xml.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.dataextraction [eclipse-plugin] [INFO] org.eclipse.birt.report.viewer [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.preview.web [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editor.script [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.hive [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.hive.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.xml [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.html [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.pdf [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.ooxml [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.docx [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.ppt [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.pptx [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.pptx [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.wpml [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.docx [eclipse-plugin] [INFO] org.eclipse.birt.resources [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.dataextraction.csv [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.postscript [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.sampledb [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.debug.core [eclipse-plugin] [INFO] org.eclipse.birt.report.debug.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.sampledb.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.html [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.pdf [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.postscript [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.ppt [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.wpml [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.script.javascript [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.odf [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.ods [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.odt [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.excel [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.excel.ui [eclipse-plugin] [INFO] org.eclipse.birt.me.prettyprint.hector [eclipse-plugin] [INFO] uk.co.spudsoft.birt.emitters.excel [eclipse-plugin] [INFO] org.w3c.dom.svg.extension [eclipse-plugin] [INFO] org.eclipse.birt [eclipse-feature] [INFO] org.eclipse.birt.cshelp [eclipse-plugin] [INFO] org.eclipse.birt.cshelp [eclipse-feature] [INFO] org.eclipse.birt.doc [eclipse-plugin] [INFO] org.eclipse.birt.doc [eclipse-feature] [INFO] org.eclipse.birt.chart.examples [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.samplereports [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.samplesview [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.samples.ide [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.samples.rcp [eclipse-plugin] [INFO] org.eclipse.birt.example [eclipse-feature] [INFO] org.eclipse.birt.report.engine.emitter.config.excel [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.odp [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.ods [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.odt [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.odp [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.prototype.excel [eclipse-plugin] [INFO] org.eclipse.birt.engine.runtime [eclipse-feature] [INFO] org.eclipse.birt.osgi.runtime [eclipse-feature] [INFO] org.eclipse.birt.osgi.runtime.sdk [eclipse-feature] [INFO] org.eclipse.birt.chart.integration.wtp.ui [eclipse-plugin] [INFO] org.eclipse.birt.chart.integration.wtp [eclipse-feature] [INFO] org.eclipse.birt.integration.wtp.ui [eclipse-plugin] [INFO] org.eclipse.birt.integration.wtp [eclipse-feature] [INFO] org.eclipse.birt.core.testhelper [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.testhelper [eclipse-plugin] [INFO] org.eclipse.birt.report.model.testhelper [eclipse-plugin] [INFO] org.eclipse.birt.testhelper [eclipse-feature] [INFO] org.eclipse.birt.tests.core [eclipse-test-plugin] [INFO] org.eclipse.birt.chart.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.core.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.data.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.designer.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.engine.emitter.html.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.engine.emitter.pdf.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.engine.emitter.postscript.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.engine.emitter.prototype.excel.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.engine.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.model.adapter.oda.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.model.testresources [eclipse-plugin] [INFO] org.eclipse.birt.report.modelextension.tests [eclipse-plugin] [INFO] org.eclipse.birt.report.model.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.tests.chart [eclipse-test-plugin] [INFO] org.eclipse.birt.testsuites-parent [pom] [INFO] org.eclipse.birt.report.tests.engine [eclipse-test-plugin] [INFO] org.eclipse.birt.report.tests.engine.emitter.html [eclipse-plugin] [INFO] org.eclipse.birt.report.tests.model [eclipse-test-plugin] [INFO] org.eclipse.birt.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.tests.data [eclipse-test-plugin] [INFO] org.eclipse.birt.tests [eclipse-feature] [INFO] org.eclipse.birt.nl-parent [pom] [INFO] org.eclipse.birt.chart.device.extension.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.device.svg.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.device.swt.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.engine.extension.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.engine.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.examples.core.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.examples.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.reportitem.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.reportitem.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.ui.extension.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.core.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.core.script.function.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.core.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.data.aggregation.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.data.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.mongodb.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.mongodb.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.pojo.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.pojo.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.resources.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.sampledb.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.sampledb.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.xml.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.xml.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.debug.core.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.debug.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.core.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editors.schematic.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.ide.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.lib.explorer.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.lib.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.model.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.viewers.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.item.crosstab.core.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.item.crosstab.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.views.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.adapter.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.preview [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.preview.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.preview.web.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.cubebuilder.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.dataextraction.csv.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editor.script.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editors.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.dataextraction.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.excel.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.pdf.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.html.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.ppt.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.postscript.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.wpml.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.bidi.utils.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.hive.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.hive.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.excel.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.excel.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.docx.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.pptx.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.nl [eclipse-feature] [INFO] birt-epp [eclipse-repository] [INFO] org.eclipse.birt.report.designer.ui.rcp [eclipse-plugin] [INFO] org.eclipse.birt.rcp [eclipse-feature] [INFO] birt-report-rcp [eclipse-repository] [INFO] birt-report-all-in-one [eclipse-repository] [INFO] birt-report-framework [eclipse-repository] [INFO] org.eclipse.birt.doc.isv [eclipse-plugin] [INFO] org.eclipse.birt.doc.isv [eclipse-feature] [INFO] birt-report-framework-sdk [eclipse-repository] [INFO] org.eclipse.birt.build [eclipse-plugin] [INFO] org.eclipse.birt.chart.integration.wtp.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.integration.wtp.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.wtp.nl [eclipse-feature] [INFO] org.eclipse.birt.report.designer.ui.rcp.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.rcp.nl [eclipse-feature] [INFO] org.eclipse.birt.p2updatesite [eclipse-repository] [INFO] org.eclipse.birt.api [pom] [INFO] birt-runtime-osgi [eclipse-repository] [INFO] birt-runtime [pom] [INFO] birt-sample-plugins [eclipse-repository] [INFO] birt-tests-suite [eclipse-repository] [INFO] org.eclipse.birt.integration.wtp.sdk [eclipse-feature] [INFO] birt-wtp-integration-sdk [eclipse-repository] [INFO] org.eclipse.birt.chart.viewer [eclipse-plugin] [INFO] org.eclipse.birt.chart.viewer [eclipse-feature] [INFO] birt-source [eclipse-repository] [INFO] org.eclipse.birt.build.package.nl-parent [pom] [INFO] NLpack1-birt-charts [pom] [INFO] NLpack1-birt-rcp-report-designer [pom] [INFO] NLpack1-birt-report-designer-all-in-one [pom] [INFO] NLpack1-birt-report-framework [pom] [INFO] NLpack1-birt-runtime [pom] [INFO] birt-publish [pom] [INFO] birt-runtime-test [jar] [INFO] org.eclipse.birt.chart-parent [pom] [INFO] org.eclipse.birt.common-parent [pom] [INFO] org.eclipse.birt.data.oda.pojo.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.data-parent [pom] [INFO] org.eclipse.birt.docs-parent [pom] [INFO] org.eclipse.birt.report.engine.dataextraction.csv.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.engine.emitter.pptx.tests [eclipse-test-plugin] [INFO] uk.co.spudsoft.birt.emitters.excel.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.engine-parent [pom] [INFO] org.eclipse.birt.sdk [eclipse-feature] [INFO] org.eclipse.birt.report.designer.ui.samples.ide.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.samplesview.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.preview.static_html [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.preview.test [eclipse-test-plugin] [INFO] org.eclipse.birt.UI-parent [pom] [INFO] org.eclipse.birt.jetty.overlay [eclipse-plugin] [INFO] org.eclipse.birt.report.viewer.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.viewer-parent [pom] [INFO] org.eclipse.birt.report.item.crosstab.core.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.xtab-parent [pom] [INFO] org.eclipse.birt.promote [pom] [INFO] [INFO] --------------< org.eclipse.birt:org.eclipse.birt-parent >-------------- [INFO] Building org.eclipse.birt-parent 4.14.0-SNAPSHOT [1/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt-parent --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ 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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/target/jacoco.exec [INFO] [INFO] --------------< org.eclipse.birt:org.eclipse.birt.target >-------------- [INFO] Building org.eclipse.birt.target 4.14.0-SNAPSHOT [2/289] [INFO] from build/org.eclipse.birt.target/pom.xml [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.target --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.target --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.target/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.target --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.target --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-target-definition (default-package-target-definition) @ org.eclipse.birt.target --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.target --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ 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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/org.eclipse.birt.target/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.birt:org.eclipse.birt.example >-------------- [INFO] Building org.eclipse.birt.example 4.14.0-SNAPSHOT [3/289] [INFO] from build/org.eclipse.birt.example/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.example --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.example --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.example --- [INFO] Resolving class path of org.eclipse.birt.example... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.example --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/org.eclipse.birt.example/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.example --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.example/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.example --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.example --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.example --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.example/target/org.eclipse.birt.example-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.example --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.example/target/org.eclipse.birt.example-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.example --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.example --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.example/target/org.eclipse.birt.example-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.example/target/org.eclipse.birt.example-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.example --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.example --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.example/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.example --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.example --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.example --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.example --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.example --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.example/target/jacoco.exec [INFO] [INFO] -----------------< org.eclipse.birt:org.eclipse.birt >------------------ [INFO] Building org.eclipse.birt 4.14.0-SNAPSHOT [4/289] [INFO] from build/org.eclipse.birt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt --- [INFO] Resolving class path of org.eclipse.birt... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/org.eclipse.birt/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt/target/org.eclipse.birt-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt/target/org.eclipse.birt-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt/target/org.eclipse.birt-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt/target/org.eclipse.birt-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/build/org.eclipse.birt/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/build/org.eclipse.birt/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt.build:org.eclipse.birt.build-parent >-------- [INFO] Building org.eclipse.birt.build-parent 4.14.0-SNAPSHOT [5/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/build/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.build-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.build-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.build-parent --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ 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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.build.package:org.eclipse.birt.build.package-parent >-- [INFO] Building org.eclipse.birt.build.package-parent 4.14.0-SNAPSHOT [6/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/build/birt-packages/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.build.package-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.build.package-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.build.package-parent --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ 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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt:org.eclipse.birt.chart.cshelp >----------- [INFO] Building org.eclipse.birt.chart.cshelp 4.14.0-SNAPSHOT [7/289] [INFO] from docs/org.eclipse.birt.chart.cshelp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.cshelp --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.cshelp --- [INFO] Resolving class path of org.eclipse.birt.chart.cshelp... [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (251.02kB) [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.cshelp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.cshelp/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.cshelp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.cshelp/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.cshelp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.cshelp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.cshelp --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.cshelp/target/org.eclipse.birt.chart.cshelp-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.cshelp --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.cshelp/target/org.eclipse.birt.chart.cshelp-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.cshelp/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.cshelp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.cshelp --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.cshelp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.cshelp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.cshelp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.cshelp/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt.features:org.eclipse.birt.features-parent >----- [INFO] Building org.eclipse.birt.features-parent 4.14.0-SNAPSHOT [8/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.features-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.features-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.features-parent --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ 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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt.features:org.eclipse.birt.chart.cshelp >------- [INFO] Building org.eclipse.birt.chart.cshelp 4.14.0-SNAPSHOT [9/289] [INFO] from features/org.eclipse.birt.chart.cshelp.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.cshelp --- [INFO] Deleting /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.cshelp.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.cshelp --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.cshelp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.cshelp.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.cshelp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.chart.cshelp --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.cshelp.feature/target/org.eclipse.birt.chart.cshelp-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.cshelp --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.cshelp.feature/target/org.eclipse.birt.chart.cshelp-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.cshelp --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.cshelp.feature/target/org.eclipse.birt.chart.cshelp-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.cshelp.feature/target/org.eclipse.birt.chart.cshelp-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.cshelp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.chart.cshelp.feature/target/jacoco.exec [INFO] [INFO] -------------------< org.eclipse.birt:javax.xml.rpc >------------------- [INFO] Building javax.xml.rpc 1.1.2-SNAPSHOT [10/289] [INFO] from common/javax.xml.rpc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ javax.xml.rpc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ javax.xml.rpc --- [INFO] The project's OSGi version is 1.1.2.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ javax.xml.rpc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ javax.xml.rpc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ javax.xml.rpc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ javax.xml.rpc --- [INFO] Resolving class path of javax.xml.rpc... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ javax.xml.rpc --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/common/javax.xml.rpc/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ javax.xml.rpc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/common/javax.xml.rpc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ javax.xml.rpc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ javax.xml.rpc --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ javax.xml.rpc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/common/javax.xml.rpc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ javax.xml.rpc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ javax.xml.rpc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ javax.xml.rpc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ javax.xml.rpc --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/build-test/common/javax.xml.rpc/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/build-test/common/javax.xml.rpc/target/javax.xml.rpc-1.1.2-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ javax.xml.rpc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ javax.xml.rpc --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/common/javax.xml.rpc/target/javax.xml.rpc-1.1.2-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ javax.xml.rpc --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ javax.xml.rpc --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ javax.xml.rpc --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/common/javax.xml.rpc/target/javax.xml.rpc-1.1.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/common/javax.xml.rpc/target/javax.xml.rpc-1.1.2-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ javax.xml.rpc --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ javax.xml.rpc --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/common/javax.xml.rpc/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ javax.xml.rpc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ javax.xml.rpc --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ javax.xml.rpc --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ javax.xml.rpc --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ javax.xml.rpc --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/common/javax.xml.rpc/target/jacoco.exec [INFO] [INFO] ------------------< org.eclipse.birt:org.apache.axis >------------------ [INFO] Building org.apache.axis 1.4.1-SNAPSHOT [11/289] [INFO] from common/org.apache.axis/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.apache.axis --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.apache.axis --- [INFO] The project's OSGi version is 1.4.1.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.apache.axis --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.apache.axis --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.apache.axis --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.apache.axis --- [INFO] Resolving class path of org.apache.axis... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.apache.axis --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/common/org.apache.axis/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.apache.axis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/common/org.apache.axis/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.apache.axis --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.apache.axis --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.apache.axis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/common/org.apache.axis/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.apache.axis --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.apache.axis --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.apache.axis --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.apache.axis --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/common/org.apache.axis/target/org.apache.axis-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.apache.axis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.apache.axis --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/common/org.apache.axis/target/org.apache.axis-1.4.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.apache.axis --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.apache.axis --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.apache.axis --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/common/org.apache.axis/target/org.apache.axis-1.4.1-SNAPSHOT.jar_unpacked_15231198511877161664/lib/axis-1.4.1-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/common/org.apache.axis/target/org.apache.axis-1.4.1-SNAPSHOT.jar_unpacked_15231198511877161664/lib/axis-1.4.1-SNAPSHOT-sources.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/common/org.apache.axis/target/org.apache.axis-1.4.1-SNAPSHOT.jar_unpacked_15231198511877161664/lib/axis-1.4.1-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/common/org.apache.axis/target/org.apache.axis-1.4.1-SNAPSHOT.jar_unpacked_15231198511877161664/lib/axis-1.4.1-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/common/org.apache.axis/target/org.apache.axis-1.4.1-SNAPSHOT.jar_unpacked_15231198511877161664/lib/axis-ant.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/common/org.apache.axis/target/org.apache.axis-1.4.1-SNAPSHOT.jar_unpacked_15231198511877161664/lib/axis-ant.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/common/org.apache.axis/target/org.apache.axis-1.4.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/common/org.apache.axis/target/org.apache.axis-1.4.1-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.apache.axis --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.apache.axis --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/common/org.apache.axis/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.apache.axis --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.apache.axis --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.apache.axis --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.apache.axis --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.apache.axis --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/common/org.apache.axis/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.core:org.eclipse.birt.core-parent >--------- [INFO] Building org.eclipse.birt.core-parent 4.14.0-SNAPSHOT [12/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/core/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.core-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.core-parent --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ 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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/core/target/jacoco.exec [INFO] [INFO] ---------------< org.eclipse.birt:org.eclipse.birt.core >--------------- [INFO] Building org.eclipse.birt.core 4.14.0-SNAPSHOT [13/289] [INFO] from core/org.eclipse.birt.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core --- [INFO] Resolving class path of org.eclipse.birt.core... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/core/org.eclipse.birt.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.core --- [INFO] Compiling 241 source files to /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.core --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core/target/org.eclipse.birt.core-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core/target/org.eclipse.birt.core-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.core --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core/target/org.eclipse.birt.core-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core/target/org.eclipse.birt.core-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core/target/org.eclipse.birt.core-4.14.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.core --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.core --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt:org.eclipse.birt.chart.engine >----------- [INFO] Building org.eclipse.birt.chart.engine 4.14.0-SNAPSHOT [14/289] [INFO] from chart/org.eclipse.birt.chart.engine/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.engine --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.engine --- [INFO] Resolving class path of org.eclipse.birt.chart.engine... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.engine --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/chart/org.eclipse.birt.chart.engine/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.engine --- [INFO] Compiling 513 source files to /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.engine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.engine --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine/target/org.eclipse.birt.chart.engine-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.engine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine/target/org.eclipse.birt.chart.engine-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.engine --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine/target/org.eclipse.birt.chart.engine-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine/target/org.eclipse.birt.chart.engine-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.chart.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine/target/org.eclipse.birt.chart.engine-4.14.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.engine --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.engine --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.engine --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.engine --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.engine --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.engine --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.chart.device.extension >------ [INFO] Building org.eclipse.birt.chart.device.extension 4.14.0-SNAPSHOT [15/289] [INFO] from chart/org.eclipse.birt.chart.device.extension/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.extension --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.extension --- [INFO] Resolving class path of org.eclipse.birt.chart.device.extension... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.extension --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/chart/org.eclipse.birt.chart.device.extension/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.device.extension --- [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.extension/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.device.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.extension/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.device.extension --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.extension/target/org.eclipse.birt.chart.device.extension-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.device.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.device.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.extension/target/org.eclipse.birt.chart.device.extension-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.device.extension --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.extension/target/org.eclipse.birt.chart.device.extension-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.extension/target/org.eclipse.birt.chart.device.extension-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.device.extension --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.extension/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.device.extension --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.device.extension --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.device.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.device.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.device.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.extension/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt:org.eclipse.birt.chart.device.svg >--------- [INFO] Building org.eclipse.birt.chart.device.svg 4.14.0-SNAPSHOT [16/289] [INFO] from chart/org.eclipse.birt.chart.device.svg/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.svg --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.svg --- [INFO] Resolving class path of org.eclipse.birt.chart.device.svg... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.svg --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/chart/org.eclipse.birt.chart.device.svg/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.device.svg --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.svg/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.device.svg --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.svg/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.device.svg --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.svg --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.svg/target/org.eclipse.birt.chart.device.svg-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.device.svg --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.device.svg --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.svg/target/org.eclipse.birt.chart.device.svg-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.device.svg --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.svg/target/org.eclipse.birt.chart.device.svg-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.svg/target/org.eclipse.birt.chart.device.svg-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.device.svg --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.svg/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.device.svg --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.device.svg --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.device.svg --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.device.svg --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.device.svg --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.svg/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt:org.eclipse.birt.chart.device.pdf >--------- [INFO] Building org.eclipse.birt.chart.device.pdf 4.14.0-SNAPSHOT [17/289] [INFO] from chart/org.eclipse.birt.chart.device.pdf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.pdf --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.pdf --- [INFO] Resolving class path of org.eclipse.birt.chart.device.pdf... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.pdf --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/chart/org.eclipse.birt.chart.device.pdf/src/main/resources [INFO] [INFO] --- dependency:2.10:copy (Copy jars) @ org.eclipse.birt.chart.device.pdf --- [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Configured Artifact: org.apache.xmlgraphics:fop:2.6:jar [INFO] Copying fop-2.6.jar to /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.pdf/lib/fop-2.6.jar [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.device.pdf --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.pdf/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.device.pdf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.pdf/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.device.pdf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.pdf --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.pdf/target/org.eclipse.birt.chart.device.pdf-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.device.pdf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.device.pdf --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.pdf/target/org.eclipse.birt.chart.device.pdf-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.device.pdf --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.pdf/target/org.eclipse.birt.chart.device.pdf-4.14.0-SNAPSHOT.jar_unpacked_15183266496654330588/lib/fop-2.6.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.pdf/target/org.eclipse.birt.chart.device.pdf-4.14.0-SNAPSHOT.jar_unpacked_15183266496654330588/lib/fop-2.6.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.pdf/target/org.eclipse.birt.chart.device.pdf-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.pdf/target/org.eclipse.birt.chart.device.pdf-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.device.pdf --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.pdf/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.device.pdf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.device.pdf --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.device.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.device.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.device.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.pdf/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt:org.eclipse.birt.chart.device.swt >--------- [INFO] Building org.eclipse.birt.chart.device.swt 4.14.0-SNAPSHOT [18/289] [INFO] from chart/org.eclipse.birt.chart.device.swt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.swt --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.swt --- [INFO] Resolving class path of org.eclipse.birt.chart.device.swt... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.swt --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/chart/org.eclipse.birt.chart.device.swt/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.device.swt --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.swt/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.device.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.swt/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.device.swt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.swt/target/org.eclipse.birt.chart.device.swt-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.device.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.device.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.swt/target/org.eclipse.birt.chart.device.swt-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.device.swt --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.swt/target/org.eclipse.birt.chart.device.swt-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.swt/target/org.eclipse.birt.chart.device.swt-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.device.swt --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.swt/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.device.swt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.device.swt --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.device.swt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.device.swt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.device.swt --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.device.swt/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.chart.engine.extension >------ [INFO] Building org.eclipse.birt.chart.engine.extension 4.14.0-SNAPSHOT [19/289] [INFO] from chart/org.eclipse.birt.chart.engine.extension/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.engine.extension --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.engine.extension --- [INFO] Resolving class path of org.eclipse.birt.chart.engine.extension... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.engine.extension --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/chart/org.eclipse.birt.chart.engine.extension/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.engine.extension --- [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine.extension/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.engine.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine.extension/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.engine.extension --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.engine.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine.extension/target/org.eclipse.birt.chart.engine.extension-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.engine.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.engine.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine.extension/target/org.eclipse.birt.chart.engine.extension-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.engine.extension --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine.extension/target/org.eclipse.birt.chart.engine.extension-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine.extension/target/org.eclipse.birt.chart.engine.extension-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.engine.extension --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine.extension/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.engine.extension --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.engine.extension --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.engine.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.engine.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.engine.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine.extension/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.chart.examples.core >-------- [INFO] Building org.eclipse.birt.chart.examples.core 4.14.0-SNAPSHOT [20/289] [INFO] from chart/org.eclipse.birt.chart.examples.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.examples.core --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.examples.core --- [INFO] Resolving class path of org.eclipse.birt.chart.examples.core... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.examples.core --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/chart/org.eclipse.birt.chart.examples.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.examples.core --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.examples.core/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.examples.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.examples.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.examples.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.examples.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.examples.core/target/org.eclipse.birt.chart.examples.core-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.examples.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.examples.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.examples.core/target/org.eclipse.birt.chart.examples.core-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.examples.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.examples.core/target/org.eclipse.birt.chart.examples.core-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.examples.core/target/org.eclipse.birt.chart.examples.core-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.chart.examples.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.examples.core/target/org.eclipse.birt.chart.examples.core-4.14.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.examples.core --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.examples.core/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.examples.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.examples.core --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.examples.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.examples.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.examples.core --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.examples.core/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.birt:org.eclipse.birt.core.ui >-------------- [INFO] Building org.eclipse.birt.core.ui 4.14.0-SNAPSHOT [21/289] [INFO] from core/org.eclipse.birt.core.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.ui --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core.ui --- [INFO] Resolving class path of org.eclipse.birt.core.ui... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/core/org.eclipse.birt.core.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.core.ui --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.core.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.core.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.ui/target/org.eclipse.birt.core.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.core.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.ui/target/org.eclipse.birt.core.ui-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.core.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.ui/target/org.eclipse.birt.core.ui-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.ui/target/org.eclipse.birt.core.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.core.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.core.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.core.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.core.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.core.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.ui/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.birt:org.eclipse.birt.chart.ui >------------- [INFO] Building org.eclipse.birt.chart.ui 4.14.0-SNAPSHOT [22/289] [INFO] from chart/org.eclipse.birt.chart.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.ui --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.ui --- [INFO] Resolving class path of org.eclipse.birt.chart.ui... [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.2.0.v20230501-1823.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (12.61kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.2.0.v20230501-1823.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (12.12kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.14.0.v20230501-1533.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (31.8kB) [INFO] Fetching org.eclipse.ui.cocoa_1.3.100.v20230214-1401.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (11.39kB) [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/chart/org.eclipse.birt.chart.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.ui --- [INFO] Compiling 81 source files to /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.ui/target/org.eclipse.birt.chart.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.ui/target/org.eclipse.birt.chart.ui-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.ui/target/org.eclipse.birt.chart.ui-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.ui/target/org.eclipse.birt.chart.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.ui/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt:org.eclipse.birt.chart.ui.extension >-------- [INFO] Building org.eclipse.birt.chart.ui.extension 4.14.0-SNAPSHOT [23/289] [INFO] from chart/org.eclipse.birt.chart.ui.extension/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.ui.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.ui.extension --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.ui.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.ui.extension --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.ui.extension --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.ui.extension --- [INFO] Resolving class path of org.eclipse.birt.chart.ui.extension... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.ui.extension --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/chart/org.eclipse.birt.chart.ui.extension/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.ui.extension --- [INFO] Compiling 164 source files to /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.ui.extension/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.ui.extension --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.ui.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.ui.extension/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.ui.extension --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.ui.extension --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.ui.extension --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.ui.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.ui.extension/target/org.eclipse.birt.chart.ui.extension-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.ui.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.ui.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.ui.extension/target/org.eclipse.birt.chart.ui.extension-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.ui.extension --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.ui.extension --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.ui.extension --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.ui.extension/target/org.eclipse.birt.chart.ui.extension-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.ui.extension/target/org.eclipse.birt.chart.ui.extension-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.ui.extension --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.ui.extension --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.ui.extension/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.ui.extension --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.ui.extension --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.ui.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.ui.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.ui.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.ui.extension/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt.features:org.eclipse.birt.chart.osgi.runtime >---- [INFO] Building org.eclipse.birt.chart.osgi.runtime 4.14.0-SNAPSHOT [24/289] [INFO] from features/org.eclipse.birt.chart.osgi.runtime/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] Deleting /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.osgi.runtime/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.osgi.runtime/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.osgi.runtime/target/org.eclipse.birt.chart.osgi.runtime-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.osgi.runtime/target/org.eclipse.birt.chart.osgi.runtime-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.osgi.runtime/target/org.eclipse.birt.chart.osgi.runtime-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.osgi.runtime/target/org.eclipse.birt.chart.osgi.runtime-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.chart.osgi.runtime/target/jacoco.exec [INFO] [INFO] ----------< org.eclipse.birt.features:org.eclipse.birt.chart >---------- [INFO] Building org.eclipse.birt.chart 4.14.0-SNAPSHOT [25/289] [INFO] from features/org.eclipse.birt.chart.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart --- [INFO] Deleting /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.chart --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.feature/target/org.eclipse.birt.chart-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.feature/target/org.eclipse.birt.chart-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.feature/target/org.eclipse.birt.chart-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.feature/target/org.eclipse.birt.chart-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.chart.feature/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt.birt-packages.birt-charts:ChartRuntime >------- [INFO] Building ChartRuntime 4.14.0-SNAPSHOT [26/289] [INFO] from build/birt-packages/birt-charts/ChartRuntime/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ ChartRuntime --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ ChartRuntime --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ ChartRuntime --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ ChartRuntime --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ ChartRuntime --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-charts/ChartRuntime/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ ChartRuntime --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ ChartRuntime --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ ChartRuntime --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ ChartRuntime --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ ChartRuntime --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Fetching org.eclipse.datatools.connectivity.oda.feature_1.15.0.202305311622.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.75kB) [INFO] Fetching org.eclipse.datatools.enablement.oda.ws_1.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (74.3kB) [INFO] Fetching org.eclipse.datatools.enablement.oda.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.78kB) [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ ChartRuntime --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ ChartRuntime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ ChartRuntime --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-charts/ChartRuntime/target/ChartRuntime-4.14.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ ChartRuntime --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ ChartRuntime --- [INFO] [INFO] --- antrun:3.0.0:run (re-package) @ ChartRuntime --- [INFO] Executing tasks [INFO] [copy] Copying 42 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-charts/ChartRuntime/target/eclipse [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ ChartRuntime --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ ChartRuntime --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-charts/ChartRuntime/target/jacoco.exec [INFO] [INFO] ---------------< org.eclipse.birt:org.eclipse.birt.data >--------------- [INFO] Building org.eclipse.birt.data 4.14.0-SNAPSHOT [27/289] [INFO] from data/org.eclipse.birt.data/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data --- [INFO] Resolving class path of org.eclipse.birt.data... [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (13.13kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (59.56kB) [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.200.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (13kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (27.41kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (39.29kB) [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.data/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data --- [INFO] Compiling 870 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data/target/org.eclipse.birt.data-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data/target/org.eclipse.birt.data-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data/target/org.eclipse.birt.data-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data/target/org.eclipse.birt.data-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.data --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data/target/org.eclipse.birt.data-4.14.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data/target/jacoco.exec [INFO] [INFO] --------------------< org.eclipse.birt:org.w3c.sac >-------------------- [INFO] Building org.w3c.sac 1.3.0-SNAPSHOT [28/289] [INFO] from common/org.w3c.sac/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.w3c.sac --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.w3c.sac --- [INFO] The project's OSGi version is 1.3.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.w3c.sac --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.w3c.sac --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.w3c.sac --- [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.w3c.sac --- [INFO] Resolving class path of org.w3c.sac... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.w3c.sac --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/common/org.w3c.sac/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.w3c.sac --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/common/org.w3c.sac/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.w3c.sac --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.w3c.sac --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.w3c.sac --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/common/org.w3c.sac/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.w3c.sac --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.w3c.sac --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.w3c.sac --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.w3c.sac --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/common/org.w3c.sac/target/org.w3c.sac-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.w3c.sac --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.w3c.sac --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/common/org.w3c.sac/target/org.w3c.sac-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.w3c.sac --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.w3c.sac --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.w3c.sac --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/common/org.w3c.sac/target/org.w3c.sac-1.3.0-SNAPSHOT.jar_unpacked_18168769111058797302/lib/flute.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/common/org.w3c.sac/target/org.w3c.sac-1.3.0-SNAPSHOT.jar_unpacked_18168769111058797302/lib/flute.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/common/org.w3c.sac/target/org.w3c.sac-1.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/common/org.w3c.sac/target/org.w3c.sac-1.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.w3c.sac --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.w3c.sac --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/common/org.w3c.sac/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.w3c.sac --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.w3c.sac --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.w3c.sac --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.w3c.sac --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.w3c.sac --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/common/org.w3c.sac/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt.model:org.eclipse.birt.model-parent >-------- [INFO] Building org.eclipse.birt.model-parent 4.14.0-SNAPSHOT [29/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/model/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.model-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.model-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.model-parent --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ 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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/model/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt:org.eclipse.birt.report.model >----------- [INFO] Building org.eclipse.birt.report.model 4.14.0-SNAPSHOT [30/289] [INFO] from model/org.eclipse.birt.report.model/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.model --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.model --- [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.model --- [INFO] Resolving class path of org.eclipse.birt.report.model... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.model --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/model/org.eclipse.birt.report.model/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.model --- [INFO] Compiling 1267 source files to /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.model --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.model --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.model --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.model --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model/target/org.eclipse.birt.report.model-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.model --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model/target/org.eclipse.birt.report.model-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.model --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.model --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model/target/org.eclipse.birt.report.model-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model/target/org.eclipse.birt.report.model-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.report.model --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model/target/org.eclipse.birt.report.model-4.14.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.model --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.model --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.model --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.model --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.model --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.model --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.model --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt:org.eclipse.birt.data.aggregation >--------- [INFO] Building org.eclipse.birt.data.aggregation 4.14.0-SNAPSHOT [31/289] [INFO] from data/org.eclipse.birt.data.aggregation/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.aggregation --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.aggregation --- [INFO] Resolving class path of org.eclipse.birt.data.aggregation... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.aggregation --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.data.aggregation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.aggregation --- [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.aggregation/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.aggregation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.aggregation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.aggregation --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.aggregation --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.aggregation/target/org.eclipse.birt.data.aggregation-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.aggregation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.aggregation --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.aggregation/target/org.eclipse.birt.data.aggregation-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.aggregation --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.aggregation/target/org.eclipse.birt.data.aggregation-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.aggregation/target/org.eclipse.birt.data.aggregation-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.data.aggregation --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.aggregation/target/org.eclipse.birt.data.aggregation-4.14.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.aggregation --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.aggregation/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.aggregation --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.aggregation --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.aggregation --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data.aggregation --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.aggregation --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.aggregation/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.data.adapter >-------- [INFO] Building org.eclipse.birt.report.data.adapter 4.14.0-SNAPSHOT [32/289] [INFO] from data/org.eclipse.birt.report.data.adapter/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.adapter --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.adapter --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.adapter --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.adapter --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.adapter --- [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.adapter --- [INFO] Resolving class path of org.eclipse.birt.report.data.adapter... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.adapter --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.report.data.adapter/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.adapter --- [INFO] Compiling 98 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.adapter/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.adapter --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.adapter/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.adapter --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.adapter --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.adapter --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.adapter/target/org.eclipse.birt.report.data.adapter-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.adapter/target/org.eclipse.birt.report.data.adapter-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.adapter --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.adapter --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.adapter --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.adapter/target/org.eclipse.birt.report.data.adapter-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.adapter/target/org.eclipse.birt.report.data.adapter-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.report.data.adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.adapter/target/org.eclipse.birt.report.data.adapter-4.14.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.adapter --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.adapter --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.adapter/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.adapter --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.adapter --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.adapter --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.adapter --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.adapter --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.adapter/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.designer.core >------- [INFO] Building org.eclipse.birt.report.designer.core 4.14.0-SNAPSHOT [33/289] [INFO] from UI/org.eclipse.birt.report.designer.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.core --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.core --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.core --- [INFO] Resolving class path of org.eclipse.birt.report.designer.core... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.core --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.designer.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.core --- [INFO] Compiling 101 source files to /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.core/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.core --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.core/target/org.eclipse.birt.report.designer.core-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.core/target/org.eclipse.birt.report.designer.core-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.core --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.core --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.core/target/org.eclipse.birt.report.designer.core-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.core/target/org.eclipse.birt.report.designer.core-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.core --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.core --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.core/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.core --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.core --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.core/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.engine.fonts >-------- [INFO] Building org.eclipse.birt.report.engine.fonts 4.14.0-SNAPSHOT [34/289] [INFO] from engine/org.eclipse.birt.report.engine.fonts/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.fonts --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.fonts --- [INFO] Resolving class path of org.eclipse.birt.report.engine.fonts... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.fonts --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.fonts/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.fonts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.fonts/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.fonts --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.fonts --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.fonts/target/org.eclipse.birt.report.engine.fonts-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.fonts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.fonts --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.fonts/target/org.eclipse.birt.report.engine.fonts-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.fonts --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.fonts/target/org.eclipse.birt.report.engine.fonts-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.fonts/target/org.eclipse.birt.report.engine.fonts-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.fonts --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.fonts/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.fonts --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.fonts --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.fonts --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.fonts --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.fonts --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.fonts/target/jacoco.exec [INFO] [INFO] ----------< org.eclipse.birt:org.eclipse.birt.report.engine >----------- [INFO] Building org.eclipse.birt.report.engine 4.14.0-SNAPSHOT [35/289] [INFO] from engine/org.eclipse.birt.report.engine/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine --- [INFO] Resolving class path of org.eclipse.birt.report.engine... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine --- [INFO] Compiling 1136 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/target/org.eclipse.birt.report.engine-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/target/org.eclipse.birt.report.engine-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/target/org.eclipse.birt.report.engine-4.14.0-SNAPSHOT.jar_unpacked_18048245601749491439/lib/Tidy.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/target/org.eclipse.birt.report.engine-4.14.0-SNAPSHOT.jar_unpacked_18048245601749491439/lib/Tidy.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/target/org.eclipse.birt.report.engine-4.14.0-SNAPSHOT.jar_unpacked_18048245601749491439/lib/commons-cli-1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/target/org.eclipse.birt.report.engine-4.14.0-SNAPSHOT.jar_unpacked_18048245601749491439/lib/commons-cli-1.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/target/org.eclipse.birt.report.engine-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/target/org.eclipse.birt.report.engine-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (engineapi) @ org.eclipse.birt.report.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/target/org.eclipse.birt.report.engine-4.14.0-SNAPSHOT-api.jar [INFO] [INFO] --- jar:3.2.0:jar (scriptapi) @ org.eclipse.birt.report.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/target/org.eclipse.birt.report.engine-4.14.0-SNAPSHOT-scriptapi.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.item.crosstab.core >----- [INFO] Building org.eclipse.birt.report.item.crosstab.core 4.14.0-SNAPSHOT [36/289] [INFO] from xtab/org.eclipse.birt.report.item.crosstab.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Resolving class path of org.eclipse.birt.report.item.crosstab.core... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/xtab/org.eclipse.birt.report.item.crosstab.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Compiling 94 source files to /home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.core/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.item.crosstab.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.core/target/org.eclipse.birt.report.item.crosstab.core-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.core/target/org.eclipse.birt.report.item.crosstab.core-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.core/target/org.eclipse.birt.report.item.crosstab.core-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.core/target/org.eclipse.birt.report.item.crosstab.core-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.core/target/org.eclipse.birt.report.item.crosstab.core-4.14.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.core/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.item.crosstab.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.core/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt:org.eclipse.birt.chart.reportitem >--------- [INFO] Building org.eclipse.birt.chart.reportitem 4.14.0-SNAPSHOT [37/289] [INFO] from chart/org.eclipse.birt.chart.reportitem/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.reportitem --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.reportitem --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.reportitem --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.reportitem --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.reportitem --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.reportitem --- [INFO] Resolving class path of org.eclipse.birt.chart.reportitem... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.reportitem --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/chart/org.eclipse.birt.chart.reportitem/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.reportitem --- [INFO] Compiling 129 source files to /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.reportitem/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.reportitem --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.reportitem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.reportitem/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.reportitem --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.reportitem --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.reportitem --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.reportitem --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.reportitem/target/org.eclipse.birt.chart.reportitem-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.reportitem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.reportitem --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.reportitem/target/org.eclipse.birt.chart.reportitem-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.reportitem --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.reportitem --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.reportitem --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.reportitem/target/org.eclipse.birt.chart.reportitem-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.reportitem/target/org.eclipse.birt.chart.reportitem-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.chart.reportitem --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.reportitem/target/org.eclipse.birt.chart.reportitem-4.14.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.reportitem --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.reportitem --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.reportitem/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.reportitem --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.reportitem --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.reportitem --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.reportitem --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.reportitem --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.reportitem/target/jacoco.exec [INFO] [INFO] ----------< org.eclipse.birt:org.eclipse.birt.chart.doc.isv >----------- [INFO] Building org.eclipse.birt.chart.doc.isv 4.14.0-SNAPSHOT [38/289] [INFO] from docs/org.eclipse.birt.chart.doc.isv/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- antrun:3.0.0:run (clean) @ org.eclipse.birt.chart.doc.isv --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.doc.isv --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.doc.isv --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.doc.isv --- [INFO] Resolving class path of org.eclipse.birt.chart.doc.isv... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.doc.isv --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- antrun:3.0.0:run (javadoc) @ org.eclipse.birt.chart.doc.isv --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv [INFO] [javadoc] Generating Javadoc [INFO] [javadoc] Javadoc execution [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/aggregate/IAggregateFunction.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/ISeriesRenderer.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/ISeriesRenderingHints.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/IGenerator.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/GeneratedChartState.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/IMessageLookup.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/RunTimeContext.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/CDateTime.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/api/ChartEngine.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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.6+10 [WARNING] [javadoc] Building tree for all the packages and classes... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/AbstractDataPointDefinition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/AbstractGroupedDataRowExpressionEvaluator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/AbstractScriptContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/AbstractScriptHandler.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/AccessibilityValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/Action.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/ActionEvaluatorAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/ActionRendererAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ActionType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ActionValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/AllAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Anchor.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Angle3D.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/AngleType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/Arc3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/ArcRenderEvent.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/Area3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/AreaRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/AreaSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/AttributeFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/AttributePackage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/AutoScale.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/AxesAdjuster.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/AxesRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/AxesRenderHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/Axis.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/AxisLabelTextProvider.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/AxisOrigin.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/AxisSubUnit.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/AxisTickCoordinates.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/AxisType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/BarSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/BaseRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/BaseSampleData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/BigNumberDataElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/BIRTChartComputation.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/Block.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/BlockGenerationEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/BoundingBox.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Bounds.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/BubbleDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/extension/datafeed/BubbleEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/BubbleSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/CallBackValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/util/CDateTime.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/Chart.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/ChartComputationFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ChartDimension.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/api/ChartEngine.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/ChartEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/ChartEventHandlerAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/exception/ChartException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/ChartImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/ChartModelHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/ChartPreferences.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/ChartScriptContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ChartType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/ChartWithAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/ChartWithAxesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/ChartWithoutAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/ChartWithoutAxesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/ClientArea.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/ClipRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ColorDefinition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/ComponentFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/ComponentPackage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withoutaxes/Coordinates.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Cursor.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/CursorType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/CurveFitting.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/CurveRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/DataElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/DataFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/DataPackage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/DataPoint.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/DataPointComponent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/DataPointComponentType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/DataPointHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/DataRowExpressionEvaluatorAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/DataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/DataSetAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/DataSetIterator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/DataType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/DateFormatDetail.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/DateFormatSpecifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/DateFormatType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/DateTimeDataElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/DateTimeDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/DeferredCache.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/DeferredCacheManager.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/DeviceAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/Dial.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/DialChart.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/DialChartImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/DialRegion.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/DialSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/DifferenceDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/extension/datafeed/DifferenceEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/DifferenceSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Direction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/DisplayAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/EllipsisHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/EllipsisHelper.ITester.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/EmbeddedImage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/EmptyUpdateNotifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/EmptyWithAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/EmptyWithoutAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/Engine3D.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/EventObjectCache.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ExtendedProperty.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Fill.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/FontDefinition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/FontUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/FormatSpecifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/FractionNumberFormatSpecifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/GanttDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/GanttSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/GeneratedChartState.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/Generator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/GObjectFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Gradient.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/Grid.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/Grid.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/GroupingUnitType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/HorizontalAlignment.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/HorizontalAxesAdjuster.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/HorizontalAxisAdjuster.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/I3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/IActionEvaluator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/IActionRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/aggregate/IAggregateFunction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/IAxesDecorator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/IAxisAdjuster.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/ICallBackNotifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/IChartComputation.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/IChartComputationFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/IChartEventHandler.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/IChartModelHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/IChartObject.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/IChartScriptContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/IConstants.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/IDataPointDefinition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/IDataPointEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/IDataRowExpressionEvaluator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/IDataSetProcessor.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IDeviceRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IDisplayServer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/IExtChartModelLoader.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/IExternalContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/IExternalizer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/IGenerator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/IGObjectFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/IGroupedDataRowExpressionEvaluator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IImageMapEmitter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IImageWriterFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/log/ILogger.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Image.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/Image3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/ImageRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ImageSourceType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/ImageWriterFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/IMessageLookup.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Insets.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/InteractionEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/InteractiveRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Interactivity.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/IntersectionType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/IntersectionValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IPrimitiveRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/IRenderInstruction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/IResourceFinder.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/IResultSetDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/IScriptClassLoader.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/IScriptContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IScriptMenuHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/ISeriesRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/ISeriesRenderingHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/ISeriesRenderingHints3D.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IStructureDefinitionListener.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/ITextMetrics.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/ITextRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IUpdateNotifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/JavaDateFormatSpecifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/JavaNumberFormatSpecifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/Label.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/LabelBlock.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LabelLimiter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LabelLimiter.Option.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/LayoutFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/LayoutPackage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/LeaderLineStyle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/Legend.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/LegendBehaviorType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LegendBuilder.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LegendBuilder.LabelItem.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LegendEntryRenderingHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LegendItemHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LegendItemHints.Type.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LegendItemRenderingHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/LegendItemType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LegendLayoutHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/Line3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/LineAttributes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/LineDecorator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/LineRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/LineSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/LineStyle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Location.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Location3D.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/log/Logger.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Marker.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/MarkerInstruction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/MarkerLine.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/MarkerRange.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/MarkerRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/MarkerType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/MenuStylesKeyType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/Methods.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/ModelFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/ModelFactoryImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/ModelPackage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/ModelPackage.Literals.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/ModelPackageImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/MultipleActions.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/MultipleFill.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/MultiURLValues.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/Needle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/NullDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/NumberDataElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/NumberDataPointEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/NumberDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/NumberFormatSpecifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/Object3D.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/OneAxis.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Orientation.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/OrthogonalSampleData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/Oval3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/OvalRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Palette.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/PatternImage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/PieSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/Plot.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/PlotComputation.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/PlotWith3DAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/PlotWithAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withoutaxes/PlotWithoutAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/Point.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/Polygon.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/Polygon3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/PolygonRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Position.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/PrimitiveRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/Query.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/Rectangle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/RectangleRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/RiserType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/RotatedRectangle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Rotation3D.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/Rule.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/RuleType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/RunTimeContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/RunTimeContext.StateKey.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/SampleData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/Scale.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/ScaleContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ScaleUnitType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/ScatterSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/ScriptClassLoaderAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/ScriptExpression.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/ScriptHandler.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/ScriptMenuHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ScriptValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/Serializer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/SerializerImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/Series.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/SeriesDefinition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/SeriesGrouping.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/SeriesNameFormat.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/SeriesRenderingHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withoutaxes/SeriesRenderingHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/SeriesRenderingHints3D.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/SeriesValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/SharedScaleContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Size.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/SortOption.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/StackedSeriesLookup.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/StackGroup.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/StockDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/extension/datafeed/StockEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/StockSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Stretch.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/StringFormatSpecifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/StructureChangeEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/StructureSource.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/StructureType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Style.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/StyledComponent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/StyleMap.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Text.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/Text3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/TextAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/TextAlignment.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/TextDataElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/TextDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/TextRendererAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/TextRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/TickStyle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/TitleBlock.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/TooltipValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/TransformationEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/Trigger.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/TriggerCondition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/TriggerFlow.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/TypeFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/TypePackage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/UnitsOfMeasurement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/URLValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/UserDataSetHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/ValueFormatter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/Vector.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/VerticalAlignment.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/VerticalAxesAdjuster.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/VerticalAxisAdjuster.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/WrappedInstruction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/WrappedStructureSource.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/aggregate/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/aggregate/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/api/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/api/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/exception/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/exception/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/log/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/log/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/util/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/util/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/constant-values.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/serialized-form.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/aggregate/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/api/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/exception/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/log/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/util/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/overview-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/deprecated-list.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/allclasses-index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/allpackages-index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-1.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-2.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-3.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-4.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-5.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-6.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-7.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-8.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-9.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-10.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-11.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-12.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-13.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-14.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-15.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-16.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-17.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-18.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-19.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-20.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-21.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-22.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-23.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-24.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-25.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-26.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/overview-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chart/api/help-doc.html... [WARNING] [javadoc] 5 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/build-test/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.6+10 [WARNING] [javadoc] Building tree for all the packages and classes... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IDataServiceProvider.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IFormatSpecifierHandler.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IUIServiceProvider.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chartui/api/constant-values.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chartui/api/overview-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chartui/api/allclasses-index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chartui/api/allpackages-index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chartui/api/index-all.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chartui/api/index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chartui/api/help-doc.html... [WARNING] [javadoc] 4 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/build-test/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.6+10 [WARNING] [javadoc] Building tree for all the packages and classes... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/IChart.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/IChartWithAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/IChartWithoutAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/IComponentFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/overview-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/allclasses-index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/allpackages-index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/index-all.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/overview-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/help-doc.html... [WARNING] [javadoc] 5 warnings [WARNING] [echo] generating javadoc for chart [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.doc.isv --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.doc.isv --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/target/org.eclipse.birt.chart.doc.isv-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.doc.isv --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/target/org.eclipse.birt.chart.doc.isv-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.doc.isv --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.doc.isv --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.chart.doc.isv/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt.features:org.eclipse.birt.chart.doc.isv >------ [INFO] Building org.eclipse.birt.chart.doc.isv 4.14.0-SNAPSHOT [39/289] [INFO] from features/org.eclipse.birt.chart.doc.isv.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.doc.isv --- [INFO] Deleting /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.doc.isv.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.doc.isv --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.doc.isv --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.doc.isv --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.doc.isv.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.chart.doc.isv --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.doc.isv.feature/target/org.eclipse.birt.chart.doc.isv-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.doc.isv --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.doc.isv.feature/target/org.eclipse.birt.chart.doc.isv-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.doc.isv --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.doc.isv.feature/target/org.eclipse.birt.chart.doc.isv-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.doc.isv.feature/target/org.eclipse.birt.chart.doc.isv-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.doc.isv --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.chart.doc.isv.feature/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.features:org.eclipse.birt.chart.osgi.runtime.sdk >-- [INFO] Building org.eclipse.birt.chart.osgi.runtime.sdk 4.14.0-SNAPSHOT [40/289] [INFO] from features/org.eclipse.birt.chart.osgi.runtime.sdk/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.osgi.runtime.sdk/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.osgi.runtime.sdk/target/org.eclipse.birt.chart.osgi.runtime.sdk-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.osgi.runtime.sdk/target/org.eclipse.birt.chart.osgi.runtime.sdk-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.chart.osgi.runtime.sdk/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt.birt-packages.birt-charts:ChartSDK >--------- [INFO] Building ChartSDK 4.14.0-SNAPSHOT [41/289] [INFO] from build/birt-packages/birt-charts/ChartSDK/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ ChartSDK --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ ChartSDK --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ ChartSDK --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ ChartSDK --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ ChartSDK --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-charts/ChartSDK/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ ChartSDK --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ ChartSDK --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ ChartSDK --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ ChartSDK --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ ChartSDK --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Fetching javax.wsdl.source_1.6.2.v201012040545.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (185.57kB) [INFO] Fetching org.apache.batik.bridge.source_1.16.0.v20230210-1249.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (529.05kB) [INFO] Fetching org.apache.batik.css.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (321.27kB) [INFO] Fetching org.apache.batik.codec.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (114.68kB) [INFO] Fetching org.apache.batik.dom.svg.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (244.54kB) [INFO] Fetching org.apache.batik.dom.source_1.16.0.v20230210-1249.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (179.81kB) [INFO] Fetching org.apache.batik.parser.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (99.8kB) [INFO] Fetching org.apache.batik.svggen.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (270.98kB) [INFO] Fetching org.apache.batik.transcoder.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (127.53kB) [INFO] Fetching org.apache.batik.util.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (128.49kB) [INFO] Fetching org.apache.batik.xml.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (33.72kB) [INFO] Fetching org.apache.batik.ext.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (24.6kB) [INFO] Fetching org.apache.commons.codec.source_1.14.0.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (376.07kB) [INFO] Fetching org.apache.xerces.source_2.12.2.v20220131-0835.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (2.08MB) [INFO] Fetching org.apache.xml.resolver.source_1.2.0.v20220715-1206.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (114.81kB) [INFO] Fetching org.mozilla.javascript.source_1.7.10.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (931.31kB) [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (52.19kB) [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (21.78kB) [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (89.33kB) [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ ChartSDK --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ ChartSDK --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ ChartSDK --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-charts/ChartSDK/target/ChartSDK-4.14.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ ChartSDK --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ ChartSDK --- [INFO] [INFO] --- antrun:3.0.0:run (re-package) @ ChartSDK --- [INFO] Executing tasks [INFO] [copy] Copying 78 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-charts/ChartSDK/target/eclipse [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ ChartSDK --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ ChartSDK --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-charts/ChartSDK/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt.birt-packages.birt-charts:DeploymentRuntime >---- [INFO] Building DeploymentRuntime 4.14.0-SNAPSHOT [42/289] [INFO] from build/birt-packages/birt-charts/DeploymentRuntime/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ DeploymentRuntime --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ DeploymentRuntime --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ DeploymentRuntime --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ DeploymentRuntime --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ DeploymentRuntime --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-charts/DeploymentRuntime/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ DeploymentRuntime --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ DeploymentRuntime --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ DeploymentRuntime --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ DeploymentRuntime --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ DeploymentRuntime --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v202306061603.ChartEngine 1.0.0.B8_i5cLSkY-EGCrnR8jdsCRGI7Yr73553C753ECE to org.eclipse.equinox.p2.iu; com.ibm.icu [72.1.0.v20221115-2007,72.1.0.v20221115-2007].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v202306061603.ChartEngine 1.0.0.B8_i5cLSkY-EGCrnR8jdsCRGI7Yr73553C753ECE to org.eclipse.equinox.p2.iu; com.ibm.icu [72.1.0.v20221115-2007,72.1.0.v20221115-2007].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v202306061603.ChartEngine 1.0.0.B8_i5cLSkY-EGCrnR8jdsCRGI7Yr73553C753ECE to org.eclipse.equinox.p2.iu; com.ibm.icu [72.1.0.v20221115-2007,72.1.0.v20221115-2007].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v202306061603.ChartEngine 1.0.0.B8_i5cLSkY-EGCrnR8jdsCRGI7Yr73553C753ECE to org.eclipse.equinox.p2.iu; com.ibm.icu [72.1.0.v20221115-2007,72.1.0.v20221115-2007].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v202306061603.ChartEngine 1.0.0.B8_i5cLSkY-EGCrnR8jdsCRGI7Yr73553C753ECE to org.eclipse.equinox.p2.iu; com.ibm.icu [72.1.0.v20221115-2007,72.1.0.v20221115-2007].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ DeploymentRuntime --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ DeploymentRuntime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ DeploymentRuntime --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime-4.14.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ DeploymentRuntime --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ DeploymentRuntime --- [INFO] [INFO] --- antrun:3.0.0:run (re-package) @ DeploymentRuntime --- [INFO] Executing tasks [INFO] [copy] Copying 37 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/ChartEngine [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/ChartEngine/docs [INFO] [copy] Copying 11 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/chart-viewer-sample [INFO] [copy] Copying 36 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/chart-viewer-sample/WEB-INF/lib [INFO] [war] Building war: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/chart-viewer-sample.war [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/chart-viewer-sample [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ DeploymentRuntime --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ DeploymentRuntime --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-charts/DeploymentRuntime/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt.birt-packages.birt-charts:birt-charts >------- [INFO] Building birt-charts 4.14.0-SNAPSHOT [43/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-charts/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-charts --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-charts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-charts --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-charts --- [INFO] [INFO] --- antrun:3.0.0:run (re-package) @ birt-charts --- [INFO] Executing tasks [INFO] [copy] Copying 42 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-charts/target/build/ChartRuntime/eclipse [INFO] [copy] Copying 78 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-charts/target/build/ChartSDK/eclipse [INFO] [copy] Copying 39 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-charts/target/build/DeploymentRuntime [INFO] [copy] Copying 2 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-charts/target/build [INFO] [zip] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-charts/target/birt-charts-4.14.0-202306061603.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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-charts/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt:org.apache.batik.dom.birt.ext >----------- [INFO] Building org.apache.batik.dom.birt.ext 1.14.0-SNAPSHOT [44/289] [INFO] from common/org.apache.batik.dom.birt.ext/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.apache.batik.dom.birt.ext --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.apache.batik.dom.birt.ext --- [INFO] The project's OSGi version is 1.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.apache.batik.dom.birt.ext --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.apache.batik.dom.birt.ext --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.apache.batik.dom.birt.ext --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.apache.batik.dom.birt.ext --- [INFO] Resolving class path of org.apache.batik.dom.birt.ext... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.apache.batik.dom.birt.ext --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/common/org.apache.batik.dom.birt.ext/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.apache.batik.dom.birt.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/common/org.apache.batik.dom.birt.ext/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.apache.batik.dom.birt.ext --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.apache.batik.dom.birt.ext --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.apache.batik.dom.birt.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/common/org.apache.batik.dom.birt.ext/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.apache.batik.dom.birt.ext --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.apache.batik.dom.birt.ext --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.apache.batik.dom.birt.ext --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.apache.batik.dom.birt.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/common/org.apache.batik.dom.birt.ext/target/org.apache.batik.dom.birt.ext-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.apache.batik.dom.birt.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.apache.batik.dom.birt.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/common/org.apache.batik.dom.birt.ext/target/org.apache.batik.dom.birt.ext-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.dom.birt.ext --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.apache.batik.dom.birt.ext --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.apache.batik.dom.birt.ext --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.apache.batik.dom.birt.ext --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.apache.batik.dom.birt.ext --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/common/org.apache.batik.dom.birt.ext/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.apache.batik.dom.birt.ext --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.apache.batik.dom.birt.ext --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.apache.batik.dom.birt.ext --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.apache.batik.dom.birt.ext --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.apache.batik.dom.birt.ext --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/common/org.apache.batik.dom.birt.ext/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.apache.batik.transcoder.birt.ext >-------- [INFO] Building org.apache.batik.transcoder.birt.ext 1.14.0-SNAPSHOT [45/289] [INFO] from common/org.apache.batik.transcoder.birt.ext/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.apache.batik.transcoder.birt.ext --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.apache.batik.transcoder.birt.ext --- [INFO] The project's OSGi version is 1.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.apache.batik.transcoder.birt.ext --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.apache.batik.transcoder.birt.ext --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.apache.batik.transcoder.birt.ext --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.apache.batik.transcoder.birt.ext --- [INFO] Resolving class path of org.apache.batik.transcoder.birt.ext... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.apache.batik.transcoder.birt.ext --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/common/org.apache.batik.transcoder.birt.ext/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.apache.batik.transcoder.birt.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/common/org.apache.batik.transcoder.birt.ext/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.apache.batik.transcoder.birt.ext --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.apache.batik.transcoder.birt.ext --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.apache.batik.transcoder.birt.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/common/org.apache.batik.transcoder.birt.ext/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.apache.batik.transcoder.birt.ext --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.apache.batik.transcoder.birt.ext --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.apache.batik.transcoder.birt.ext --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.apache.batik.transcoder.birt.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/common/org.apache.batik.transcoder.birt.ext/target/org.apache.batik.transcoder.birt.ext-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.apache.batik.transcoder.birt.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.apache.batik.transcoder.birt.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/common/org.apache.batik.transcoder.birt.ext/target/org.apache.batik.transcoder.birt.ext-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.transcoder.birt.ext --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.apache.batik.transcoder.birt.ext --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.apache.batik.transcoder.birt.ext --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.apache.batik.transcoder.birt.ext --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.apache.batik.transcoder.birt.ext --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/common/org.apache.batik.transcoder.birt.ext/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.apache.batik.transcoder.birt.ext --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.apache.batik.transcoder.birt.ext --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.apache.batik.transcoder.birt.ext --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.apache.batik.transcoder.birt.ext --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.apache.batik.transcoder.birt.ext --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/common/org.apache.batik.transcoder.birt.ext/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt:org.eclipse.birt.axis.overlay >----------- [INFO] Building org.eclipse.birt.axis.overlay 4.14.0-SNAPSHOT [46/289] [INFO] from viewer/org.eclipse.birt.axis.overlay/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.axis.overlay --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.axis.overlay --- [INFO] Resolving class path of org.eclipse.birt.axis.overlay... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.axis.overlay --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/viewer/org.eclipse.birt.axis.overlay/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.axis.overlay --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.axis.overlay/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.axis.overlay --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.axis.overlay/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.axis.overlay --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.axis.overlay --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.axis.overlay/target/org.eclipse.birt.axis.overlay-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.axis.overlay --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.axis.overlay --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.axis.overlay/target/org.eclipse.birt.axis.overlay-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.axis.overlay --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.axis.overlay/target/org.eclipse.birt.axis.overlay-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.axis.overlay/target/org.eclipse.birt.axis.overlay-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.axis.overlay --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.axis.overlay/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.axis.overlay --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.axis.overlay --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.axis.overlay --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.axis.overlay --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.axis.overlay --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.axis.overlay/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.birt:org.eclipse.birt.branding >------------- [INFO] Building org.eclipse.birt.branding 4.14.0-SNAPSHOT [47/289] [INFO] from core/org.eclipse.birt.branding/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.branding --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.branding --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.branding --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.branding --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.branding --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.branding --- [INFO] Resolving class path of org.eclipse.birt.branding... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.branding --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/core/org.eclipse.birt.branding/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.branding --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.branding/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.branding --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.branding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.branding/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.branding --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.branding --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.branding --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.branding --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.branding/target/org.eclipse.birt.branding-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.branding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.branding --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.branding/target/org.eclipse.birt.branding-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.branding --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.branding --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.branding --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.branding/target/org.eclipse.birt.branding-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.branding/target/org.eclipse.birt.branding-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.branding --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.branding --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.branding/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.branding --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.branding --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.branding --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.branding --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.branding --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.branding/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt:org.eclipse.birt.report.designer.ui >-------- [INFO] Building org.eclipse.birt.report.designer.ui 4.14.0-SNAPSHOT [48/289] [INFO] from UI/org.eclipse.birt.report.designer.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.designer.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui --- [INFO] Compiling 928 source files to /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui/target/org.eclipse.birt.report.designer.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui/target/org.eclipse.birt.report.designer.ui-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui/target/org.eclipse.birt.report.designer.ui-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui/target/org.eclipse.birt.report.designer.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.designer.ui.views >----- [INFO] Building org.eclipse.birt.report.designer.ui.views 4.14.0-SNAPSHOT [49/289] [INFO] from UI/org.eclipse.birt.report.designer.ui.views/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.views --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.views... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.views --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.designer.ui.views/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Compiling 315 source files to /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.views/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.views/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.views --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.views/target/org.eclipse.birt.report.designer.ui.views-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.views/target/org.eclipse.birt.report.designer.ui.views-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.views/target/org.eclipse.birt.report.designer.ui.views-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.views/target/org.eclipse.birt.report.designer.ui.views-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.views --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.views/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.views --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.views/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.designer.ui.editors >---- [INFO] Building org.eclipse.birt.report.designer.ui.editors 4.14.0-SNAPSHOT [50/289] [INFO] from UI/org.eclipse.birt.report.designer.ui.editors/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editors... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.designer.ui.editors/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editors/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editors/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editors --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editors/target/org.eclipse.birt.report.designer.ui.editors-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editors/target/org.eclipse.birt.report.designer.ui.editors-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editors/target/org.eclipse.birt.report.designer.ui.editors-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editors/target/org.eclipse.birt.report.designer.ui.editors-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editors/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editors --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editors/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.editors.schematic >-- [INFO] Building org.eclipse.birt.report.designer.ui.editors.schematic 4.14.0-SNAPSHOT [51/289] [INFO] from UI/org.eclipse.birt.report.designer.ui.editors.schematic/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editors.schematic... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/org.eclipse.birt.report.designer.ui.editors.schematic-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/org.eclipse.birt.report.designer.ui.editors.schematic-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/org.eclipse.birt.report.designer.ui.editors.schematic-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/org.eclipse.birt.report.designer.ui.editors.schematic-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.report.designer.ui.lib >------ [INFO] Building org.eclipse.birt.report.designer.ui.lib 4.14.0-SNAPSHOT [52/289] [INFO] from UI/org.eclipse.birt.report.designer.ui.lib/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.lib... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.designer.ui.lib/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.lib/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.lib/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.lib --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.lib/target/org.eclipse.birt.report.designer.ui.lib-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.lib/target/org.eclipse.birt.report.designer.ui.lib-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.lib/target/org.eclipse.birt.report.designer.ui.lib-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.lib/target/org.eclipse.birt.report.designer.ui.lib-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.lib/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.lib --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.lib/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.lib.explorer >-- [INFO] Building org.eclipse.birt.report.designer.ui.lib.explorer 4.14.0-SNAPSHOT [53/289] [INFO] from UI/org.eclipse.birt.report.designer.ui.lib.explorer/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.lib.explorer... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/org.eclipse.birt.report.designer.ui.lib.explorer-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/org.eclipse.birt.report.designer.ui.lib.explorer-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/org.eclipse.birt.report.designer.ui.lib.explorer-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/org.eclipse.birt.report.designer.ui.lib.explorer-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.report.designer.ui.ide >------ [INFO] Building org.eclipse.birt.report.designer.ui.ide 4.14.0-SNAPSHOT [54/289] [INFO] from UI/org.eclipse.birt.report.designer.ui.ide/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.ide... [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (40.75kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.300.v20220904-1118.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (25.53kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (28.06kB) [INFO] Fetching org.eclipse.ui.win32_3.5.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (24.25kB) [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.designer.ui.ide/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Compiling 62 source files to /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.ide/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.ide/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.ide --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.ide/target/org.eclipse.birt.report.designer.ui.ide-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.ide/target/org.eclipse.birt.report.designer.ui.ide-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.ide/target/org.eclipse.birt.report.designer.ui.ide-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.ide/target/org.eclipse.birt.report.designer.ui.ide-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.ide/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.ide --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.ide/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.cubebuilder >-- [INFO] Building org.eclipse.birt.report.designer.ui.cubebuilder 4.14.0-SNAPSHOT [55/289] [INFO] from UI/org.eclipse.birt.report.designer.ui.cubebuilder/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.cubebuilder... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.designer.ui.cubebuilder/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Compiling 85 source files to /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.cubebuilder/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/org.eclipse.birt.report.designer.ui.cubebuilder-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/org.eclipse.birt.report.designer.ui.cubebuilder-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/org.eclipse.birt.report.designer.ui.cubebuilder-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/org.eclipse.birt.report.designer.ui.cubebuilder-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.model.adapter.oda >----- [INFO] Building org.eclipse.birt.report.model.adapter.oda 4.14.0-SNAPSHOT [56/289] [INFO] from model/org.eclipse.birt.report.model.adapter.oda/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Resolving class path of org.eclipse.birt.report.model.adapter.oda... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/model/org.eclipse.birt.report.model.adapter.oda/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Compiling 76 source files to /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.adapter.oda/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.adapter.oda/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.model.adapter.oda --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.adapter.oda/target/org.eclipse.birt.report.model.adapter.oda-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.adapter.oda/target/org.eclipse.birt.report.model.adapter.oda-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.adapter.oda/target/org.eclipse.birt.report.model.adapter.oda-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.adapter.oda/target/org.eclipse.birt.report.model.adapter.oda-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.adapter.oda/target/org.eclipse.birt.report.model.adapter.oda-4.14.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.adapter.oda/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.model.adapter.oda --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.adapter.oda/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.designer.ui.data >------ [INFO] Building org.eclipse.birt.report.designer.ui.data 4.14.0-SNAPSHOT [57/289] [INFO] from UI/org.eclipse.birt.report.designer.ui.data/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.data --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.data... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.data --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.designer.ui.data/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.data/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.data/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.data --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.data/target/org.eclipse.birt.report.designer.ui.data-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.data/target/org.eclipse.birt.report.designer.ui.data-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.data/target/org.eclipse.birt.report.designer.ui.data-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.data/target/org.eclipse.birt.report.designer.ui.data-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.data --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.data/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.data --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.data/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.item.crosstab.ui >------ [INFO] Building org.eclipse.birt.report.item.crosstab.ui 4.14.0-SNAPSHOT [58/289] [INFO] from xtab/org.eclipse.birt.report.item.crosstab.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Resolving class path of org.eclipse.birt.report.item.crosstab.ui... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/xtab/org.eclipse.birt.report.item.crosstab.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Compiling 189 source files to /home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.item.crosstab.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.ui/target/org.eclipse.birt.report.item.crosstab.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.ui/target/org.eclipse.birt.report.item.crosstab.ui-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.ui/target/org.eclipse.birt.report.item.crosstab.ui-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.ui/target/org.eclipse.birt.report.item.crosstab.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.item.crosstab.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.ui/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.chart.reportitem.ui >-------- [INFO] Building org.eclipse.birt.chart.reportitem.ui 4.14.0-SNAPSHOT [59/289] [INFO] from chart/org.eclipse.birt.chart.reportitem.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Resolving class path of org.eclipse.birt.chart.reportitem.ui... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/chart/org.eclipse.birt.chart.reportitem.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Compiling 63 source files to /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.reportitem.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.reportitem.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.reportitem.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.reportitem.ui/target/org.eclipse.birt.chart.reportitem.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.reportitem.ui/target/org.eclipse.birt.chart.reportitem.ui-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.reportitem.ui/target/org.eclipse.birt.chart.reportitem.ui-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.reportitem.ui/target/org.eclipse.birt.chart.reportitem.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.reportitem.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.reportitem.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.reportitem.ui/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.core.script.function >------- [INFO] Building org.eclipse.birt.core.script.function 4.14.0-SNAPSHOT [60/289] [INFO] from data/org.eclipse.birt.core.script.function/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.script.function --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core.script.function --- [INFO] Resolving class path of org.eclipse.birt.core.script.function... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core.script.function --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.core.script.function/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.core.script.function --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.core.script.function/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core.script.function --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.core.script.function/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.core.script.function --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.core.script.function --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.core.script.function/target/org.eclipse.birt.core.script.function-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core.script.function --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.core.script.function --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.core.script.function/target/org.eclipse.birt.core.script.function-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.core.script.function --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.core.script.function/target/org.eclipse.birt.core.script.function-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.core.script.function/target/org.eclipse.birt.core.script.function-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core.script.function --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.core.script.function/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.core.script.function --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.core.script.function --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.core.script.function --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.core.script.function --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.core.script.function --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.core.script.function/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt:org.eclipse.birt.data.oda.mongodb >--------- [INFO] Building org.eclipse.birt.data.oda.mongodb 4.14.0-SNAPSHOT [61/289] [INFO] from data/org.eclipse.birt.data.oda.mongodb/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.mongodb --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Resolving class path of org.eclipse.birt.data.oda.mongodb... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.mongodb --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.data.oda.mongodb/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.mongodb/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.mongodb/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.mongodb --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.mongodb/target/org.eclipse.birt.data.oda.mongodb-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.mongodb/target/org.eclipse.birt.data.oda.mongodb-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.mongodb/target/org.eclipse.birt.data.oda.mongodb-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.mongodb/target/org.eclipse.birt.data.oda.mongodb-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.mongodb --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.mongodb/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.mongodb --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.mongodb/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.data.oda.mongodb.ui >-------- [INFO] Building org.eclipse.birt.data.oda.mongodb.ui 4.14.0-SNAPSHOT [62/289] [INFO] from data/org.eclipse.birt.data.oda.mongodb.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Resolving class path of org.eclipse.birt.data.oda.mongodb.ui... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.data.oda.mongodb.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.mongodb.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.mongodb.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.mongodb.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.mongodb.ui/target/org.eclipse.birt.data.oda.mongodb.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.mongodb.ui/target/org.eclipse.birt.data.oda.mongodb.ui-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.mongodb.ui/target/org.eclipse.birt.data.oda.mongodb.ui-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.mongodb.ui/target/org.eclipse.birt.data.oda.mongodb.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.mongodb.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.mongodb.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.mongodb.ui/target/jacoco.exec [INFO] [INFO] ----------< org.eclipse.birt:org.eclipse.birt.data.oda.pojo >----------- [INFO] Building org.eclipse.birt.data.oda.pojo 4.14.0-SNAPSHOT [63/289] [INFO] from data/org.eclipse.birt.data.oda.pojo/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.pojo --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.pojo --- [INFO] Resolving class path of org.eclipse.birt.data.oda.pojo... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.pojo --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.data.oda.pojo/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.oda.pojo --- [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.pojo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.pojo --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.pojo --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo/target/org.eclipse.birt.data.oda.pojo-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.pojo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.pojo --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo/target/org.eclipse.birt.data.oda.pojo-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.oda.pojo --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo/target/org.eclipse.birt.data.oda.pojo-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo/target/org.eclipse.birt.data.oda.pojo-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.pojo --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.pojo --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.pojo --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.oda.pojo --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.pojo --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.oda.pojo --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt:org.eclipse.birt.data.oda.pojo.ui >--------- [INFO] Building org.eclipse.birt.data.oda.pojo.ui 4.14.0-SNAPSHOT [64/289] [INFO] from data/org.eclipse.birt.data.oda.pojo.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Resolving class path of org.eclipse.birt.data.oda.pojo.ui... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.data.oda.pojo.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.pojo.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo.ui/target/org.eclipse.birt.data.oda.pojo.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo.ui/target/org.eclipse.birt.data.oda.pojo.ui-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo.ui/target/org.eclipse.birt.data.oda.pojo.ui-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo.ui/target/org.eclipse.birt.data.oda.pojo.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.pojo.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo.ui/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.editor.xml.wtp >-- [INFO] Building org.eclipse.birt.report.designer.ui.editor.xml.wtp 4.14.0-SNAPSHOT [65/289] [INFO] from UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editor.xml.wtp... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/org.eclipse.birt.report.designer.ui.editor.xml.wtp-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/org.eclipse.birt.report.designer.ui.editor.xml.wtp-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/org.eclipse.birt.report.designer.ui.editor.xml.wtp-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/org.eclipse.birt.report.designer.ui.editor.xml.wtp-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.features:org.eclipse.birt.report.designer.editor.xml.wtp >-- [INFO] Building org.eclipse.birt.report.designer.editor.xml.wtp 4.14.0-SNAPSHOT [66/289] [INFO] from features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] Deleting /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target/org.eclipse.birt.report.designer.editor.xml.wtp-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target/org.eclipse.birt.report.designer.editor.xml.wtp-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target/org.eclipse.birt.report.designer.editor.xml.wtp-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target/org.eclipse.birt.report.designer.editor.xml.wtp-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.report.data.bidi.utils >------ [INFO] Building org.eclipse.birt.report.data.bidi.utils 4.14.0-SNAPSHOT [67/289] [INFO] from data/org.eclipse.birt.report.data.bidi.utils/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Resolving class path of org.eclipse.birt.report.data.bidi.utils... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.report.data.bidi.utils/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.bidi.utils/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.bidi.utils/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.bidi.utils --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.bidi.utils/target/org.eclipse.birt.report.data.bidi.utils-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.bidi.utils/target/org.eclipse.birt.report.data.bidi.utils-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.bidi.utils/target/org.eclipse.birt.report.data.bidi.utils-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.bidi.utils/target/org.eclipse.birt.report.data.bidi.utils-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.bidi.utils/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.bidi.utils --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.bidi.utils/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.data.bidi.utils.ui >----- [INFO] Building org.eclipse.birt.report.data.bidi.utils.ui 4.14.0-SNAPSHOT [68/289] [INFO] from data/org.eclipse.birt.report.data.bidi.utils.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.bidi.utils.ui... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.report.data.bidi.utils.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.bidi.utils.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.bidi.utils.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.bidi.utils.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.bidi.utils.ui/target/org.eclipse.birt.report.data.bidi.utils.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.bidi.utils.ui/target/org.eclipse.birt.report.data.bidi.utils.ui-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.bidi.utils.ui/target/org.eclipse.birt.report.data.bidi.utils.ui-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.bidi.utils.ui/target/org.eclipse.birt.report.data.bidi.utils.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.bidi.utils.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.bidi.utils.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.bidi.utils.ui/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc >------- [INFO] Building org.eclipse.birt.report.data.oda.jdbc 4.14.0-SNAPSHOT [69/289] [INFO] from data/org.eclipse.birt.report.data.oda.jdbc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.report.data.oda.jdbc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc/target/org.eclipse.birt.report.data.oda.jdbc-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc/oda-jdbc.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc/target/org.eclipse.birt.report.data.oda.jdbc-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc/target/org.eclipse.birt.report.data.oda.jdbc-4.14.0-SNAPSHOT.jar_unpacked_817672740228268668/oda-jdbc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc/target/org.eclipse.birt.report.data.oda.jdbc-4.14.0-SNAPSHOT.jar_unpacked_817672740228268668/oda-jdbc.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc/target/org.eclipse.birt.report.data.oda.jdbc-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc/target/org.eclipse.birt.report.data.oda.jdbc-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.ui >------ [INFO] Building org.eclipse.birt.report.data.oda.jdbc.ui 4.14.0-SNAPSHOT [70/289] [INFO] from data/org.eclipse.birt.report.data.oda.jdbc.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.ui... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.report.data.oda.jdbc.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/org.eclipse.birt.report.data.oda.jdbc.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/org.eclipse.birt.report.data.oda.jdbc.ui-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/org.eclipse.birt.report.data.oda.jdbc.ui-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/org.eclipse.birt.report.data.oda.jdbc.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.report.data.oda.xml.ui >------ [INFO] Building org.eclipse.birt.report.data.oda.xml.ui 4.14.0-SNAPSHOT [71/289] [INFO] from data/org.eclipse.birt.report.data.oda.xml.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.xml.ui... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.report.data.oda.xml.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.xml.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.xml.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.xml.ui/target/org.eclipse.birt.report.data.oda.xml.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.xml.ui/target/org.eclipse.birt.report.data.oda.xml.ui-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.xml.ui/target/org.eclipse.birt.report.data.oda.xml.ui-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.xml.ui/target/org.eclipse.birt.report.data.oda.xml.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.xml.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.xml.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.xml.ui/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt:org.eclipse.birt.report.engine.dataextraction >--- [INFO] Building org.eclipse.birt.report.engine.dataextraction 4.14.0-SNAPSHOT [72/289] [INFO] from engine/org.eclipse.birt.report.engine.dataextraction/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Resolving class path of org.eclipse.birt.report.engine.dataextraction... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.dataextraction/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.dataextraction --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction/target/org.eclipse.birt.report.engine.dataextraction-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction/target/org.eclipse.birt.report.engine.dataextraction-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction/target/org.eclipse.birt.report.engine.dataextraction-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction/target/org.eclipse.birt.report.engine.dataextraction-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction/target/org.eclipse.birt.report.engine.dataextraction-4.14.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.dataextraction --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction/target/jacoco.exec [INFO] [INFO] ----------< org.eclipse.birt:org.eclipse.birt.report.viewer >----------- [INFO] Building org.eclipse.birt.report.viewer 4.14.0-SNAPSHOT [73/289] [INFO] from viewer/org.eclipse.birt.report.viewer/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.viewer --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.viewer --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.viewer --- [INFO] Resolving class path of org.eclipse.birt.report.viewer... [INFO] Fetching org.eclipse.core.net.linux_1.0.200.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (16.24kB) [INFO] Fetching org.eclipse.core.net.win32_1.1.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (27.54kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.2.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (9.59kB) [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.viewer --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/viewer/org.eclipse.birt.report.viewer/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.viewer --- [INFO] Compiling 250 source files to /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer/target/birt/WEB-INF/lib/viewservlets.jar-classes [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer/target/viewer.jar-classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- jetty-jspc:10.0.15:jspc (pre-compile-jsp) @ org.eclipse.birt.report.viewer --- [INFO] Compiling CancelTask.jsp,index.jsp,webcontent/birt/pages/common/Attributes.jsp,webcontent/birt/pages/common/Error.jsp,webcontent/birt/pages/common/Locale.jsp,webcontent/birt/pages/common/processing.jsp,webcontent/birt/pages/control/NavigationbarFragment.jsp,webcontent/birt/pages/control/ProgressBarFragment.jsp,webcontent/birt/pages/control/TocFragment.jsp,webcontent/birt/pages/control/ToolbarFragment.jsp,webcontent/birt/pages/dialog/ConfirmationDialogFragment.jsp,webcontent/birt/pages/dialog/DialogContainerFragment.jsp,webcontent/birt/pages/dialog/ExceptionDialogFragment.jsp,webcontent/birt/pages/dialog/ExportDataDialogFragment.jsp,webcontent/birt/pages/dialog/ExportReportDialogFragment.jsp,webcontent/birt/pages/dialog/ParameterDialogFragment.jsp,webcontent/birt/pages/dialog/PrintReportDialogFragment.jsp,webcontent/birt/pages/dialog/PrintReportServerDialogFragment.jsp,webcontent/birt/pages/dialog/SimpleExportDataDialogFragment.jsp,webcontent/birt/pages/layout/DocumentFragment.jsp,webcontent/birt/pages/layout/FramesetFragment.jsp,webcontent/birt/pages/layout/ParameterFragment.jsp,webcontent/birt/pages/layout/ReportContentFragment.jsp,webcontent/birt/pages/layout/ReportDialogFragment.jsp,webcontent/birt/pages/layout/ReportFragment.jsp,webcontent/birt/pages/layout/RequesterFragment.jsp,webcontent/birt/pages/layout/RunFragment.jsp,webcontent/birt/pages/layout/SidebarFragment.jsp,webcontent/birt/pages/parameter/CheckboxParameterFragment.jsp,webcontent/birt/pages/parameter/ComboBoxParameterFragment.jsp,webcontent/birt/pages/parameter/HiddenParameterFragment.jsp,webcontent/birt/pages/parameter/ParameterGroupFragment.jsp,webcontent/birt/pages/parameter/RadioButtonParameterFragment.jsp,webcontent/birt/pages/parameter/TextBoxParameterFragment.jsp from includes=**\/*.jsp, **\/*.jspx excludes=**\/.svn\/** [INFO] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. [INFO] Generation completed with [0] errors in [4122] 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/build-test/viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/lib/jsp.jar [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/build-test/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.viewer --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.viewer --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.viewer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.viewer --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/lib/viewservlets.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer/viewer.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.viewer --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.14.0-SNAPSHOT.jar_unpacked_6151178909442358140/birt/WEB-INF/lib/jsp.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.14.0-SNAPSHOT.jar_unpacked_6151178909442358140/birt/WEB-INF/lib/jsp.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.14.0-SNAPSHOT.jar_unpacked_6151178909442358140/birt/WEB-INF/lib/viewservlets.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.14.0-SNAPSHOT.jar_unpacked_6151178909442358140/birt/WEB-INF/lib/viewservlets.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.14.0-SNAPSHOT.jar_unpacked_6151178909442358140/viewer.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.14.0-SNAPSHOT.jar_unpacked_6151178909442358140/viewer.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.viewer --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.viewer --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.viewer --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.viewer --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.viewer --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.viewer --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config >--- [INFO] Building org.eclipse.birt.report.engine.emitter.config 4.14.0-SNAPSHOT [74/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.config/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config/target/org.eclipse.birt.report.engine.emitter.config-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config/target/org.eclipse.birt.report.engine.emitter.config-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config/target/org.eclipse.birt.report.engine.emitter.config-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config/target/org.eclipse.birt.report.engine.emitter.config-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config/target/org.eclipse.birt.report.engine.emitter.config-4.14.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.preview.web >-- [INFO] Building org.eclipse.birt.report.designer.ui.preview.web 4.14.0-SNAPSHOT [75/289] [INFO] from UI/org.eclipse.birt.report.designer.ui.preview.web/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.preview.web... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.designer.ui.preview.web/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.web/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.web/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.preview.web --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.web/target/org.eclipse.birt.report.designer.ui.preview.web-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.web/target/org.eclipse.birt.report.designer.ui.preview.web-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.web/target/org.eclipse.birt.report.designer.ui.preview.web-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.web/target/org.eclipse.birt.report.designer.ui.preview.web-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.web/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.preview.web --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.web/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.editor.script >-- [INFO] Building org.eclipse.birt.report.designer.ui.editor.script 4.14.0-SNAPSHOT [76/289] [INFO] from UI/org.eclipse.birt.report.designer.ui.editor.script/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editor.script... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.designer.ui.editor.script/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editor.script/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editor.script/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editor.script --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editor.script/target/org.eclipse.birt.report.designer.ui.editor.script-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editor.script/target/org.eclipse.birt.report.designer.ui.editor.script-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editor.script/target/org.eclipse.birt.report.designer.ui.editor.script-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editor.script/target/org.eclipse.birt.report.designer.ui.editor.script-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editor.script/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editor.script --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.editor.script/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.data.oda.hive >------- [INFO] Building org.eclipse.birt.report.data.oda.hive 4.14.0-SNAPSHOT [77/289] [INFO] from data/org.eclipse.birt.report.data.oda.hive/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.hive --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.hive... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.hive --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.report.data.oda.hive/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.hive/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.hive/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.hive --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.hive/target/org.eclipse.birt.report.data.oda.hive-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.hive/target/org.eclipse.birt.report.data.oda.hive-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.hive/target/org.eclipse.birt.report.data.oda.hive-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.hive/target/org.eclipse.birt.report.data.oda.hive-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.hive --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.hive/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.hive --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.hive/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.data.oda.hive.ui >------ [INFO] Building org.eclipse.birt.report.data.oda.hive.ui 4.14.0-SNAPSHOT [78/289] [INFO] from data/org.eclipse.birt.report.data.oda.hive.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.hive.ui... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.report.data.oda.hive.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.hive.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.hive.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.hive.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.hive.ui/target/org.eclipse.birt.report.data.oda.hive.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.hive.ui/target/org.eclipse.birt.report.data.oda.hive.ui-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.hive.ui/target/org.eclipse.birt.report.data.oda.hive.ui-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.hive.ui/target/org.eclipse.birt.report.data.oda.hive.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.hive.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.hive.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.hive.ui/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.data.oda.xml >-------- [INFO] Building org.eclipse.birt.report.data.oda.xml 4.14.0-SNAPSHOT [79/289] [INFO] from data/org.eclipse.birt.report.data.oda.xml/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.xml --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.xml... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.xml --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.report.data.oda.xml/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.xml/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.xml/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.xml --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.xml/target/org.eclipse.birt.report.data.oda.xml-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.xml/target/org.eclipse.birt.report.data.oda.xml-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.xml/target/org.eclipse.birt.report.data.oda.xml-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.xml/target/org.eclipse.birt.report.data.oda.xml-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.xml --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.xml/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.xml --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.xml/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.html >---- [INFO] Building org.eclipse.birt.report.engine.emitter.html 4.14.0-SNAPSHOT [80/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.html/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.html... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.html/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.html/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.html/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.html --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.html/target/org.eclipse.birt.report.engine.emitter.html-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.html/target/org.eclipse.birt.report.engine.emitter.html-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.html/target/org.eclipse.birt.report.engine.emitter.html-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.html/target/org.eclipse.birt.report.engine.emitter.html-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.html/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.html --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.html/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pdf >----- [INFO] Building org.eclipse.birt.report.engine.emitter.pdf 4.14.0-SNAPSHOT [81/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.pdf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.pdf... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.pdf/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pdf/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pdf/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.pdf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pdf/target/org.eclipse.birt.report.engine.emitter.pdf-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pdf/target/org.eclipse.birt.report.engine.emitter.pdf-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pdf/target/org.eclipse.birt.report.engine.emitter.pdf-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pdf/target/org.eclipse.birt.report.engine.emitter.pdf-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pdf/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.pdf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pdf/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.engine.ooxml >-------- [INFO] Building org.eclipse.birt.report.engine.ooxml 4.14.0-SNAPSHOT [82/289] [INFO] from engine/org.eclipse.birt.report.engine.ooxml/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.ooxml --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Resolving class path of org.eclipse.birt.report.engine.ooxml... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.ooxml --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.ooxml/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.ooxml/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.ooxml/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.ooxml --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.ooxml/target/org.eclipse.birt.report.engine.ooxml-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.ooxml/target/org.eclipse.birt.report.engine.ooxml-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.ooxml/target/org.eclipse.birt.report.engine.ooxml-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.ooxml/target/org.eclipse.birt.report.engine.ooxml-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.ooxml --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.ooxml/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.ooxml --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.ooxml/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.docx >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.docx 4.14.0-SNAPSHOT [83/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.docx/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.docx... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.config.docx/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.docx/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.docx --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/org.eclipse.birt.report.engine.emitter.config.docx-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/org.eclipse.birt.report.engine.emitter.config.docx-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/org.eclipse.birt.report.engine.emitter.config.docx-4.14.0-SNAPSHOT.jar [WARNING] [Tue Jun 06 16:16:18 UTC 2023] HTTP request failed. HTTP Error 500 (reason: Server Error) HTTP Error 500 Problem accessing '/jarsigner/sign' Reason: Server Error Server response has been saved to '/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/org.eclipse.birt.report.engine.emitter.config.docx-4.14.0-SNAPSHOT.jar-16855135794474319282-RemoteJarSigner.log' [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/org.eclipse.birt.report.engine.emitter.config.docx-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.docx --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.ppt >----- [INFO] Building org.eclipse.birt.report.engine.emitter.ppt 4.14.0-SNAPSHOT [84/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.ppt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.ppt... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.ppt/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.ppt/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.ppt/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.ppt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.ppt/target/org.eclipse.birt.report.engine.emitter.ppt-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.ppt/target/org.eclipse.birt.report.engine.emitter.ppt-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.ppt/target/org.eclipse.birt.report.engine.emitter.ppt-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.ppt/target/org.eclipse.birt.report.engine.emitter.ppt-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.ppt/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.ppt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.ppt/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pptx >---- [INFO] Building org.eclipse.birt.report.engine.emitter.pptx 4.14.0-SNAPSHOT [85/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.pptx/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.pptx... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.pptx/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pptx/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pptx/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.pptx --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pptx/target/org.eclipse.birt.report.engine.emitter.pptx-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pptx/target/org.eclipse.birt.report.engine.emitter.pptx-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pptx/target/org.eclipse.birt.report.engine.emitter.pptx-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pptx/target/org.eclipse.birt.report.engine.emitter.pptx-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pptx/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.pptx --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pptx/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.pptx >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.pptx 4.14.0-SNAPSHOT [86/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.pptx/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.pptx... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.config.pptx/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.pptx/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/org.eclipse.birt.report.engine.emitter.config.pptx-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/org.eclipse.birt.report.engine.emitter.config.pptx-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/org.eclipse.birt.report.engine.emitter.config.pptx-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/org.eclipse.birt.report.engine.emitter.config.pptx-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.wpml >---- [INFO] Building org.eclipse.birt.report.engine.emitter.wpml 4.14.0-SNAPSHOT [87/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.wpml/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.wpml... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.wpml/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.wpml/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.wpml/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.wpml --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.wpml/target/org.eclipse.birt.report.engine.emitter.wpml-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.wpml/target/org.eclipse.birt.report.engine.emitter.wpml-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.wpml/target/org.eclipse.birt.report.engine.emitter.wpml-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.wpml/target/org.eclipse.birt.report.engine.emitter.wpml-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.wpml/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.wpml --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.wpml/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.docx >---- [INFO] Building org.eclipse.birt.report.engine.emitter.docx 4.14.0-SNAPSHOT [88/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.docx/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.docx... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.docx/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.docx/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.docx/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.docx --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.docx/target/org.eclipse.birt.report.engine.emitter.docx-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.docx/target/org.eclipse.birt.report.engine.emitter.docx-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.docx/target/org.eclipse.birt.report.engine.emitter.docx-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.docx/target/org.eclipse.birt.report.engine.emitter.docx-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.docx/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.docx --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.docx/target/jacoco.exec [INFO] [INFO] ------------< org.eclipse.birt:org.eclipse.birt.resources >------------- [INFO] Building org.eclipse.birt.resources 4.14.0-SNAPSHOT [89/289] [INFO] from model/org.eclipse.birt.resources/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.resources --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.resources --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.resources --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.resources --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.resources --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.resources --- [INFO] Resolving class path of org.eclipse.birt.resources... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.resources --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/model/org.eclipse.birt.resources/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.resources --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.resources --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.resources/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.resources --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.resources --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.resources --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.resources/target/org.eclipse.birt.resources-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.resources/target/org.eclipse.birt.resources-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.resources --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.resources --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.resources --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.resources/target/org.eclipse.birt.resources-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.resources/target/org.eclipse.birt.resources-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.resources --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.resources --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.resources/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.resources --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.resources --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.resources --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.resources --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.resources --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.resources/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.dataextraction.csv >-- [INFO] Building org.eclipse.birt.report.engine.dataextraction.csv 4.14.0-SNAPSHOT [90/289] [INFO] from engine/org.eclipse.birt.report.engine.dataextraction.csv/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Resolving class path of org.eclipse.birt.report.engine.dataextraction.csv... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.dataextraction.csv/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction.csv/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.dataextraction.csv --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/org.eclipse.birt.report.engine.dataextraction.csv-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/org.eclipse.birt.report.engine.dataextraction.csv-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/org.eclipse.birt.report.engine.dataextraction.csv-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/org.eclipse.birt.report.engine.dataextraction.csv-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.dataextraction.csv --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.postscript >-- [INFO] Building org.eclipse.birt.report.engine.emitter.postscript 4.14.0-SNAPSHOT [91/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.postscript/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.postscript... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.postscript/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.postscript/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.postscript/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.postscript --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.postscript/target/org.eclipse.birt.report.engine.emitter.postscript-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.postscript/target/org.eclipse.birt.report.engine.emitter.postscript-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.postscript/target/org.eclipse.birt.report.engine.emitter.postscript-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.postscript/target/org.eclipse.birt.report.engine.emitter.postscript-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.postscript/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.postscript --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.postscript/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile 4.14.0-SNAPSHOT [92/289] [INFO] from data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.data.oda.sampledb >----- [INFO] Building org.eclipse.birt.report.data.oda.sampledb 4.14.0-SNAPSHOT [93/289] [INFO] from data/org.eclipse.birt.report.data.oda.sampledb/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.sampledb... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.report.data.oda.sampledb/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.sampledb/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.sampledb/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.sampledb --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.sampledb/target/org.eclipse.birt.report.data.oda.sampledb-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.sampledb/sampledb.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.sampledb/target/org.eclipse.birt.report.data.oda.sampledb-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.sampledb/target/org.eclipse.birt.report.data.oda.sampledb-4.14.0-SNAPSHOT.jar_unpacked_18412346097822100437/db/BirtSample.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.sampledb/target/org.eclipse.birt.report.data.oda.sampledb-4.14.0-SNAPSHOT.jar_unpacked_18412346097822100437/db/BirtSample.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.sampledb/target/org.eclipse.birt.report.data.oda.sampledb-4.14.0-SNAPSHOT.jar_unpacked_18412346097822100437/sampledb.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.sampledb/target/org.eclipse.birt.report.data.oda.sampledb-4.14.0-SNAPSHOT.jar_unpacked_18412346097822100437/sampledb.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.sampledb/target/org.eclipse.birt.report.data.oda.sampledb-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.sampledb/target/org.eclipse.birt.report.data.oda.sampledb-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.sampledb/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.sampledb --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.sampledb/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb 4.14.0-SNAPSHOT [94/289] [INFO] from data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui 4.14.0-SNAPSHOT [95/289] [INFO] from data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui-4.14.0-SNAPSHOT.jar [WARNING] [Tue Jun 06 16:17:28 UTC 2023] HTTP request failed. HTTP Error 500 (reason: Server Error) HTTP Error 500 Problem accessing '/jarsigner/sign' Reason: Server Error Server response has been saved to '/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui-4.14.0-SNAPSHOT.jar-2385418463521791689-RemoteJarSigner.log' [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt:org.eclipse.birt.report.debug.core >--------- [INFO] Building org.eclipse.birt.report.debug.core 4.14.0-SNAPSHOT [96/289] [INFO] from UI/org.eclipse.birt.report.debug.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.debug.core --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.debug.core --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.debug.core --- [INFO] Resolving class path of org.eclipse.birt.report.debug.core... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.debug.core --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.debug.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.debug.core --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.debug.core/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.debug.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.debug.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.debug.core/target/org.eclipse.birt.report.debug.core-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.debug.core/target/org.eclipse.birt.report.debug.core-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.debug.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.debug.core/target/org.eclipse.birt.report.debug.core-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.debug.core/target/org.eclipse.birt.report.debug.core-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.debug.core --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.debug.core/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.debug.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.debug.core --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.debug.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.debug.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.debug.core --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.debug.core/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt:org.eclipse.birt.report.debug.ui >---------- [INFO] Building org.eclipse.birt.report.debug.ui 4.14.0-SNAPSHOT [97/289] [INFO] from UI/org.eclipse.birt.report.debug.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.debug.ui --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.debug.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.debug.ui --- [INFO] Resolving class path of org.eclipse.birt.report.debug.ui... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.debug.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.debug.ui --- [INFO] Compiling 65 source files to /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.debug.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.debug.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.debug.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.debug.ui/target/org.eclipse.birt.report.debug.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.debug.ui/target/org.eclipse.birt.report.debug.ui-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.debug.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.debug.ui/target/org.eclipse.birt.report.debug.ui-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.debug.ui/target/org.eclipse.birt.report.debug.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.debug.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.debug.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.debug.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.debug.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.debug.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.debug.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.debug.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.debug.ui/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt:org.eclipse.birt.report.data.oda.sampledb.ui >---- [INFO] Building org.eclipse.birt.report.data.oda.sampledb.ui 4.14.0-SNAPSHOT [98/289] [INFO] from data/org.eclipse.birt.report.data.oda.sampledb.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.sampledb.ui... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.report.data.oda.sampledb.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.sampledb.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/org.eclipse.birt.report.data.oda.sampledb.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/org.eclipse.birt.report.data.oda.sampledb.ui-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/org.eclipse.birt.report.data.oda.sampledb.ui-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/org.eclipse.birt.report.data.oda.sampledb.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.html >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.html 4.14.0-SNAPSHOT [99/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.html/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.html... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.config.html/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.html/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.html/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.html --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.html/target/org.eclipse.birt.report.engine.emitter.config.html-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.html/target/org.eclipse.birt.report.engine.emitter.config.html-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.html/target/org.eclipse.birt.report.engine.emitter.config.html-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.html/target/org.eclipse.birt.report.engine.emitter.config.html-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.html/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.html --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.html/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.pdf >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.pdf 4.14.0-SNAPSHOT [100/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.pdf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.pdf... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.config.pdf/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.pdf/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/org.eclipse.birt.report.engine.emitter.config.pdf-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/org.eclipse.birt.report.engine.emitter.config.pdf-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/org.eclipse.birt.report.engine.emitter.config.pdf-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/org.eclipse.birt.report.engine.emitter.config.pdf-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.postscript >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.postscript 4.14.0-SNAPSHOT [101/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.postscript/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.postscript... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.config.postscript/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.postscript/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/org.eclipse.birt.report.engine.emitter.config.postscript-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/org.eclipse.birt.report.engine.emitter.config.postscript-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/org.eclipse.birt.report.engine.emitter.config.postscript-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/org.eclipse.birt.report.engine.emitter.config.postscript-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.ppt >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.ppt 4.14.0-SNAPSHOT [102/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.ppt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.ppt... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.config.ppt/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.ppt/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/org.eclipse.birt.report.engine.emitter.config.ppt-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/org.eclipse.birt.report.engine.emitter.config.ppt-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/org.eclipse.birt.report.engine.emitter.config.ppt-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/org.eclipse.birt.report.engine.emitter.config.ppt-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.wpml >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.wpml 4.14.0-SNAPSHOT [103/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.wpml/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.wpml... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.config.wpml/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.wpml/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/org.eclipse.birt.report.engine.emitter.config.wpml-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/org.eclipse.birt.report.engine.emitter.config.wpml-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/org.eclipse.birt.report.engine.emitter.config.wpml-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/org.eclipse.birt.report.engine.emitter.config.wpml-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.script.javascript >-- [INFO] Building org.eclipse.birt.report.engine.script.javascript 4.14.0-SNAPSHOT [104/289] [INFO] from data/org.eclipse.birt.report.engine.script.javascript/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Resolving class path of org.eclipse.birt.report.engine.script.javascript... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.report.engine.script.javascript/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.engine.script.javascript/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.engine.script.javascript/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.script.javascript --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.engine.script.javascript/target/org.eclipse.birt.report.engine.script.javascript-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.engine.script.javascript/target/org.eclipse.birt.report.engine.script.javascript-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.engine.script.javascript/target/org.eclipse.birt.report.engine.script.javascript-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.engine.script.javascript/target/org.eclipse.birt.report.engine.script.javascript-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.engine.script.javascript/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.script.javascript --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.engine.script.javascript/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui 4.14.0-SNAPSHOT [105/289] [INFO] from data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt:org.eclipse.birt.report.engine.odf >--------- [INFO] Building org.eclipse.birt.report.engine.odf 4.14.0-SNAPSHOT [106/289] [INFO] from engine/org.eclipse.birt.report.engine.odf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.odf --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.odf --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.odf --- [INFO] Resolving class path of org.eclipse.birt.report.engine.odf... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.odf --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.odf/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.odf --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.odf/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.odf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.odf/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.odf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.odf --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.odf/target/org.eclipse.birt.report.engine.odf-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.odf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.odf --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.odf/target/org.eclipse.birt.report.engine.odf-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.odf --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.odf/target/org.eclipse.birt.report.engine.odf-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.odf/target/org.eclipse.birt.report.engine.odf-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.odf --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.odf/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.odf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.odf --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.odf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.odf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.odf --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.odf/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.ods >----- [INFO] Building org.eclipse.birt.report.engine.emitter.ods 4.14.0-SNAPSHOT [107/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.ods/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.ods... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.ods/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.ods/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.ods/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.ods --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.ods/target/org.eclipse.birt.report.engine.emitter.ods-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.ods/target/org.eclipse.birt.report.engine.emitter.ods-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.ods/target/org.eclipse.birt.report.engine.emitter.ods-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.ods/target/org.eclipse.birt.report.engine.emitter.ods-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.ods/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.ods --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.ods/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.odt >----- [INFO] Building org.eclipse.birt.report.engine.emitter.odt 4.14.0-SNAPSHOT [108/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.odt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.odt... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.odt/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.odt/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.odt/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.odt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.odt/target/org.eclipse.birt.report.engine.emitter.odt-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.odt/target/org.eclipse.birt.report.engine.emitter.odt-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.odt/target/org.eclipse.birt.report.engine.emitter.odt-4.14.0-SNAPSHOT.jar [WARNING] [Tue Jun 06 16:18:37 UTC 2023] HTTP request failed. HTTP Error 500 (reason: Server Error) HTTP Error 500 Problem accessing '/jarsigner/sign' Reason: Server Error Server response has been saved to '/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.odt/target/org.eclipse.birt.report.engine.emitter.odt-4.14.0-SNAPSHOT.jar-10834731872733163048-RemoteJarSigner.log' [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.odt/target/org.eclipse.birt.report.engine.emitter.odt-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.odt/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.odt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.odt/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.report.data.oda.excel >------- [INFO] Building org.eclipse.birt.report.data.oda.excel 4.14.0-SNAPSHOT [109/289] [INFO] from data/org.eclipse.birt.report.data.oda.excel/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.excel --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.excel... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.excel --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.report.data.oda.excel/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.excel/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.excel/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.excel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.excel/target/org.eclipse.birt.report.data.oda.excel-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.excel/target/org.eclipse.birt.report.data.oda.excel-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.excel/target/org.eclipse.birt.report.data.oda.excel-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.excel/target/org.eclipse.birt.report.data.oda.excel-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.excel --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.excel/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.excel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.excel/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.data.oda.excel.ui >----- [INFO] Building org.eclipse.birt.report.data.oda.excel.ui 4.14.0-SNAPSHOT [110/289] [INFO] from data/org.eclipse.birt.report.data.oda.excel.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.excel.ui... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.report.data.oda.excel.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.excel.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.excel.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.excel.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.excel.ui/target/org.eclipse.birt.report.data.oda.excel.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.excel.ui/target/org.eclipse.birt.report.data.oda.excel.ui-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.excel.ui/target/org.eclipse.birt.report.data.oda.excel.ui-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.excel.ui/target/org.eclipse.birt.report.data.oda.excel.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.excel.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.excel.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.excel.ui/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.me.prettyprint.hector >------- [INFO] Building org.eclipse.birt.me.prettyprint.hector 4.14.0-SNAPSHOT [111/289] [INFO] from data/org.eclipse.birt.me.prettyprint.hector/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Resolving class path of org.eclipse.birt.me.prettyprint.hector... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.me.prettyprint.hector --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- dependency:2.10:copy-dependencies (copy) @ org.eclipse.birt.me.prettyprint.hector --- [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Copying slf4j-api-1.6.1.jar to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/../lib/slf4j-api-1.6.1.jar [INFO] Copying cassandra-thrift-1.1.0.jar to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/../lib/cassandra-thrift-1.1.0.jar [INFO] Copying guava-r09.jar to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/../lib/guava-r09.jar [INFO] Copying hector-core-1.1-2.jar to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/../lib/hector-core-1.1-2.jar [INFO] Copying libthrift-0.14.0.jar to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/../lib/libthrift-0.14.0.jar [INFO] Copying slf4j-nop-1.6.1.jar to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/../lib/slf4j-nop-1.6.1.jar [INFO] Copying commons-lang-2.4.jar to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/../lib/commons-lang-2.4.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.14.0-SNAPSHOT.jar_unpacked_6578988214090775827/lib/libthrift-0.14.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.14.0-SNAPSHOT.jar_unpacked_6578988214090775827/lib/libthrift-0.14.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.14.0-SNAPSHOT.jar_unpacked_6578988214090775827/lib/slf4j-api-1.6.1.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.14.0-SNAPSHOT.jar_unpacked_6578988214090775827/lib/slf4j-api-1.6.1.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.14.0-SNAPSHOT.jar_unpacked_6578988214090775827/lib/cassandra-thrift-1.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.14.0-SNAPSHOT.jar_unpacked_6578988214090775827/lib/cassandra-thrift-1.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.14.0-SNAPSHOT.jar_unpacked_6578988214090775827/lib/guava-r09.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.14.0-SNAPSHOT.jar_unpacked_6578988214090775827/lib/guava-r09.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.14.0-SNAPSHOT.jar_unpacked_6578988214090775827/lib/hector-core-1.1-2.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.14.0-SNAPSHOT.jar_unpacked_6578988214090775827/lib/hector-core-1.1-2.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.14.0-SNAPSHOT.jar_unpacked_6578988214090775827/lib/slf4j-nop-1.6.1.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.14.0-SNAPSHOT.jar_unpacked_6578988214090775827/lib/slf4j-nop-1.6.1.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.14.0-SNAPSHOT.jar_unpacked_6578988214090775827/lib/commons-lang-2.4.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.14.0-SNAPSHOT.jar_unpacked_6578988214090775827/lib/commons-lang-2.4.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.me.prettyprint.hector --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.me.prettyprint.hector/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt:uk.co.spudsoft.birt.emitters.excel >--------- [INFO] Building uk.co.spudsoft.birt.emitters.excel 4.14.0-SNAPSHOT [112/289] [INFO] from engine/uk.co.spudsoft.birt.emitters.excel/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Resolving class path of uk.co.spudsoft.birt.emitters.excel... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/uk.co.spudsoft.birt.emitters.excel/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ uk.co.spudsoft.birt.emitters.excel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel/target/uk.co.spudsoft.birt.emitters.excel-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel/target/uk.co.spudsoft.birt.emitters.excel-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel/target/uk.co.spudsoft.birt.emitters.excel-4.14.0-SNAPSHOT.jar_unpacked_15545148638264611719/lib/commons-codec-1.5.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel/target/uk.co.spudsoft.birt.emitters.excel-4.14.0-SNAPSHOT.jar_unpacked_15545148638264611719/lib/commons-codec-1.5.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel/target/uk.co.spudsoft.birt.emitters.excel-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel/target/uk.co.spudsoft.birt.emitters.excel-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ uk.co.spudsoft.birt.emitters.excel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.birt:org.w3c.dom.svg.extension >------------- [INFO] Building org.w3c.dom.svg.extension 1.1.0-SNAPSHOT [113/289] [INFO] from common/org.w3c.dom.svg.extension/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.w3c.dom.svg.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.w3c.dom.svg.extension --- [INFO] The project's OSGi version is 1.1.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.w3c.dom.svg.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.w3c.dom.svg.extension --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.w3c.dom.svg.extension --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.w3c.dom.svg.extension --- [INFO] Resolving class path of org.w3c.dom.svg.extension... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.w3c.dom.svg.extension --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/common/org.w3c.dom.svg.extension/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.w3c.dom.svg.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/common/org.w3c.dom.svg.extension/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.w3c.dom.svg.extension --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.w3c.dom.svg.extension --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.w3c.dom.svg.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/common/org.w3c.dom.svg.extension/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.w3c.dom.svg.extension --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.w3c.dom.svg.extension --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.w3c.dom.svg.extension --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.w3c.dom.svg.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/common/org.w3c.dom.svg.extension/target/org.w3c.dom.svg.extension-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.w3c.dom.svg.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.w3c.dom.svg.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/common/org.w3c.dom.svg.extension/target/org.w3c.dom.svg.extension-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.w3c.dom.svg.extension --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.w3c.dom.svg.extension --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.w3c.dom.svg.extension --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.w3c.dom.svg.extension --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.w3c.dom.svg.extension --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/common/org.w3c.dom.svg.extension/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.w3c.dom.svg.extension --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.w3c.dom.svg.extension --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.w3c.dom.svg.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.w3c.dom.svg.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.w3c.dom.svg.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/common/org.w3c.dom.svg.extension/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.birt.features:org.eclipse.birt >------------- [INFO] Building org.eclipse.birt 4.14.0-SNAPSHOT [114/289] [INFO] from features/org.eclipse.birt.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt --- [INFO] Deleting /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.feature/target/org.eclipse.birt-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.feature/target/org.eclipse.birt-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.feature/target/org.eclipse.birt-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.feature/target/org.eclipse.birt-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.feature/target/jacoco.exec [INFO] [INFO] --------------< org.eclipse.birt:org.eclipse.birt.cshelp >-------------- [INFO] Building org.eclipse.birt.cshelp 4.14.0-SNAPSHOT [115/289] [INFO] from docs/org.eclipse.birt.cshelp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.cshelp --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.cshelp --- [INFO] Resolving class path of org.eclipse.birt.cshelp... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.cshelp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.cshelp/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.cshelp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.cshelp/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.cshelp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.cshelp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.cshelp --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.cshelp/target/org.eclipse.birt.cshelp-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.cshelp --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.cshelp/target/org.eclipse.birt.cshelp-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.cshelp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.cshelp/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.cshelp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.cshelp --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.cshelp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.cshelp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.cshelp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.cshelp/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.features:org.eclipse.birt.cshelp >---------- [INFO] Building org.eclipse.birt.cshelp 4.14.0-SNAPSHOT [116/289] [INFO] from features/org.eclipse.birt.cshelp.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.cshelp --- [INFO] Deleting /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.cshelp.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.cshelp --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.cshelp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.cshelp.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.cshelp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.cshelp --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.cshelp.feature/target/org.eclipse.birt.cshelp-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.cshelp --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.cshelp.feature/target/org.eclipse.birt.cshelp-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.cshelp --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.cshelp.feature/target/org.eclipse.birt.cshelp-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.cshelp.feature/target/org.eclipse.birt.cshelp-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.cshelp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.cshelp.feature/target/jacoco.exec [INFO] [INFO] ---------------< org.eclipse.birt:org.eclipse.birt.doc >---------------- [INFO] Building org.eclipse.birt.doc 4.14.0-SNAPSHOT [117/289] [INFO] from docs/org.eclipse.birt.doc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.doc --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.doc --- [INFO] Resolving class path of org.eclipse.birt.doc... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.doc --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.doc --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.doc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.doc --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc/target/org.eclipse.birt.doc-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.doc --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc/target/org.eclipse.birt.doc-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.doc --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.doc --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.doc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.doc --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.doc --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.doc --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.doc --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt.features:org.eclipse.birt.doc >----------- [INFO] Building org.eclipse.birt.doc 4.14.0-SNAPSHOT [118/289] [INFO] from features/org.eclipse.birt.doc.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.doc --- [INFO] Deleting /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.doc.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.doc --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.doc --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.doc --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.doc.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.doc --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.doc.feature/target/org.eclipse.birt.doc-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.doc.feature/target/org.eclipse.birt.doc-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.doc.feature/target/org.eclipse.birt.doc-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.doc.feature/target/org.eclipse.birt.doc-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.doc --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.doc --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.doc.feature/target/jacoco.exec [INFO] [INFO] ----------< org.eclipse.birt:org.eclipse.birt.chart.examples >---------- [INFO] Building org.eclipse.birt.chart.examples 4.14.0-SNAPSHOT [119/289] [INFO] from chart/org.eclipse.birt.chart.examples/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.examples --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.examples --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.examples --- [INFO] Resolving class path of org.eclipse.birt.chart.examples... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.examples --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/chart/org.eclipse.birt.chart.examples/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.examples --- [INFO] Compiling 125 source files to /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.examples/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.examples/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.examples --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.examples/target/org.eclipse.birt.chart.examples-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.examples/target/org.eclipse.birt.chart.examples-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.examples --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.examples/target/org.eclipse.birt.chart.examples-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.examples/target/org.eclipse.birt.chart.examples-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.examples --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.examples/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.examples --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.examples --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.examples --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.examples --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.examples --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.examples/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.samplereports >--- [INFO] Building org.eclipse.birt.report.designer.samplereports 4.14.0-SNAPSHOT [120/289] [INFO] from UI/org.eclipse.birt.report.designer.samplereports/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.samplereports --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Resolving class path of org.eclipse.birt.report.designer.samplereports... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.samplereports --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.designer.samplereports/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.samplereports/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.samplereports --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.samplereports/target/org.eclipse.birt.report.designer.samplereports-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.samplereports/target/org.eclipse.birt.report.designer.samplereports-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.samplereports/target/org.eclipse.birt.report.designer.samplereports-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.samplereports/target/org.eclipse.birt.report.designer.samplereports-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.samplereports --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.samplereports/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.samplereports --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.samplereports/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.samplesview >-- [INFO] Building org.eclipse.birt.report.designer.ui.samplesview 4.14.0-SNAPSHOT [121/289] [INFO] from UI/org.eclipse.birt.report.designer.ui.samplesview/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.samplesview... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.designer.ui.samplesview/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samplesview/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samplesview/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.samplesview --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samplesview/target/org.eclipse.birt.report.designer.ui.samplesview-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samplesview/target/org.eclipse.birt.report.designer.ui.samplesview-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samplesview/target/org.eclipse.birt.report.designer.ui.samplesview-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samplesview/target/org.eclipse.birt.report.designer.ui.samplesview-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samplesview/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.samplesview --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samplesview/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.samples.ide >-- [INFO] Building org.eclipse.birt.report.designer.ui.samples.ide 4.14.0-SNAPSHOT [122/289] [INFO] from UI/org.eclipse.birt.report.designer.ui.samples.ide/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.samples.ide... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.designer.ui.samples.ide/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samples.ide/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.samples.ide --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/org.eclipse.birt.report.designer.ui.samples.ide-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/org.eclipse.birt.report.designer.ui.samples.ide-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/org.eclipse.birt.report.designer.ui.samples.ide-4.14.0-SNAPSHOT.jar [WARNING] [Tue Jun 06 16:19:59 UTC 2023] HTTP request failed. HTTP Error 500 (reason: Server Error) HTTP Error 500 Problem accessing '/jarsigner/sign' Reason: Server Error Server response has been saved to '/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/org.eclipse.birt.report.designer.ui.samples.ide-4.14.0-SNAPSHOT.jar-1103750217056182854-RemoteJarSigner.log' [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/org.eclipse.birt.report.designer.ui.samples.ide-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.samples.ide --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.samples.rcp >-- [INFO] Building org.eclipse.birt.report.designer.ui.samples.rcp 4.14.0-SNAPSHOT [123/289] [INFO] from UI/org.eclipse.birt.report.designer.ui.samples.rcp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.samples.rcp... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.designer.ui.samples.rcp/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samples.rcp/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/org.eclipse.birt.report.designer.ui.samples.rcp-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/org.eclipse.birt.report.designer.ui.samples.rcp-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/org.eclipse.birt.report.designer.ui.samples.rcp-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/org.eclipse.birt.report.designer.ui.samples.rcp-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.features:org.eclipse.birt.example >--------- [INFO] Building org.eclipse.birt.example 4.14.0-SNAPSHOT [124/289] [INFO] from features/org.eclipse.birt.example.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.example --- [INFO] Deleting /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.example.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.example --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.example --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.example --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.example --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.example.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.example --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.example --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.example.feature/target/org.eclipse.birt.example-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.example --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.example.feature/target/org.eclipse.birt.example-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.example --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.example.feature/target/org.eclipse.birt.example-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.example.feature/target/org.eclipse.birt.example-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.example --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.example --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.example.feature/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.excel >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.excel 4.14.0-SNAPSHOT [125/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.excel/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.excel... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.config.excel/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.excel/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.excel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/org.eclipse.birt.report.engine.emitter.config.excel-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/org.eclipse.birt.report.engine.emitter.config.excel-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/org.eclipse.birt.report.engine.emitter.config.excel-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/org.eclipse.birt.report.engine.emitter.config.excel-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.excel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.odp >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.odp 4.14.0-SNAPSHOT [126/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.odp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.odp... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.config.odp/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.odp/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.odp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/org.eclipse.birt.report.engine.emitter.config.odp-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/org.eclipse.birt.report.engine.emitter.config.odp-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/org.eclipse.birt.report.engine.emitter.config.odp-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/org.eclipse.birt.report.engine.emitter.config.odp-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.odp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.ods >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.ods 4.14.0-SNAPSHOT [127/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.ods/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.ods... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.config.ods/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.ods/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.ods --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/org.eclipse.birt.report.engine.emitter.config.ods-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/org.eclipse.birt.report.engine.emitter.config.ods-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/org.eclipse.birt.report.engine.emitter.config.ods-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/org.eclipse.birt.report.engine.emitter.config.ods-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.ods --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.odt >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.odt 4.14.0-SNAPSHOT [128/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.odt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.odt... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.config.odt/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.odt/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.odt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/org.eclipse.birt.report.engine.emitter.config.odt-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/org.eclipse.birt.report.engine.emitter.config.odt-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/org.eclipse.birt.report.engine.emitter.config.odt-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/org.eclipse.birt.report.engine.emitter.config.odt-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.odt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.odp >----- [INFO] Building org.eclipse.birt.report.engine.emitter.odp 4.14.0-SNAPSHOT [129/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.odp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.odp... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.odp/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.odp/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.odp/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.odp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.odp/target/org.eclipse.birt.report.engine.emitter.odp-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.odp/target/org.eclipse.birt.report.engine.emitter.odp-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.odp/target/org.eclipse.birt.report.engine.emitter.odp-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.odp/target/org.eclipse.birt.report.engine.emitter.odp-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.odp/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.odp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.odp/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.prototype.excel >-- [INFO] Building org.eclipse.birt.report.engine.emitter.prototype.excel 4.14.0-SNAPSHOT [130/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.prototype.excel/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.prototype.excel... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/target/org.eclipse.birt.report.engine.emitter.prototype.excel-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/target/org.eclipse.birt.report.engine.emitter.prototype.excel-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/target/org.eclipse.birt.report.engine.emitter.prototype.excel-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/target/org.eclipse.birt.report.engine.emitter.prototype.excel-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt.features:org.eclipse.birt.engine.runtime >------ [INFO] Building org.eclipse.birt.engine.runtime 4.14.0-SNAPSHOT [131/289] [INFO] from features/org.eclipse.birt.engine.runtime/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.engine.runtime --- [INFO] Deleting /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.engine.runtime/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.engine.runtime --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.engine.runtime --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.engine.runtime --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.engine.runtime --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.engine.runtime --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.engine.runtime/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.engine.runtime --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.engine.runtime --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.engine.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.engine.runtime --- [INFO] Fetching org.eclipse.update.configurator_3.5.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (98.25kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.5.0.v20230330-0930.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (51.45kB) [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.engine.runtime/target/org.eclipse.birt.engine.runtime-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.engine.runtime --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.engine.runtime --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.engine.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.engine.runtime/target/org.eclipse.birt.engine.runtime-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.engine.runtime --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.engine.runtime/target/org.eclipse.birt.engine.runtime-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.engine.runtime/target/org.eclipse.birt.engine.runtime-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.engine.runtime --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.engine.runtime --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.engine.runtime/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt.features:org.eclipse.birt.osgi.runtime >------- [INFO] Building org.eclipse.birt.osgi.runtime 4.14.0-SNAPSHOT [132/289] [INFO] from features/org.eclipse.birt.osgi.runtime/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.osgi.runtime --- [INFO] Deleting /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.osgi.runtime/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.osgi.runtime --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.osgi.runtime --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.osgi.runtime --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.osgi.runtime --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.osgi.runtime --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.osgi.runtime/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.osgi.runtime --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.osgi.runtime --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.osgi.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.osgi.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.osgi.runtime/target/org.eclipse.birt.osgi.runtime-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.osgi.runtime --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.osgi.runtime --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.osgi.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.osgi.runtime/target/org.eclipse.birt.osgi.runtime-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.osgi.runtime --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.osgi.runtime/target/org.eclipse.birt.osgi.runtime-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.osgi.runtime/target/org.eclipse.birt.osgi.runtime-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.osgi.runtime --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.osgi.runtime --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.osgi.runtime/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt.features:org.eclipse.birt.osgi.runtime.sdk >----- [INFO] Building org.eclipse.birt.osgi.runtime.sdk 4.14.0-SNAPSHOT [133/289] [INFO] from features/org.eclipse.birt.osgi.runtime.sdk/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.osgi.runtime.sdk/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.osgi.runtime.sdk/target/org.eclipse.birt.osgi.runtime.sdk-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.osgi.runtime.sdk/target/org.eclipse.birt.osgi.runtime.sdk-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.osgi.runtime.sdk/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.chart.integration.wtp.ui >----- [INFO] Building org.eclipse.birt.chart.integration.wtp.ui 4.14.0-SNAPSHOT [134/289] [INFO] from chart/org.eclipse.birt.chart.integration.wtp.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Resolving class path of org.eclipse.birt.chart.integration.wtp.ui... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/chart/org.eclipse.birt.chart.integration.wtp.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.integration.wtp.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.integration.wtp.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.integration.wtp.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.integration.wtp.ui/target/org.eclipse.birt.chart.integration.wtp.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.integration.wtp.ui/chartwtp.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.integration.wtp.ui/target/org.eclipse.birt.chart.integration.wtp.ui-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.integration.wtp.ui/target/org.eclipse.birt.chart.integration.wtp.ui-4.14.0-SNAPSHOT.jar_unpacked_11112164236149236307/chartwtp.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.integration.wtp.ui/target/org.eclipse.birt.chart.integration.wtp.ui-4.14.0-SNAPSHOT.jar_unpacked_11112164236149236307/chartwtp.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.integration.wtp.ui/target/org.eclipse.birt.chart.integration.wtp.ui-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.integration.wtp.ui/target/org.eclipse.birt.chart.integration.wtp.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.integration.wtp.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.integration.wtp.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.integration.wtp.ui/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.features:org.eclipse.birt.chart.integration.wtp >-- [INFO] Building org.eclipse.birt.chart.integration.wtp 4.14.0-SNAPSHOT [135/289] [INFO] from features/org.eclipse.birt.chart.integration.wtp.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.integration.wtp --- [INFO] Deleting /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.integration.wtp.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.integration.wtp --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.integration.wtp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.integration.wtp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.integration.wtp --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.integration.wtp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.integration.wtp.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.integration.wtp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.integration.wtp --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.integration.wtp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.chart.integration.wtp --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.integration.wtp.feature/target/org.eclipse.birt.chart.integration.wtp-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.integration.wtp --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.integration.wtp --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.integration.wtp --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.integration.wtp.feature/target/org.eclipse.birt.chart.integration.wtp-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.integration.wtp --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.integration.wtp.feature/target/org.eclipse.birt.chart.integration.wtp-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.integration.wtp.feature/target/org.eclipse.birt.chart.integration.wtp-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.integration.wtp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.integration.wtp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.chart.integration.wtp.feature/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt:org.eclipse.birt.integration.wtp.ui >-------- [INFO] Building org.eclipse.birt.integration.wtp.ui 4.14.0-SNAPSHOT [136/289] [INFO] from viewer/org.eclipse.birt.integration.wtp.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.integration.wtp.ui --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Resolving class path of org.eclipse.birt.integration.wtp.ui... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.integration.wtp.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/viewer/org.eclipse.birt.integration.wtp.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.integration.wtp.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.integration.wtp.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.integration.wtp.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.integration.wtp.ui/target/org.eclipse.birt.integration.wtp.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.integration.wtp.ui/birtwtp.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.integration.wtp.ui/target/org.eclipse.birt.integration.wtp.ui-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.integration.wtp.ui/target/org.eclipse.birt.integration.wtp.ui-4.14.0-SNAPSHOT.jar_unpacked_8423654444026467304/birtwtp.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.integration.wtp.ui/target/org.eclipse.birt.integration.wtp.ui-4.14.0-SNAPSHOT.jar_unpacked_8423654444026467304/birtwtp.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.integration.wtp.ui/target/org.eclipse.birt.integration.wtp.ui-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.integration.wtp.ui/target/org.eclipse.birt.integration.wtp.ui-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.integration.wtp.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.integration.wtp.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.integration.wtp.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.integration.wtp.ui/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt.features:org.eclipse.birt.integration.wtp >----- [INFO] Building org.eclipse.birt.integration.wtp 4.14.0-SNAPSHOT [137/289] [INFO] from features/org.eclipse.birt.integration.wtp.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.integration.wtp --- [INFO] Deleting /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.integration.wtp.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.integration.wtp --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.integration.wtp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.integration.wtp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.integration.wtp --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.integration.wtp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.integration.wtp.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.integration.wtp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.integration.wtp --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.integration.wtp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.integration.wtp --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.integration.wtp.feature/target/org.eclipse.birt.integration.wtp-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.integration.wtp --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.integration.wtp --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.integration.wtp --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.integration.wtp.feature/target/org.eclipse.birt.integration.wtp-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.integration.wtp --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.integration.wtp.feature/target/org.eclipse.birt.integration.wtp-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.integration.wtp.feature/target/org.eclipse.birt.integration.wtp-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.integration.wtp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.integration.wtp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.integration.wtp.feature/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt:org.eclipse.birt.core.testhelper >---------- [INFO] Building org.eclipse.birt.core.testhelper 4.14.0-SNAPSHOT [138/289] [INFO] from core/org.eclipse.birt.core.testhelper/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.testhelper --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core.testhelper --- [INFO] Resolving class path of org.eclipse.birt.core.testhelper... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core.testhelper --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/core/org.eclipse.birt.core.testhelper/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.core.testhelper --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.testhelper/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core.testhelper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.testhelper/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.core.testhelper --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.core.testhelper --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.testhelper/target/org.eclipse.birt.core.testhelper-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core.testhelper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.core.testhelper --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.testhelper/coretesthelper.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.testhelper/target/org.eclipse.birt.core.testhelper-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.core.testhelper --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.testhelper/target/org.eclipse.birt.core.testhelper-4.14.0-SNAPSHOT.jar_unpacked_10733873449930204012/coretesthelper.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.testhelper/target/org.eclipse.birt.core.testhelper-4.14.0-SNAPSHOT.jar_unpacked_10733873449930204012/coretesthelper.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.testhelper/target/org.eclipse.birt.core.testhelper-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.testhelper/target/org.eclipse.birt.core.testhelper-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core.testhelper --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.testhelper/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.core.testhelper --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.core.testhelper --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.core.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.core.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.core.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.testhelper/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.engine.testhelper >----- [INFO] Building org.eclipse.birt.report.engine.testhelper 4.14.0-SNAPSHOT [139/289] [INFO] from engine/org.eclipse.birt.report.engine.testhelper/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.testhelper --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Resolving class path of org.eclipse.birt.report.engine.testhelper... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.testhelper --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.testhelper/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.testhelper/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.testhelper/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.testhelper --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.testhelper/target/org.eclipse.birt.report.engine.testhelper-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.testhelper/enginetesthelper.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.testhelper/target/org.eclipse.birt.report.engine.testhelper-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.testhelper/target/org.eclipse.birt.report.engine.testhelper-4.14.0-SNAPSHOT.jar_unpacked_15385132645126700353/enginetesthelper.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.testhelper/target/org.eclipse.birt.report.engine.testhelper-4.14.0-SNAPSHOT.jar_unpacked_15385132645126700353/enginetesthelper.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.testhelper/target/org.eclipse.birt.report.engine.testhelper-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.testhelper/target/org.eclipse.birt.report.engine.testhelper-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.testhelper --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.testhelper/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.testhelper --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.testhelper/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.model.testhelper >------ [INFO] Building org.eclipse.birt.report.model.testhelper 4.14.0-SNAPSHOT [140/289] [INFO] from model/org.eclipse.birt.report.model.testhelper/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.testhelper --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.model.testhelper --- [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.model.testhelper --- [INFO] Resolving class path of org.eclipse.birt.report.model.testhelper... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.model.testhelper --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/model/org.eclipse.birt.report.model.testhelper/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.model.testhelper --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.testhelper/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.model.testhelper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.testhelper/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.model.testhelper --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.model.testhelper --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.testhelper/target/org.eclipse.birt.report.model.testhelper-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.model.testhelper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.model.testhelper --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.testhelper/tests.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.testhelper/target/org.eclipse.birt.report.model.testhelper-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.model.testhelper --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.testhelper/target/org.eclipse.birt.report.model.testhelper-4.14.0-SNAPSHOT.jar_unpacked_8423819471213427581/tests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.testhelper/target/org.eclipse.birt.report.model.testhelper-4.14.0-SNAPSHOT.jar_unpacked_8423819471213427581/tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.testhelper/target/org.eclipse.birt.report.model.testhelper-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.testhelper/target/org.eclipse.birt.report.model.testhelper-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.model.testhelper --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.testhelper/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.model.testhelper --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.model.testhelper --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.model.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.model.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.model.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.testhelper/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt.features:org.eclipse.birt.testhelper >-------- [INFO] Building org.eclipse.birt.testhelper 4.14.0-SNAPSHOT [141/289] [INFO] from features/org.eclipse.birt.testhelper.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.testhelper --- [INFO] Deleting /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.testhelper.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.testhelper --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.testhelper --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.testhelper --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.testhelper --- [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.testhelper --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.testhelper.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.testhelper --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.testhelper --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.testhelper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.testhelper --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.testhelper.feature/target/org.eclipse.birt.testhelper-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.testhelper --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.testhelper --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.testhelper --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.testhelper.feature/target/org.eclipse.birt.testhelper-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.testhelper --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.testhelper.feature/target/org.eclipse.birt.testhelper-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.testhelper.feature/target/org.eclipse.birt.testhelper-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.testhelper --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.testhelper --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.testhelper.feature/target/jacoco.exec [INFO] [INFO] ------------< org.eclipse.birt:org.eclipse.birt.tests.core >------------ [INFO] Building org.eclipse.birt.tests.core 4.14.0-SNAPSHOT [142/289] [INFO] from testsuites/org.eclipse.birt.tests.core/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.tests.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.tests.core --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.tests.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.tests.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.tests.core --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.tests.core --- [INFO] Resolving class path of org.eclipse.birt.tests.core... [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (136.19kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.700.v20221108-1024.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (41.14kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (42.61kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (41.14kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (86.39kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (87.79kB) [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.tests.core --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/testsuites/org.eclipse.birt.tests.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.tests.core --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.core/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ 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/build-test/testsuites/org.eclipse.birt.tests.core/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.tests.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.tests.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.core/target/org.eclipse.birt.tests.core-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.tests.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.tests.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.core/utility.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.core/target/org.eclipse.birt.tests.core-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.tests.core --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.tests.core --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.tests.core --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.core/target/org.eclipse.birt.tests.core-4.14.0-SNAPSHOT.jar_unpacked_1526869748294258924/utility.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.core/target/org.eclipse.birt.tests.core-4.14.0-SNAPSHOT.jar_unpacked_1526869748294258924/utility.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.core/target/org.eclipse.birt.tests.core-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.core/target/org.eclipse.birt.tests.core-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.tests.core --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.tests.core --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.core/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.tests.core --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.tests.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.tests.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.tests.core --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.core/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt:org.eclipse.birt.chart.tests >------------ [INFO] Building org.eclipse.birt.chart.tests 4.14.0-SNAPSHOT [143/289] [INFO] from chart/org.eclipse.birt.chart.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.tests --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.tests --- [INFO] Resolving class path of org.eclipse.birt.chart.tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/chart/org.eclipse.birt.chart.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.tests --- [INFO] Compiling 89 source files to /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ 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/build-test/chart/org.eclipse.birt.chart.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.tests/target/org.eclipse.birt.chart.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.tests/charttests.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.tests/target/org.eclipse.birt.chart.tests-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.tests --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.tests/target/org.eclipse.birt.chart.tests-4.14.0-SNAPSHOT.jar_unpacked_11321804606505035607/charttests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.tests/target/org.eclipse.birt.chart.tests-4.14.0-SNAPSHOT.jar_unpacked_11321804606505035607/charttests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.tests/target/org.eclipse.birt.chart.tests-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.tests/target/org.eclipse.birt.chart.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.chart.tests --- [INFO] Skipping tests [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/build-test/chart/org.eclipse.birt.chart.tests/target/jacoco.exec [INFO] [INFO] ------------< org.eclipse.birt:org.eclipse.birt.core.tests >------------ [INFO] Building org.eclipse.birt.core.tests 4.14.0-SNAPSHOT [144/289] [INFO] from core/org.eclipse.birt.core.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.tests --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core.tests --- [INFO] Resolving class path of org.eclipse.birt.core.tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/core/org.eclipse.birt.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.core.tests --- [INFO] Compiling 64 source files to /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ 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/build-test/core/org.eclipse.birt.core.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.tests/target/org.eclipse.birt.core.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.tests/coretests.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.tests/target/org.eclipse.birt.core.tests-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.tests --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.core.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.core.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.tests/target/org.eclipse.birt.core.tests-4.14.0-SNAPSHOT.jar_unpacked_10160107379905174912/coretests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.tests/target/org.eclipse.birt.core.tests-4.14.0-SNAPSHOT.jar_unpacked_10160107379905174912/coretests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.tests/target/org.eclipse.birt.core.tests-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.tests/target/org.eclipse.birt.core.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/core/org.eclipse.birt.core.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.core.tests --- [INFO] Skipping tests [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/build-test/core/org.eclipse.birt.core.tests/target/jacoco.exec [INFO] [INFO] ------------< org.eclipse.birt:org.eclipse.birt.data.tests >------------ [INFO] Building org.eclipse.birt.data.tests 4.14.0-SNAPSHOT [145/289] [INFO] from data/org.eclipse.birt.data.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.tests --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.tests --- [INFO] Resolving class path of org.eclipse.birt.data.tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.data.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.tests --- [INFO] Compiling 180 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ 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/build-test/data/org.eclipse.birt.data.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.tests/target/org.eclipse.birt.data.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.tests/dataenginetests.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.tests/target/org.eclipse.birt.data.tests-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.tests --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.tests/target/org.eclipse.birt.data.tests-4.14.0-SNAPSHOT.jar_unpacked_10792132454444959524/dataenginetests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.tests/target/org.eclipse.birt.data.tests-4.14.0-SNAPSHOT.jar_unpacked_10792132454444959524/dataenginetests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.tests/target/org.eclipse.birt.data.tests-4.14.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.tests/target/org.eclipse.birt.data.tests-4.14.0-SNAPSHOT-sources.jar_unpacked_125338053210422864/plugins/org.eclipse.birt.thirdparty.aggregation/aggregation.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.tests/target/org.eclipse.birt.data.tests-4.14.0-SNAPSHOT-sources.jar_unpacked_125338053210422864/plugins/org.eclipse.birt.thirdparty.aggregation/aggregation.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.tests/target/org.eclipse.birt.data.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.data.tests --- [INFO] Skipping tests [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/build-test/data/org.eclipse.birt.data.tests/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.tests >---- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.tests 4.14.0-SNAPSHOT [146/289] [INFO] from data/org.eclipse.birt.report.data.oda.jdbc.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.report.data.oda.jdbc.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/org.eclipse.birt.report.data.oda.jdbc.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.tests/odajdbctests.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/org.eclipse.birt.report.data.oda.jdbc.tests-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/org.eclipse.birt.report.data.oda.jdbc.tests-4.14.0-SNAPSHOT.jar_unpacked_1119521442921248551/odajdbctests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/org.eclipse.birt.report.data.oda.jdbc.tests-4.14.0-SNAPSHOT.jar_unpacked_1119521442921248551/odajdbctests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/org.eclipse.birt.report.data.oda.jdbc.tests-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/org.eclipse.birt.report.data.oda.jdbc.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] Skipping tests [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] 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.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.report.designer.tests >------- [INFO] Building org.eclipse.birt.report.designer.tests 4.14.0-SNAPSHOT [147/289] [INFO] from UI/org.eclipse.birt.report.designer.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.tests --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.tests --- [INFO] Resolving class path of org.eclipse.birt.report.designer.tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.designer.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.tests --- [INFO] Compiling 64 source files to /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.tests/target/org.eclipse.birt.report.designer.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.tests/designertests.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.tests/target/org.eclipse.birt.report.designer.tests-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.tests --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.tests/target/org.eclipse.birt.report.designer.tests-4.14.0-SNAPSHOT.jar_unpacked_3866133554516845826/designertests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.tests/target/org.eclipse.birt.report.designer.tests-4.14.0-SNAPSHOT.jar_unpacked_3866133554516845826/designertests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.tests/target/org.eclipse.birt.report.designer.tests-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.tests/target/org.eclipse.birt.report.designer.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.designer.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.tests/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.html.tests >-- [INFO] Building org.eclipse.birt.report.engine.emitter.html.tests 4.14.0-SNAPSHOT [148/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.html.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.html.tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.html.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.html.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/org.eclipse.birt.report.engine.emitter.html.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.html.tests/emitterhtmltests.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/org.eclipse.birt.report.engine.emitter.html.tests-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/org.eclipse.birt.report.engine.emitter.html.tests-4.14.0-SNAPSHOT.jar_unpacked_3519006224158792573/emitterhtmltests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/org.eclipse.birt.report.engine.emitter.html.tests-4.14.0-SNAPSHOT.jar_unpacked_3519006224158792573/emitterhtmltests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/org.eclipse.birt.report.engine.emitter.html.tests-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/org.eclipse.birt.report.engine.emitter.html.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] Skipping tests [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/build-test/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pdf.tests >-- [INFO] Building org.eclipse.birt.report.engine.emitter.pdf.tests 4.14.0-SNAPSHOT [149/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.pdf.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.pdf.tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/org.eclipse.birt.report.engine.emitter.pdf.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/emitterpdf.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/org.eclipse.birt.report.engine.emitter.pdf.tests-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/org.eclipse.birt.report.engine.emitter.pdf.tests-4.14.0-SNAPSHOT.jar_unpacked_6336746970463414859/emitterpdf.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/org.eclipse.birt.report.engine.emitter.pdf.tests-4.14.0-SNAPSHOT.jar_unpacked_6336746970463414859/emitterpdf.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/org.eclipse.birt.report.engine.emitter.pdf.tests-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/org.eclipse.birt.report.engine.emitter.pdf.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.postscript.tests >-- [INFO] Building org.eclipse.birt.report.engine.emitter.postscript.tests 4.14.0-SNAPSHOT [150/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.postscript.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.postscript.tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/org.eclipse.birt.report.engine.emitter.postscript.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/emitterpostscript.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/org.eclipse.birt.report.engine.emitter.postscript.tests-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/org.eclipse.birt.report.engine.emitter.postscript.tests-4.14.0-SNAPSHOT.jar_unpacked_15541742315569951771/emitterpostscript.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/org.eclipse.birt.report.engine.emitter.postscript.tests-4.14.0-SNAPSHOT.jar_unpacked_15541742315569951771/emitterpostscript.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/org.eclipse.birt.report.engine.emitter.postscript.tests-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/org.eclipse.birt.report.engine.emitter.postscript.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] Skipping tests [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/build-test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.prototype.excel.tests >-- [INFO] Building org.eclipse.birt.report.engine.emitter.prototype.excel.tests 4.14.0-SNAPSHOT [151/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.prototype.excel.tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/org.eclipse.birt.report.engine.emitter.prototype.excel.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/emitterexceltests.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/org.eclipse.birt.report.engine.emitter.prototype.excel.tests-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/org.eclipse.birt.report.engine.emitter.prototype.excel.tests-4.14.0-SNAPSHOT.jar_unpacked_9706204839516965799/emitterexceltests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/org.eclipse.birt.report.engine.emitter.prototype.excel.tests-4.14.0-SNAPSHOT.jar_unpacked_9706204839516965799/emitterexceltests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/org.eclipse.birt.report.engine.emitter.prototype.excel.tests-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/org.eclipse.birt.report.engine.emitter.prototype.excel.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] Skipping tests [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/build-test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.engine.tests >-------- [INFO] Building org.eclipse.birt.report.engine.tests 4.14.0-SNAPSHOT [152/289] [INFO] from engine/org.eclipse.birt.report.engine.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.tests --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.tests --- [INFO] Resolving class path of org.eclipse.birt.report.engine.tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.tests --- [INFO] Compiling 184 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.tests/target/org.eclipse.birt.report.engine.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.tests/reportenginetests.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.tests/target/org.eclipse.birt.report.engine.tests-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.tests --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.tests/target/org.eclipse.birt.report.engine.tests-4.14.0-SNAPSHOT.jar_unpacked_9031675301103042803/reportenginetests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.tests/target/org.eclipse.birt.report.engine.tests-4.14.0-SNAPSHOT.jar_unpacked_9031675301103042803/reportenginetests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.tests/target/org.eclipse.birt.report.engine.tests-4.14.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.tests/target/org.eclipse.birt.report.engine.tests-4.14.0-SNAPSHOT-sources.jar_unpacked_8476860284169912198/org/eclipse/birt/report/engine/api/script/script.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.tests/target/org.eclipse.birt.report.engine.tests-4.14.0-SNAPSHOT-sources.jar_unpacked_8476860284169912198/org/eclipse/birt/report/engine/api/script/script.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.tests/target/org.eclipse.birt.report.engine.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.engine.tests --- [INFO] Skipping tests [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/build-test/engine/org.eclipse.birt.report.engine.tests/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.model.adapter.oda.tests >-- [INFO] Building org.eclipse.birt.report.model.adapter.oda.tests 4.14.0-SNAPSHOT [153/289] [INFO] from model/org.eclipse.birt.report.model.adapter.oda.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] Resolving class path of org.eclipse.birt.report.model.adapter.oda.tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/model/org.eclipse.birt.report.model.adapter.oda.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.adapter.oda.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.adapter.oda.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.adapter.oda.tests/target/org.eclipse.birt.report.model.adapter.oda.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.adapter.oda.tests/modeladapterodatests.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.adapter.oda.tests/target/org.eclipse.birt.report.model.adapter.oda.tests-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.adapter.oda.tests/target/org.eclipse.birt.report.model.adapter.oda.tests-4.14.0-SNAPSHOT.jar_unpacked_3979037691426763190/modeladapterodatests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.adapter.oda.tests/target/org.eclipse.birt.report.model.adapter.oda.tests-4.14.0-SNAPSHOT.jar_unpacked_3979037691426763190/modeladapterodatests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.adapter.oda.tests/target/org.eclipse.birt.report.model.adapter.oda.tests-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.adapter.oda.tests/target/org.eclipse.birt.report.model.adapter.oda.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.adapter.oda.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] Skipping tests [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/build-test/model/org.eclipse.birt.report.model.adapter.oda.tests/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.model.testresources >---- [INFO] Building org.eclipse.birt.report.model.testresources 4.14.0-SNAPSHOT [154/289] [INFO] from model/org.eclipse.birt.report.model.testresources/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.testresources --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.model.testresources --- [INFO] Resolving class path of org.eclipse.birt.report.model.testresources... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.model.testresources --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/model/org.eclipse.birt.report.model.testresources/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.model.testresources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.testresources/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.model.testresources --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.model.testresources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.model.testresources --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.testresources/target/org.eclipse.birt.report.model.testresources-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.model.testresources --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.testresources/target/org.eclipse.birt.report.model.testresources-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.testresources/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.model.testresources --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.model.testresources --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.model.testresources --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.model.testresources --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.model.testresources --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.testresources/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt:org.eclipse.birt.report.modelextension.tests >---- [INFO] Building org.eclipse.birt.report.modelextension.tests 4.14.0-SNAPSHOT [155/289] [INFO] from model/org.eclipse.birt.report.modelextension.tests/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.modelextension.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.modelextension.tests --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.modelextension.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.modelextension.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Resolving class path of org.eclipse.birt.report.modelextension.tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.modelextension.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/model/org.eclipse.birt.report.modelextension.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.modelextension.tests/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.modelextension.tests --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.modelextension.tests/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.modelextension.tests/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.modelextension.tests --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.modelextension.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.modelextension.tests/target/org.eclipse.birt.report.modelextension.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.modelextension.tests/target/org.eclipse.birt.report.modelextension.tests-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.modelextension.tests --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.modelextension.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.modelextension.tests/target/org.eclipse.birt.report.modelextension.tests-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.modelextension.tests/target/org.eclipse.birt.report.modelextension.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.modelextension.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.modelextension.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.modelextension.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.modelextension.tests --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.modelextension.tests/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt:org.eclipse.birt.report.model.tests >-------- [INFO] Building org.eclipse.birt.report.model.tests 4.14.0-SNAPSHOT [156/289] [INFO] from model/org.eclipse.birt.report.model.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.model.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.tests --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.model.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.model.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.model.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.model.tests --- [INFO] Resolving class path of org.eclipse.birt.report.model.tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.model.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/model/org.eclipse.birt.report.model.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.model.tests --- [INFO] Compiling 273 source files to /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.model.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.model.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.tests/target/org.eclipse.birt.report.model.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.model.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.model.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.tests/modeltests.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.tests/target/org.eclipse.birt.report.model.tests-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.tests --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.model.tests --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.model.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.model.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.model.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.model.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.model.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.model.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model.tests/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt:org.eclipse.birt.report.tests.chart >-------- [INFO] Building org.eclipse.birt.report.tests.chart 4.14.0-SNAPSHOT [157/289] [INFO] from testsuites/org.eclipse.birt.report.tests.chart/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.tests.chart --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.tests.chart --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.tests.chart --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.tests.chart --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.tests.chart --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.tests.chart --- [INFO] Resolving class path of org.eclipse.birt.report.tests.chart... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.tests.chart --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/testsuites/org.eclipse.birt.report.tests.chart/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.tests.chart --- [INFO] Compiling 149 source files to /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.chart/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.tests.chart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.chart/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.tests.chart --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.tests.chart --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.chart/target/org.eclipse.birt.report.tests.chart-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.tests.chart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.tests.chart --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.chart/test-chart.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.chart/target/org.eclipse.birt.report.tests.chart-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.tests.chart --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.tests.chart --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.tests.chart --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.chart/target/org.eclipse.birt.report.tests.chart-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.chart/target/org.eclipse.birt.report.tests.chart-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.tests.chart --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.tests.chart --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.chart/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.tests.chart --- [INFO] Skipping tests [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/build-test/testsuites/org.eclipse.birt.report.tests.chart/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt.testsuites:org.eclipse.birt.testsuites-parent >--- [INFO] Building org.eclipse.birt.testsuites-parent 4.14.0-SNAPSHOT [158/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/testsuites/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.testsuites-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.testsuites-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.testsuites-parent --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ 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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/testsuites/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.tests.engine >-------- [INFO] Building org.eclipse.birt.report.tests.engine 4.14.0-SNAPSHOT [159/289] [INFO] from testsuites/org.eclipse.birt.report.tests.engine/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.tests.engine --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.tests.engine --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.tests.engine --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.tests.engine --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.tests.engine --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.tests.engine --- [INFO] Resolving class path of org.eclipse.birt.report.tests.engine... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.tests.engine --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/testsuites/org.eclipse.birt.report.tests.engine/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.tests.engine --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.engine/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.tests.engine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.engine/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.tests.engine --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.tests.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.engine/target/org.eclipse.birt.report.tests.engine-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.tests.engine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.tests.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.engine/test-engine.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.engine/target/org.eclipse.birt.report.tests.engine-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.tests.engine --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.tests.engine --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.tests.engine --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.engine/target/org.eclipse.birt.report.tests.engine-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.engine/target/org.eclipse.birt.report.tests.engine-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.tests.engine --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.tests.engine --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.engine/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.tests.engine --- [INFO] Skipping tests [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/build-test/testsuites/org.eclipse.birt.report.tests.engine/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.tests.engine.emitter.html >-- [INFO] Building org.eclipse.birt.report.tests.engine.emitter.html 4.14.0-SNAPSHOT [160/289] [INFO] from testsuites/org.eclipse.birt.report.tests.engine.emitter.html/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Resolving class path of org.eclipse.birt.report.tests.engine.emitter.html... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.tests.engine.emitter.html --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/org.eclipse.birt.report.tests.engine.emitter.html-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/org.eclipse.birt.report.tests.engine.emitter.html-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/org.eclipse.birt.report.tests.engine.emitter.html-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/org.eclipse.birt.report.tests.engine.emitter.html-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.tests.engine.emitter.html --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt:org.eclipse.birt.report.tests.model >-------- [INFO] Building org.eclipse.birt.report.tests.model 4.14.0-SNAPSHOT [161/289] [INFO] from testsuites/org.eclipse.birt.report.tests.model/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.tests.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.tests.model --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.tests.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.tests.model --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.tests.model --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.tests.model --- [INFO] Resolving class path of org.eclipse.birt.report.tests.model... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.tests.model --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/testsuites/org.eclipse.birt.report.tests.model/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.tests.model --- [INFO] Compiling 271 source files to /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.model/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.tests.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.model/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.tests.model --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.tests.model --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.model/target/org.eclipse.birt.report.tests.model-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.tests.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.tests.model --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.model/tests-model.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.model/target/org.eclipse.birt.report.tests.model-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.tests.model --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.tests.model --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.tests.model --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.tests.model --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.report.tests.model/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.tests.model --- [INFO] Skipping tests [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/build-test/testsuites/org.eclipse.birt.report.tests.model/target/jacoco.exec [INFO] [INFO] --------------< org.eclipse.birt:org.eclipse.birt.tests >--------------- [INFO] Building org.eclipse.birt.tests 4.14.0-SNAPSHOT [162/289] [INFO] from testsuites/org.eclipse.birt.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.tests --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.tests --- [INFO] Resolving class path of org.eclipse.birt.tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/testsuites/org.eclipse.birt.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.tests --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests/target/org.eclipse.birt.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests/target/org.eclipse.birt.tests-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests/target/org.eclipse.birt.tests-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests/target/org.eclipse.birt.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests/target/jacoco.exec [INFO] [INFO] ------------< org.eclipse.birt:org.eclipse.birt.tests.data >------------ [INFO] Building org.eclipse.birt.tests.data 4.14.0-SNAPSHOT [163/289] [INFO] from testsuites/org.eclipse.birt.tests.data/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.tests.data --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.tests.data --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.tests.data --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.tests.data --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.tests.data --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.tests.data --- [INFO] Resolving class path of org.eclipse.birt.tests.data... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.tests.data --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/testsuites/org.eclipse.birt.tests.data/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.tests.data --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.data/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ 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/build-test/testsuites/org.eclipse.birt.tests.data/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.tests.data --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.tests.data --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.tests.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.tests.data --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.data/DtEtests.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.tests.data --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.tests.data --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.tests.data --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.14.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.14.0-SNAPSHOT-sources.jar_unpacked_11330609858104101211/plugins/org.eclipse.birt.data.engine.odaconsumer.birtdriver/testBirtDriver.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.14.0-SNAPSHOT-sources.jar_unpacked_11330609858104101211/plugins/org.eclipse.birt.data.engine.odaconsumer.birtdriver/testBirtDriver.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.14.0-SNAPSHOT-sources.jar_unpacked_11330609858104101211/plugins/org.eclipse.birt.data.engine.odaconsumer.testdriver/testDriver.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.14.0-SNAPSHOT-sources.jar_unpacked_11330609858104101211/plugins/org.eclipse.birt.data.engine.odaconsumer.testdriver/testDriver.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.14.0-SNAPSHOT-sources.jar_unpacked_11330609858104101211/plugins/org.eclipse.birt.report.data.oda.jdbc/drivers/derby-driver.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.14.0-SNAPSHOT-sources.jar_unpacked_11330609858104101211/plugins/org.eclipse.birt.report.data.oda.jdbc/drivers/derby-driver.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.14.0-SNAPSHOT-sources.jar_unpacked_11330609858104101211/plugins/org.eclipse.birt.report.data.oda.jdbc/oda-jdbc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.14.0-SNAPSHOT-sources.jar_unpacked_11330609858104101211/plugins/org.eclipse.birt.report.data.oda.jdbc/oda-jdbc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.14.0-SNAPSHOT-sources.jar_unpacked_11330609858104101211/plugins/org.eclipse.birt.thirdparty.aggregation/aggregation.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.14.0-SNAPSHOT-sources.jar_unpacked_11330609858104101211/plugins/org.eclipse.birt.thirdparty.aggregation/aggregation.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.tests.data --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.tests.data --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/testsuites/org.eclipse.birt.tests.data/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.tests.data --- [INFO] Skipping tests [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/build-test/testsuites/org.eclipse.birt.tests.data/target/jacoco.exec [INFO] [INFO] ----------< org.eclipse.birt.features:org.eclipse.birt.tests >---------- [INFO] Building org.eclipse.birt.tests 4.14.0-SNAPSHOT [164/289] [INFO] from features/org.eclipse.birt.tests.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.tests --- [INFO] Deleting /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.tests.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.tests --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.tests.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.tests --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.tests.feature/target/org.eclipse.birt.tests-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.tests.feature/target/org.eclipse.birt.tests-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.tests.feature/target/org.eclipse.birt.tests-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.tests.feature/target/org.eclipse.birt.tests-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.tests.feature/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt.nl:org.eclipse.birt.nl-parent >----------- [INFO] Building org.eclipse.birt.nl-parent 4.14.0-SNAPSHOT [165/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl to /home/jenkins/agent/workspace/build-test/nl [INFO] [native2ascii] Converting 108 files from /home/jenkins/agent/workspace/build-test/nl to /home/jenkins/agent/workspace/build-test/nl [INFO] [native2ascii] Converting 108 files from /home/jenkins/agent/workspace/build-test/nl to /home/jenkins/agent/workspace/build-test/nl [INFO] [native2ascii] Converting 108 files from /home/jenkins/agent/workspace/build-test/nl to /home/jenkins/agent/workspace/build-test/nl [INFO] Executed tasks [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.nl-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.nl-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.nl-parent --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ 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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.chart.device.extension.nl1 >--- [INFO] Building org.eclipse.birt.chart.device.extension.nl1 4.14.0-SNAPSHOT [166/289] [INFO] from nl/org.eclipse.birt.chart.device.extension.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.device.extension.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.chart.device.extension.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.extension.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.extension.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.extension.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.extension.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.extension.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.extension.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.extension.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.extension.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.extension.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.device.extension.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.extension.nl/target/org.eclipse.birt.chart.device.extension.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.device.extension.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.chart.device.extension.nl/target/org.eclipse.birt.chart.device.extension.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.extension.nl/target/org.eclipse.birt.chart.device.extension.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.extension.nl/target/org.eclipse.birt.chart.device.extension.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.extension.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.device.extension.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.extension.nl/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt.nl:org.eclipse.birt.chart.device.svg.nl1 >------ [INFO] Building org.eclipse.birt.chart.device.svg.nl1 4.14.0-SNAPSHOT [167/289] [INFO] from nl/org.eclipse.birt.chart.device.svg.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.device.svg.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.chart.device.svg.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.svg.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.svg.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.svg.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.svg.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.svg.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.svg.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.svg.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.svg.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.svg.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.device.svg.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.svg.nl/target/org.eclipse.birt.chart.device.svg.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.device.svg.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.chart.device.svg.nl/target/org.eclipse.birt.chart.device.svg.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.svg.nl/target/org.eclipse.birt.chart.device.svg.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.svg.nl/target/org.eclipse.birt.chart.device.svg.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.svg.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.device.svg.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.svg.nl/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt.nl:org.eclipse.birt.chart.device.swt.nl1 >------ [INFO] Building org.eclipse.birt.chart.device.swt.nl1 4.14.0-SNAPSHOT [168/289] [INFO] from nl/org.eclipse.birt.chart.device.swt.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.device.swt.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.chart.device.swt.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.swt.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.swt.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.swt.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.swt.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.swt.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.swt.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.swt.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.swt.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.swt.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.device.swt.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.swt.nl/target/org.eclipse.birt.chart.device.swt.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.device.swt.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.chart.device.swt.nl/target/org.eclipse.birt.chart.device.swt.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.swt.nl/target/org.eclipse.birt.chart.device.swt.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.swt.nl/target/org.eclipse.birt.chart.device.swt.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.swt.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.device.swt.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.device.swt.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.chart.engine.extension.nl1 >--- [INFO] Building org.eclipse.birt.chart.engine.extension.nl1 4.14.0-SNAPSHOT [169/289] [INFO] from nl/org.eclipse.birt.chart.engine.extension.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.engine.extension.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.chart.engine.extension.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.extension.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.extension.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.extension.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.extension.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.extension.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.extension.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.extension.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.extension.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.extension.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.engine.extension.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.extension.nl/target/org.eclipse.birt.chart.engine.extension.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.extension.nl/target/org.eclipse.birt.chart.engine.extension.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.extension.nl/target/org.eclipse.birt.chart.engine.extension.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.extension.nl/target/org.eclipse.birt.chart.engine.extension.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.extension.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.engine.extension.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.extension.nl/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt.nl:org.eclipse.birt.chart.engine.nl1 >-------- [INFO] Building org.eclipse.birt.chart.engine.nl1 4.14.0-SNAPSHOT [170/289] [INFO] from nl/org.eclipse.birt.chart.engine.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.engine.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.chart.engine.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.engine.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.nl/target/org.eclipse.birt.chart.engine.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.engine.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.chart.engine.nl/target/org.eclipse.birt.chart.engine.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.nl/target/org.eclipse.birt.chart.engine.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.nl/target/org.eclipse.birt.chart.engine.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.engine.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.engine.nl/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.chart.examples.core.nl1 >---- [INFO] Building org.eclipse.birt.chart.examples.core.nl1 4.14.0-SNAPSHOT [171/289] [INFO] from nl/org.eclipse.birt.chart.examples.core.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.examples.core.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.chart.examples.core.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.core.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.core.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.core.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.core.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.core.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.core.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.examples.core.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.core.nl/target/org.eclipse.birt.chart.examples.core.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.examples.core.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.chart.examples.core.nl/target/org.eclipse.birt.chart.examples.core.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.core.nl/target/org.eclipse.birt.chart.examples.core.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.core.nl/target/org.eclipse.birt.chart.examples.core.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.core.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.examples.core.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.core.nl/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt.nl:org.eclipse.birt.chart.examples.nl1 >------- [INFO] Building org.eclipse.birt.chart.examples.nl1 4.14.0-SNAPSHOT [172/289] [INFO] from nl/org.eclipse.birt.chart.examples.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.examples.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.chart.examples.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 15 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.nl [INFO] [native2ascii] Converting 5 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.nl [INFO] [native2ascii] Converting 5 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.nl [INFO] [native2ascii] Converting 5 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.examples.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.nl/target/org.eclipse.birt.chart.examples.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.nl/target/org.eclipse.birt.chart.examples.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.nl/target/org.eclipse.birt.chart.examples.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.nl/target/org.eclipse.birt.chart.examples.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.examples.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.examples.nl/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt.nl:org.eclipse.birt.chart.reportitem.nl1 >------ [INFO] Building org.eclipse.birt.chart.reportitem.nl1 4.14.0-SNAPSHOT [173/289] [INFO] from nl/org.eclipse.birt.chart.reportitem.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.reportitem.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.chart.reportitem.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.reportitem.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.nl/target/org.eclipse.birt.chart.reportitem.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.nl/target/org.eclipse.birt.chart.reportitem.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.nl/target/org.eclipse.birt.chart.reportitem.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.nl/target/org.eclipse.birt.chart.reportitem.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.reportitem.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.nl/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.chart.reportitem.ui.nl1 >---- [INFO] Building org.eclipse.birt.chart.reportitem.ui.nl1 4.14.0-SNAPSHOT [174/289] [INFO] from nl/org.eclipse.birt.chart.reportitem.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.reportitem.ui.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.chart.reportitem.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.ui.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.ui.nl/target/org.eclipse.birt.chart.reportitem.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.ui.nl/target/org.eclipse.birt.chart.reportitem.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.ui.nl/target/org.eclipse.birt.chart.reportitem.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.ui.nl/target/org.eclipse.birt.chart.reportitem.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.reportitem.ui.nl/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.chart.ui.extension.nl1 >----- [INFO] Building org.eclipse.birt.chart.ui.extension.nl1 4.14.0-SNAPSHOT [175/289] [INFO] from nl/org.eclipse.birt.chart.ui.extension.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.ui.extension.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.chart.ui.extension.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.extension.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.extension.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.extension.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.extension.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.extension.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.extension.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.extension.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.extension.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.extension.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.ui.extension.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.extension.nl/target/org.eclipse.birt.chart.ui.extension.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.extension.nl/target/org.eclipse.birt.chart.ui.extension.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.extension.nl/target/org.eclipse.birt.chart.ui.extension.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.extension.nl/target/org.eclipse.birt.chart.ui.extension.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.extension.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.ui.extension.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.extension.nl/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.nl:org.eclipse.birt.chart.ui.nl1 >---------- [INFO] Building org.eclipse.birt.chart.ui.nl1 4.14.0-SNAPSHOT [176/289] [INFO] from nl/org.eclipse.birt.chart.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.ui.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.chart.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.nl/target/org.eclipse.birt.chart.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.ui.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.chart.ui.nl/target/org.eclipse.birt.chart.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.nl/target/org.eclipse.birt.chart.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.nl/target/org.eclipse.birt.chart.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.ui.nl/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt.nl:org.eclipse.birt.core.nl1 >------------ [INFO] Building org.eclipse.birt.core.nl1 4.14.0-SNAPSHOT [177/289] [INFO] from nl/org.eclipse.birt.core.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.core.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core.nl1 --- [INFO] Resolving class path of org.eclipse.birt.core.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.core.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.core.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.core.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.core.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.core.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.nl/target/org.eclipse.birt.core.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.core.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.core.nl/target/org.eclipse.birt.core.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.core.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.nl/target/org.eclipse.birt.core.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.nl/target/org.eclipse.birt.core.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.core.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.core.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.nl/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt.nl:org.eclipse.birt.core.script.function.nl1 >---- [INFO] Building org.eclipse.birt.core.script.function.nl1 4.14.0-SNAPSHOT [178/289] [INFO] from nl/org.eclipse.birt.core.script.function.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Resolving class path of org.eclipse.birt.core.script.function.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.core.script.function.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.script.function.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.script.function.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.script.function.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.script.function.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.script.function.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.script.function.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.script.function.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.script.function.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.script.function.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.core.script.function.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.script.function.nl/target/org.eclipse.birt.core.script.function.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.script.function.nl/target/org.eclipse.birt.core.script.function.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.script.function.nl/target/org.eclipse.birt.core.script.function.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.script.function.nl/target/org.eclipse.birt.core.script.function.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.script.function.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.core.script.function.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.script.function.nl/target/jacoco.exec [INFO] [INFO] ----------< org.eclipse.birt.nl:org.eclipse.birt.core.ui.nl1 >---------- [INFO] Building org.eclipse.birt.core.ui.nl1 4.14.0-SNAPSHOT [179/289] [INFO] from nl/org.eclipse.birt.core.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.ui.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.core.ui.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.core.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.ui.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.core.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.ui.nl/target/org.eclipse.birt.core.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.ui.nl/target/org.eclipse.birt.core.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.ui.nl/target/org.eclipse.birt.core.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.ui.nl/target/org.eclipse.birt.core.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.core.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.core.ui.nl/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt.nl:org.eclipse.birt.data.aggregation.nl1 >------ [INFO] Building org.eclipse.birt.data.aggregation.nl1 4.14.0-SNAPSHOT [180/289] [INFO] from nl/org.eclipse.birt.data.aggregation.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Resolving class path of org.eclipse.birt.data.aggregation.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.data.aggregation.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.aggregation.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.aggregation.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.aggregation.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.aggregation.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.aggregation.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.aggregation.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.aggregation.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.aggregation.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.aggregation.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.aggregation.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.aggregation.nl/target/org.eclipse.birt.data.aggregation.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.aggregation.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.data.aggregation.nl/target/org.eclipse.birt.data.aggregation.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.aggregation.nl/target/org.eclipse.birt.data.aggregation.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.aggregation.nl/target/org.eclipse.birt.data.aggregation.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.aggregation.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.aggregation.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.aggregation.nl/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt.nl:org.eclipse.birt.data.nl1 >------------ [INFO] Building org.eclipse.birt.data.nl1 4.14.0-SNAPSHOT [181/289] [INFO] from nl/org.eclipse.birt.data.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.data.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.nl1 --- [INFO] Resolving class path of org.eclipse.birt.data.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.data.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.data.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.nl/target/org.eclipse.birt.data.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.data.nl/target/org.eclipse.birt.data.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.nl/target/org.eclipse.birt.data.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.nl/target/org.eclipse.birt.data.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.nl/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt.nl:org.eclipse.birt.data.oda.mongodb.nl1 >------ [INFO] Building org.eclipse.birt.data.oda.mongodb.nl1 4.14.0-SNAPSHOT [182/289] [INFO] from nl/org.eclipse.birt.data.oda.mongodb.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Resolving class path of org.eclipse.birt.data.oda.mongodb.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.data.oda.mongodb.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.nl/target/org.eclipse.birt.data.oda.mongodb.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.nl/target/org.eclipse.birt.data.oda.mongodb.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.nl/target/org.eclipse.birt.data.oda.mongodb.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.nl/target/org.eclipse.birt.data.oda.mongodb.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.nl/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.data.oda.mongodb.ui.nl1 >---- [INFO] Building org.eclipse.birt.data.oda.mongodb.ui.nl1 4.14.0-SNAPSHOT [183/289] [INFO] from nl/org.eclipse.birt.data.oda.mongodb.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.data.oda.mongodb.ui.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/target/org.eclipse.birt.data.oda.mongodb.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/target/org.eclipse.birt.data.oda.mongodb.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/target/org.eclipse.birt.data.oda.mongodb.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/target/org.eclipse.birt.data.oda.mongodb.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt.nl:org.eclipse.birt.data.oda.pojo.nl1 >------- [INFO] Building org.eclipse.birt.data.oda.pojo.nl1 4.14.0-SNAPSHOT [184/289] [INFO] from nl/org.eclipse.birt.data.oda.pojo.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Resolving class path of org.eclipse.birt.data.oda.pojo.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.data.oda.pojo.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.pojo.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.nl/target/org.eclipse.birt.data.oda.pojo.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.nl/target/org.eclipse.birt.data.oda.pojo.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.nl/target/org.eclipse.birt.data.oda.pojo.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.nl/target/org.eclipse.birt.data.oda.pojo.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.pojo.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.nl/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt.nl:org.eclipse.birt.data.oda.pojo.ui.nl1 >------ [INFO] Building org.eclipse.birt.data.oda.pojo.ui.nl1 4.14.0-SNAPSHOT [185/289] [INFO] from nl/org.eclipse.birt.data.oda.pojo.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.data.oda.pojo.ui.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.data.oda.pojo.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.ui.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.ui.nl/target/org.eclipse.birt.data.oda.pojo.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.ui.nl/target/org.eclipse.birt.data.oda.pojo.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.ui.nl/target/org.eclipse.birt.data.oda.pojo.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.ui.nl/target/org.eclipse.birt.data.oda.pojo.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.data.oda.pojo.ui.nl/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.nl:org.eclipse.birt.resources.nl1 >--------- [INFO] Building org.eclipse.birt.resources.nl1 4.14.0-SNAPSHOT [186/289] [INFO] from nl/org.eclipse.birt.resources.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.resources.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.resources.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.resources.nl1 --- [INFO] Resolving class path of org.eclipse.birt.resources.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.resources.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.resources.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.resources.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.resources.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.resources.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.resources.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.resources.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.resources.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.resources.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.resources.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.resources.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.resources.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.resources.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.resources.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.resources.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.resources.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.resources.nl/target/org.eclipse.birt.resources.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.resources.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.resources.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.resources.nl/target/org.eclipse.birt.resources.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.resources.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.resources.nl/target/org.eclipse.birt.resources.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.resources.nl/target/org.eclipse.birt.resources.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.resources.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.resources.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.resources.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.resources.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.resources.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.resources.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.resources.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.resources.nl/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.nl1 >---- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.nl1 4.14.0-SNAPSHOT [187/289] [INFO] from nl/org.eclipse.birt.report.data.oda.jdbc.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.nl/target/org.eclipse.birt.report.data.oda.jdbc.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.nl/target/org.eclipse.birt.report.data.oda.jdbc.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.nl/target/org.eclipse.birt.report.data.oda.jdbc.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.nl/target/org.eclipse.birt.report.data.oda.jdbc.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.ui.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.ui.nl1 4.14.0-SNAPSHOT [188/289] [INFO] from nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.ui.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/target/org.eclipse.birt.report.data.oda.jdbc.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/target/org.eclipse.birt.report.data.oda.jdbc.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/target/org.eclipse.birt.report.data.oda.jdbc.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/target/org.eclipse.birt.report.data.oda.jdbc.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.sampledb.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.sampledb.nl1 4.14.0-SNAPSHOT [189/289] [INFO] from nl/org.eclipse.birt.report.data.oda.sampledb.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.sampledb.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.nl/target/org.eclipse.birt.report.data.oda.sampledb.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.nl/target/org.eclipse.birt.report.data.oda.sampledb.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.nl/target/org.eclipse.birt.report.data.oda.sampledb.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.nl/target/org.eclipse.birt.report.data.oda.sampledb.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.sampledb.ui.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.sampledb.ui.nl1 4.14.0-SNAPSHOT [190/289] [INFO] from nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.sampledb.ui.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/target/org.eclipse.birt.report.data.oda.sampledb.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/target/org.eclipse.birt.report.data.oda.sampledb.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/target/org.eclipse.birt.report.data.oda.sampledb.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/target/org.eclipse.birt.report.data.oda.sampledb.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.xml.nl1 >---- [INFO] Building org.eclipse.birt.report.data.oda.xml.nl1 4.14.0-SNAPSHOT [191/289] [INFO] from nl/org.eclipse.birt.report.data.oda.xml.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.xml.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.data.oda.xml.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.nl/target/org.eclipse.birt.report.data.oda.xml.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.nl/target/org.eclipse.birt.report.data.oda.xml.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.nl/target/org.eclipse.birt.report.data.oda.xml.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.nl/target/org.eclipse.birt.report.data.oda.xml.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.xml.ui.nl1 >--- [INFO] Building org.eclipse.birt.report.data.oda.xml.ui.nl1 4.14.0-SNAPSHOT [192/289] [INFO] from nl/org.eclipse.birt.report.data.oda.xml.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.xml.ui.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/target/org.eclipse.birt.report.data.oda.xml.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/target/org.eclipse.birt.report.data.oda.xml.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/target/org.eclipse.birt.report.data.oda.xml.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/target/org.eclipse.birt.report.data.oda.xml.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt.nl:org.eclipse.birt.report.debug.core.nl1 >----- [INFO] Building org.eclipse.birt.report.debug.core.nl1 4.14.0-SNAPSHOT [193/289] [INFO] from nl/org.eclipse.birt.report.debug.core.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.debug.core.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.debug.core.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.core.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.core.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.core.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.core.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.core.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.core.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.debug.core.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.core.nl/target/org.eclipse.birt.report.debug.core.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.debug.core.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.debug.core.nl/target/org.eclipse.birt.report.debug.core.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.core.nl/target/org.eclipse.birt.report.debug.core.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.core.nl/target/org.eclipse.birt.report.debug.core.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.core.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.debug.core.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.core.nl/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt.nl:org.eclipse.birt.report.debug.ui.nl1 >------ [INFO] Building org.eclipse.birt.report.debug.ui.nl1 4.14.0-SNAPSHOT [194/289] [INFO] from nl/org.eclipse.birt.report.debug.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.debug.ui.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.debug.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.ui.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.debug.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.ui.nl/target/org.eclipse.birt.report.debug.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.ui.nl/target/org.eclipse.birt.report.debug.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.ui.nl/target/org.eclipse.birt.report.debug.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.ui.nl/target/org.eclipse.birt.report.debug.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.debug.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.debug.ui.nl/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt.nl:org.eclipse.birt.report.designer.core.nl1 >---- [INFO] Building org.eclipse.birt.report.designer.core.nl1 4.14.0-SNAPSHOT [195/289] [INFO] from nl/org.eclipse.birt.report.designer.core.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.core.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.designer.core.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.core.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.core.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.core.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.core.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.core.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.core.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.core.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.core.nl/target/org.eclipse.birt.report.designer.core.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.core.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.designer.core.nl/target/org.eclipse.birt.report.designer.core.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.core.nl/target/org.eclipse.birt.report.designer.core.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.core.nl/target/org.eclipse.birt.report.designer.core.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.core.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.core.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.core.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.editors.schematic.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.editors.schematic.nl1 4.14.0-SNAPSHOT [196/289] [INFO] from nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editors.schematic.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/target/org.eclipse.birt.report.designer.ui.editors.schematic.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/target/org.eclipse.birt.report.designer.ui.editors.schematic.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/target/org.eclipse.birt.report.designer.ui.editors.schematic.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/target/org.eclipse.birt.report.designer.ui.editors.schematic.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.ide.nl1 >--- [INFO] Building org.eclipse.birt.report.designer.ui.ide.nl1 4.14.0-SNAPSHOT [197/289] [INFO] from nl/org.eclipse.birt.report.designer.ui.ide.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.ide.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.designer.ui.ide.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.ide.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.ide.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.ide.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.ide.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.ide.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.ide.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.ide.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.ide.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.ide.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.ide.nl/target/org.eclipse.birt.report.designer.ui.ide.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.ide.nl/target/org.eclipse.birt.report.designer.ui.ide.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.ide.nl/target/org.eclipse.birt.report.designer.ui.ide.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.ide.nl/target/org.eclipse.birt.report.designer.ui.ide.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.ide.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.ide.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.lib.explorer.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.lib.explorer.nl1 4.14.0-SNAPSHOT [198/289] [INFO] from nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.lib.explorer.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/target/org.eclipse.birt.report.designer.ui.lib.explorer.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/target/org.eclipse.birt.report.designer.ui.lib.explorer.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/target/org.eclipse.birt.report.designer.ui.lib.explorer.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/target/org.eclipse.birt.report.designer.ui.lib.explorer.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.lib.nl1 >--- [INFO] Building org.eclipse.birt.report.designer.ui.lib.nl1 4.14.0-SNAPSHOT [199/289] [INFO] from nl/org.eclipse.birt.report.designer.ui.lib.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.lib.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.designer.ui.lib.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.nl/target/org.eclipse.birt.report.designer.ui.lib.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.nl/target/org.eclipse.birt.report.designer.ui.lib.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.nl/target/org.eclipse.birt.report.designer.ui.lib.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.nl/target/org.eclipse.birt.report.designer.ui.lib.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.lib.nl/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.nl1 >----- [INFO] Building org.eclipse.birt.report.designer.ui.nl1 4.14.0-SNAPSHOT [200/289] [INFO] from nl/org.eclipse.birt.report.designer.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.designer.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.nl/target/org.eclipse.birt.report.designer.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.nl/target/org.eclipse.birt.report.designer.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.nl/target/org.eclipse.birt.report.designer.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.nl/target/org.eclipse.birt.report.designer.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.nl/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt.nl:org.eclipse.birt.report.engine.nl1 >------- [INFO] Building org.eclipse.birt.report.engine.nl1 4.14.0-SNAPSHOT [201/289] [INFO] from nl/org.eclipse.birt.report.engine.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.engine.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.nl/target/org.eclipse.birt.report.engine.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.engine.nl/target/org.eclipse.birt.report.engine.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.nl/target/org.eclipse.birt.report.engine.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.nl/target/org.eclipse.birt.report.engine.nl1-4.14.0-SNAPSHOT-sources.jar [WARNING] [Tue Jun 06 16:26:39 UTC 2023] HTTP request failed. HTTP Error 500 (reason: Server Error) HTTP Error 500 Problem accessing '/jarsigner/sign' Reason: Server Error Server response has been saved to '/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.nl/target/org.eclipse.birt.report.engine.nl1-4.14.0-SNAPSHOT-sources.jar-14847902265254028854-RemoteJarSigner.log' [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.nl/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt.nl:org.eclipse.birt.report.model.nl1 >-------- [INFO] Building org.eclipse.birt.report.model.nl1 4.14.0-SNAPSHOT [202/289] [INFO] from nl/org.eclipse.birt.report.model.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.model.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.model.nl1 --- [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.model.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.model.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.model.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.model.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.model.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.model.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 12 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.model.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.model.nl [INFO] [native2ascii] Converting 4 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.model.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.model.nl [INFO] [native2ascii] Converting 4 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.model.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.model.nl [INFO] [native2ascii] Converting 4 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.model.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.model.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.model.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.model.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.model.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.model.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.model.nl/target/org.eclipse.birt.report.model.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.model.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.model.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.model.nl/target/org.eclipse.birt.report.model.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.model.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.model.nl/target/org.eclipse.birt.report.model.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.model.nl/target/org.eclipse.birt.report.model.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.model.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.model.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.model.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.model.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.model.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.model.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.model.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.model.nl/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt.nl:org.eclipse.birt.report.viewers.nl1 >------- [INFO] Building org.eclipse.birt.report.viewers.nl1 4.14.0-SNAPSHOT [203/289] [INFO] from nl/org.eclipse.birt.report.viewer.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.viewers.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.viewer.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.viewer.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.viewer.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.viewer.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.viewer.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.viewer.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.viewer.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.viewer.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.viewer.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.viewer.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.viewers.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.viewer.nl/target/org.eclipse.birt.report.viewers.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.viewer.nl/target/org.eclipse.birt.report.viewers.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.viewer.nl/target/org.eclipse.birt.report.viewers.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.viewer.nl/target/org.eclipse.birt.report.viewers.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.viewer.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.viewers.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.viewer.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.item.crosstab.core.nl1 >-- [INFO] Building org.eclipse.birt.report.item.crosstab.core.nl1 4.14.0-SNAPSHOT [204/289] [INFO] from nl/org.eclipse.birt.report.item.crosstab.core.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.item.crosstab.core.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.item.crosstab.core.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.core.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.core.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.core.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.core.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.core.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.core.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.core.nl/target/org.eclipse.birt.report.item.crosstab.core.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.item.crosstab.core.nl/target/org.eclipse.birt.report.item.crosstab.core.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.core.nl/target/org.eclipse.birt.report.item.crosstab.core.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.core.nl/target/org.eclipse.birt.report.item.crosstab.core.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.core.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.core.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.item.crosstab.ui.nl1 >-- [INFO] Building org.eclipse.birt.report.item.crosstab.ui.nl1 4.14.0-SNAPSHOT [205/289] [INFO] from nl/org.eclipse.birt.report.item.crosstab.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.item.crosstab.ui.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.item.crosstab.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.ui.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.ui.nl/target/org.eclipse.birt.report.item.crosstab.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.ui.nl/target/org.eclipse.birt.report.item.crosstab.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.ui.nl/target/org.eclipse.birt.report.item.crosstab.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.ui.nl/target/org.eclipse.birt.report.item.crosstab.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.item.crosstab.ui.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 4.14.0-SNAPSHOT [206/289] [INFO] from nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/target/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/target/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/target/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/target/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.views.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.views.nl1 4.14.0-SNAPSHOT [207/289] [INFO] from nl/org.eclipse.birt.report.designer.ui.views.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.views.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.designer.ui.views.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.views.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.views.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.views.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.views.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.views.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.views.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.views.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.views.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.views.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.views.nl/target/org.eclipse.birt.report.designer.ui.views.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.views.nl/target/org.eclipse.birt.report.designer.ui.views.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.views.nl/target/org.eclipse.birt.report.designer.ui.views.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.views.nl/target/org.eclipse.birt.report.designer.ui.views.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.views.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.views.nl/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.report.data.adapter.nl1 >---- [INFO] Building org.eclipse.birt.report.data.adapter.nl1 4.14.0-SNAPSHOT [208/289] [INFO] from nl/org.eclipse.birt.report.data.adapter.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.adapter.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.data.adapter.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.adapter.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.adapter.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.adapter.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.adapter.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.adapter.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.adapter.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.adapter.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.adapter.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.adapter.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.adapter.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.adapter.nl/target/org.eclipse.birt.report.data.adapter.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.adapter.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.data.adapter.nl/target/org.eclipse.birt.report.data.adapter.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.adapter.nl/target/org.eclipse.birt.report.data.adapter.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.adapter.nl/target/org.eclipse.birt.report.data.adapter.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.adapter.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.adapter.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.adapter.nl/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.designer.ui.preview >---- [INFO] Building org.eclipse.birt.report.designer.ui.preview 4.14.0-SNAPSHOT [209/289] [INFO] from UI/org.eclipse.birt.report.designer.ui.preview/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.preview... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.designer.ui.preview/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.preview --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview/target/org.eclipse.birt.report.designer.ui.preview-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview/target/org.eclipse.birt.report.designer.ui.preview-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview/target/org.eclipse.birt.report.designer.ui.preview-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview/target/org.eclipse.birt.report.designer.ui.preview-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.preview --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.preview.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.preview.nl1 4.14.0-SNAPSHOT [210/289] [INFO] from nl/org.eclipse.birt.report.designer.ui.preview.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.preview.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.designer.ui.preview.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.nl/target/org.eclipse.birt.report.designer.ui.preview.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.nl/target/org.eclipse.birt.report.designer.ui.preview.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.nl/target/org.eclipse.birt.report.designer.ui.preview.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.nl/target/org.eclipse.birt.report.designer.ui.preview.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.preview.web.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.preview.web.nl1 4.14.0-SNAPSHOT [211/289] [INFO] from nl/org.eclipse.birt.report.designer.ui.preview.web.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.preview.web.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/target/org.eclipse.birt.report.designer.ui.preview.web.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/target/org.eclipse.birt.report.designer.ui.preview.web.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/target/org.eclipse.birt.report.designer.ui.preview.web.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/target/org.eclipse.birt.report.designer.ui.preview.web.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.cubebuilder.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.cubebuilder.nl1 4.14.0-SNAPSHOT [212/289] [INFO] from nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.cubebuilder.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/target/org.eclipse.birt.report.designer.ui.cubebuilder.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/target/org.eclipse.birt.report.designer.ui.cubebuilder.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/target/org.eclipse.birt.report.designer.ui.cubebuilder.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/target/org.eclipse.birt.report.designer.ui.cubebuilder.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.dataextraction.csv.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.dataextraction.csv.nl1 4.14.0-SNAPSHOT [213/289] [INFO] from nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.dataextraction.csv.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/target/org.eclipse.birt.report.engine.dataextraction.csv.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/target/org.eclipse.birt.report.engine.dataextraction.csv.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/target/org.eclipse.birt.report.engine.dataextraction.csv.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/target/org.eclipse.birt.report.engine.dataextraction.csv.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.editor.script.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.editor.script.nl1 4.14.0-SNAPSHOT [214/289] [INFO] from nl/org.eclipse.birt.report.designer.ui.editor.script.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editor.script.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/target/org.eclipse.birt.report.designer.ui.editor.script.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/target/org.eclipse.birt.report.designer.ui.editor.script.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/target/org.eclipse.birt.report.designer.ui.editor.script.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/target/org.eclipse.birt.report.designer.ui.editor.script.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 4.14.0-SNAPSHOT [215/289] [INFO] from nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 4.14.0-SNAPSHOT [216/289] [INFO] from nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 4.14.0-SNAPSHOT [217/289] [INFO] from nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.editors.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.editors.nl1 4.14.0-SNAPSHOT [218/289] [INFO] from nl/org.eclipse.birt.report.designer.ui.editors.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editors.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.designer.ui.editors.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.nl/target/org.eclipse.birt.report.designer.ui.editors.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.nl/target/org.eclipse.birt.report.designer.ui.editors.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.nl/target/org.eclipse.birt.report.designer.ui.editors.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.nl/target/org.eclipse.birt.report.designer.ui.editors.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.editors.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.dataextraction.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.dataextraction.nl1 4.14.0-SNAPSHOT [219/289] [INFO] from nl/org.eclipse.birt.report.engine.dataextraction.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.dataextraction.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.engine.dataextraction.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.nl/target/org.eclipse.birt.report.engine.dataextraction.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.engine.dataextraction.nl/target/org.eclipse.birt.report.engine.dataextraction.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.nl/target/org.eclipse.birt.report.engine.dataextraction.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.nl/target/org.eclipse.birt.report.engine.dataextraction.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.dataextraction.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.excel.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.excel.nl1 4.14.0-SNAPSHOT [220/289] [INFO] from nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.excel.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/target/org.eclipse.birt.report.engine.emitter.config.excel.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/target/org.eclipse.birt.report.engine.emitter.config.excel.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/target/org.eclipse.birt.report.engine.emitter.config.excel.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/target/org.eclipse.birt.report.engine.emitter.config.excel.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.pdf.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.pdf.nl1 4.14.0-SNAPSHOT [221/289] [INFO] from nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.pdf.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/target/org.eclipse.birt.report.engine.emitter.config.pdf.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/target/org.eclipse.birt.report.engine.emitter.config.pdf.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/target/org.eclipse.birt.report.engine.emitter.config.pdf.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/target/org.eclipse.birt.report.engine.emitter.config.pdf.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.html.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.html.nl1 4.14.0-SNAPSHOT [222/289] [INFO] from nl/org.eclipse.birt.report.engine.emitter.config.html.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.html.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/target/org.eclipse.birt.report.engine.emitter.config.html.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/target/org.eclipse.birt.report.engine.emitter.config.html.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/target/org.eclipse.birt.report.engine.emitter.config.html.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/target/org.eclipse.birt.report.engine.emitter.config.html.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.nl1 4.14.0-SNAPSHOT [223/289] [INFO] from nl/org.eclipse.birt.report.engine.emitter.config.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.engine.emitter.config.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.nl/target/org.eclipse.birt.report.engine.emitter.config.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.engine.emitter.config.nl/target/org.eclipse.birt.report.engine.emitter.config.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.nl/target/org.eclipse.birt.report.engine.emitter.config.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.nl/target/org.eclipse.birt.report.engine.emitter.config.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.ppt.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.ppt.nl1 4.14.0-SNAPSHOT [224/289] [INFO] from nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.ppt.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/target/org.eclipse.birt.report.engine.emitter.config.ppt.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/target/org.eclipse.birt.report.engine.emitter.config.ppt.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/target/org.eclipse.birt.report.engine.emitter.config.ppt.nl1-4.14.0-SNAPSHOT.jar [WARNING] [Tue Jun 06 16:28:31 UTC 2023] HTTP request failed. HTTP Error 500 (reason: Server Error) HTTP Error 500 Problem accessing '/jarsigner/sign' Reason: Server Error Server response has been saved to '/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/target/org.eclipse.birt.report.engine.emitter.config.ppt.nl1-4.14.0-SNAPSHOT.jar-10117626149223944025-RemoteJarSigner.log' [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/target/org.eclipse.birt.report.engine.emitter.config.ppt.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.postscript.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.postscript.nl1 4.14.0-SNAPSHOT [225/289] [INFO] from nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.postscript.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/target/org.eclipse.birt.report.engine.emitter.config.postscript.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/target/org.eclipse.birt.report.engine.emitter.config.postscript.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/target/org.eclipse.birt.report.engine.emitter.config.postscript.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/target/org.eclipse.birt.report.engine.emitter.config.postscript.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.wpml.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.wpml.nl1 4.14.0-SNAPSHOT [226/289] [INFO] from nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.wpml.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/target/org.eclipse.birt.report.engine.emitter.config.wpml.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/target/org.eclipse.birt.report.engine.emitter.config.wpml.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/target/org.eclipse.birt.report.engine.emitter.config.wpml.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/target/org.eclipse.birt.report.engine.emitter.config.wpml.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.bidi.utils.nl1 >--- [INFO] Building org.eclipse.birt.report.data.bidi.utils.nl1 4.14.0-SNAPSHOT [227/289] [INFO] from nl/org.eclipse.birt.report.data.bidi.utils.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.bidi.utils.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.data.bidi.utils.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.bidi.utils.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.bidi.utils.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.bidi.utils.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.bidi.utils.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.bidi.utils.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.bidi.utils.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.bidi.utils.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.bidi.utils.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.bidi.utils.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.bidi.utils.nl/target/org.eclipse.birt.report.data.bidi.utils.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.data.bidi.utils.nl/target/org.eclipse.birt.report.data.bidi.utils.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.bidi.utils.nl/target/org.eclipse.birt.report.data.bidi.utils.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.bidi.utils.nl/target/org.eclipse.birt.report.data.bidi.utils.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.bidi.utils.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.bidi.utils.nl/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.hive.nl1 >---- [INFO] Building org.eclipse.birt.report.data.oda.hive.nl1 4.14.0-SNAPSHOT [228/289] [INFO] from nl/org.eclipse.birt.report.data.oda.hive.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.hive.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.data.oda.hive.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.nl/target/org.eclipse.birt.report.data.oda.hive.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.nl/target/org.eclipse.birt.report.data.oda.hive.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.nl/target/org.eclipse.birt.report.data.oda.hive.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.nl/target/org.eclipse.birt.report.data.oda.hive.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.hive.ui.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.hive.ui.nl1 4.14.0-SNAPSHOT [229/289] [INFO] from nl/org.eclipse.birt.report.data.oda.hive.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.hive.ui.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/target/org.eclipse.birt.report.data.oda.hive.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/target/org.eclipse.birt.report.data.oda.hive.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/target/org.eclipse.birt.report.data.oda.hive.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/target/org.eclipse.birt.report.data.oda.hive.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.excel.nl1 >--- [INFO] Building org.eclipse.birt.report.data.oda.excel.nl1 4.14.0-SNAPSHOT [230/289] [INFO] from nl/org.eclipse.birt.report.data.oda.excel.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.excel.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.data.oda.excel.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.nl/target/org.eclipse.birt.report.data.oda.excel.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.nl/target/org.eclipse.birt.report.data.oda.excel.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.nl/target/org.eclipse.birt.report.data.oda.excel.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.nl/target/org.eclipse.birt.report.data.oda.excel.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.excel.ui.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.excel.ui.nl1 4.14.0-SNAPSHOT [231/289] [INFO] from nl/org.eclipse.birt.report.data.oda.excel.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.excel.ui.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/target/org.eclipse.birt.report.data.oda.excel.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/target/org.eclipse.birt.report.data.oda.excel.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/target/org.eclipse.birt.report.data.oda.excel.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/target/org.eclipse.birt.report.data.oda.excel.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.docx.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.docx.nl1 4.14.0-SNAPSHOT [232/289] [INFO] from nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.docx.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/target/org.eclipse.birt.report.engine.emitter.config.docx.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/target/org.eclipse.birt.report.engine.emitter.config.docx.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/target/org.eclipse.birt.report.engine.emitter.config.docx.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/target/org.eclipse.birt.report.engine.emitter.config.docx.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.pptx.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.pptx.nl1 4.14.0-SNAPSHOT [233/289] [INFO] from nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.pptx.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/target/org.eclipse.birt.report.engine.emitter.config.pptx.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/target/org.eclipse.birt.report.engine.emitter.config.pptx.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/target/org.eclipse.birt.report.engine.emitter.config.pptx.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/target/org.eclipse.birt.report.engine.emitter.config.pptx.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt.features:org.eclipse.birt.nl >------------ [INFO] Building org.eclipse.birt.nl 4.14.0-SNAPSHOT [234/289] [INFO] from features/org.eclipse.birt.nl.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.nl --- [INFO] Deleting /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.nl.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.nl --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.nl --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.nl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.nl --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.nl --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.nl.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.nl --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.nl --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.nl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.nl --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.nl.feature/target/org.eclipse.birt.nl-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.nl --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.nl --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.nl --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.nl.feature/target/org.eclipse.birt.nl-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.nl --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.nl.feature/target/org.eclipse.birt.nl-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.nl.feature/target/org.eclipse.birt.nl-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.nl --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.nl --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.nl.feature/target/jacoco.exec [INFO] [INFO] ---------------------< org.eclipse.birt:birt-epp >---------------------- [INFO] Building birt-epp 4.14.0-SNAPSHOT [235/289] [INFO] from build/birt-packages/birt-epp/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-epp --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-epp --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-epp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-epp --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-epp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-epp/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-epp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-epp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-epp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-epp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-epp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Fetching com.google.gson_2.10.1.v20230109-0753.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (308.6kB) [INFO] Fetching com.google.guava_31.1.0.jre.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (2.82MB) [INFO] Fetching com.google.guava.failureaccess_1.0.1.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (4.51kB) [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (3.53MB) [INFO] Fetching com.google.protobuf_2.4.1.v20220404-1934.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (478.08kB) [INFO] Fetching com.ibm.icu_72.1.0.v20221115-2007.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (14.23MB) [INFO] Fetching com.ibm.icu_72.1.0.v20221115-2007.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (11.27MB of 14.23MB at 11.27MB/s) [INFO] Fetching jakarta.el_4.0.0.v20221203-1659.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (99.79kB) [INFO] Fetching jakarta.servlet_5.0.0.v20221203-1659.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (336.67kB) [INFO] Fetching jakarta.servlet.jsp_3.0.0.v20221203-1659.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (87.1kB) [INFO] Fetching junit-jupiter-api_5.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (202.89kB) [INFO] Fetching junit-platform-commons_1.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (100.58kB) [INFO] Fetching org.opentest4j_1.2.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (7.47kB) [INFO] Fetching junit-jupiter-engine_5.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (240.88kB) [INFO] Fetching junit-platform-engine_1.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (184.79kB) [INFO] Fetching junit-platform-launcher_1.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (165.27kB) [INFO] Fetching junit-jupiter-migrationsupport_5.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (27.04kB) [INFO] Fetching junit-jupiter-params_5.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (566.02kB) [INFO] Fetching junit-platform-runner_1.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (16.19kB) [INFO] Fetching junit-platform-suite-api_1.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (20.73kB) [INFO] Fetching junit-platform-suite-commons_1.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (14.94kB) [INFO] Fetching junit-platform-suite-engine_1.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (23.55kB) [INFO] Fetching junit-vintage-engine_5.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (65.33kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.14.v20230516-1249.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (1.02MB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.16.v20221207-1049.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (356.05kB) [INFO] Fetching org.apache.wsil4j_1.0.0.v20180522-1857.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (81.16kB) [INFO] Fetching org.uddi4j_2.0.5.v200805270300.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (198.12kB) [INFO] Fetching org.apiguardian.api_1.1.2.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (6.65kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (15.55kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (25.39kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (24.12kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.iseries_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (22.78kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (69.92kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.luw_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (845.5kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (41.77kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.zseries_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (23.44kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.informix.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (37.26kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.informix_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (21.13kB) [INFO] Fetching org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (45.45kB) [INFO] Fetching org.eclipse.datatools.enablement.msft.sqlserver_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (89.14kB) [INFO] Fetching org.eclipse.datatools.enablement.mysql.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (27.14kB) [INFO] Fetching org.eclipse.datatools.enablement.mysql_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (80.61kB) [INFO] Fetching org.eclipse.datatools.enablement.oracle.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (43.45kB) [INFO] Fetching org.eclipse.datatools.enablement.oracle_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (20.13kB) [INFO] Fetching org.eclipse.datatools.enablement.postgresql.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (18.49kB) [INFO] Fetching org.eclipse.datatools.enablement.postgresql_1.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (37.86kB) [INFO] Fetching org.eclipse.datatools.enablement.sap.maxdb.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (20.33kB) [INFO] Fetching org.eclipse.datatools.enablement.sap.maxdb_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (25.24kB) [INFO] Fetching org.eclipse.orbit.mongodb.source_3.2.2.v20181004-1955.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (1.08MB) [INFO] Fetching com.github.librepdf.openpdf.source_1.3.30.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (3.58MB) [INFO] Fetching org.apache.derby.source_10.11.1.1_v201605202053.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (7.12MB) [INFO] Fetching org.apache.poi.source_4.1.1.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (2.44MB) [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (39.54kB) [INFO] Fetching org.apache.felix.scr.source_2.2.6.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (264.12kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.designer.core.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.84kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.template.ui_3.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (58.3kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.designer.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.75kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (301.47kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (293.75kB) [INFO] Fetching org.eclipse.datatools.sqltools.data.core_1.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (84.59kB) [INFO] Fetching org.eclipse.jdt_3.19.100.v20230605-0440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/plugins/ (44.73kB) [INFO] Fetching org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (16.9kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (27.04kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.8.0.v20230413-1556.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (393.84kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.4.0.v20230323-1537.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (41.69kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.8.0.v20230323-1537.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (73.78kB) [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.2.0.v20230323-1537.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (14.43kB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.1800.v20230601-1614.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (7.77MB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.3.0.v20220609-1843.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (28.39kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.1.100.v20220907-0450.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (27.02kB) [INFO] Fetching org.eclipse.jdt_3.19.100.v20230605-0440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/features/ (21.51kB) [INFO] Fetching org.eclipse.jem.beaninfo_2.0.300.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (244.33kB) [INFO] Fetching org.eclipse.jem.proxy_2.1.0.v202101081429.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (665.33kB) [INFO] Fetching org.eclipse.jem.beaninfo.vm_2.1.0.v202101081429.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (46.3kB) [INFO] Fetching org.eclipse.jem.beaninfo.vm.common_2.1.0.v202101081429.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (28.31kB) [INFO] Fetching org.eclipse.json_1.1.100.v201901071922.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (57.57kB) [INFO] Fetching org.eclipse.jst.common.annotations.ui_1.1.300.v202007170603.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (41.37kB) [INFO] Fetching org.eclipse.jst.common.fproj.enablement.jdt_3.29.0.v202301170743.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (32.12kB) [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.912.v202301170822.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (460.4kB) [INFO] Fetching org.eclipse.jst.j2ee.webservice_1.1.800.v202204231553.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (264.21kB) [INFO] Fetching org.eclipse.jst.jee.ejb_1.0.500.v201903222025.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (61.96kB) [INFO] Fetching org.eclipse.jst.enterprise_core.feature_3.29.0.v202302070745.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.43kB) [INFO] Fetching org.eclipse.jst.ws_1.0.1000.v202104210249.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (123.49kB) [INFO] Fetching org.eclipse.jst.j2ee.webservice.ui_1.1.801.v202301170822.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (58.93kB) [INFO] Fetching org.eclipse.jst.ws.ui_1.1.1.v202103201626.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (61.58kB) [INFO] Fetching org.eclipse.jst.ws.uddiregistry_1.1.0.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (43.52kB) [INFO] Fetching org.eclipse.jst.ws.creation.ui_1.0.1001.v202103201626.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (227.95kB) [INFO] Fetching org.eclipse.jst.ws.consumption.ui_1.1.1100.v202111210735.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (789.07kB) [INFO] Fetching org.eclipse.jst.ws.consumption_1.0.1600.v202302070757.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (267.56kB) [INFO] Fetching org.eclipse.jst.j2ee.infopop_1.0.300.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (20.35kB) [INFO] Fetching org.eclipse.jst.jsp.ui.infopop_1.0.200.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (15.56kB) [INFO] Fetching org.eclipse.jst.servlet.ui.infopop_1.0.500.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (18.37kB) [INFO] Fetching org.eclipse.jst.ws.axis.infopop_1.0.400.v201903050508.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (14.43kB) [INFO] Fetching org.eclipse.jst.ws.consumption.infopop_1.0.400.v201903050508.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (17.25kB) [INFO] Fetching org.eclipse.jst.ws.infopop_1.0.400.v201903050508.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (13.15kB) [INFO] Fetching org.eclipse.jst.ws.creation.ejb.ui_1.0.300.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (16.08kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotations.ui_1.2.1.v202301170822.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (119.89kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotations.emitter_1.1.300.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (37.34kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotations.xdoclet_1.2.401.v202204060243.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (149.39kB) [INFO] Fetching org.eclipse.jst.j2ee.xdoclet.runtime_1.2.0.v202101081429.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (51.08kB) [INFO] Fetching org.eclipse.jst.ejb.ui.infopop_1.0.300.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (14.4kB) [INFO] Fetching org.eclipse.jst.ws.jaxrs.core_1.0.851.v202101130222.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (158.34kB) [INFO] Fetching org.eclipse.jst.ws.jaxrs.ui_1.0.801.v201906251834.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (74.92kB) [INFO] Fetching org.eclipse.jst.ws.axis.consumption.core_1.0.600.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (72.3kB) [INFO] Fetching org.eclipse.jst.ws.axis.consumption.ui_1.0.1000.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (97.91kB) [INFO] Fetching org.eclipse.jst.ws.axis.creation.ui_1.0.1100.v202111210735.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (115.21kB) [INFO] Fetching org.eclipse.jst.enterprise_ui.feature_3.29.0.v202302070745.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (21kB) [INFO] Fetching org.eclipse.jst.ejb.doc.user_1.1.301.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (116.56kB) [INFO] Fetching org.eclipse.jst.j2ee.doc.user_1.1.400.v202101072335.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (255.97kB) [INFO] Fetching org.eclipse.jst.ws.axis.ui.doc.user_1.1.200.v201903222115.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (44.63kB) [INFO] Fetching org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (535.09kB) [INFO] Fetching org.eclipse.jst.ws.doc.user_1.0.700.v201903222115.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (130.45kB) [INFO] Fetching org.eclipse.jst.enterprise_userdoc.feature_3.23.0.v202107101916.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.45kB) [INFO] Fetching org.eclipse.jst.jee.web_1.0.1100.v202301180642.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (44.88kB) [INFO] Fetching org.eclipse.jst.jsf.doc.user_1.5.0.v201902121810.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (2.63MB) [INFO] Fetching org.eclipse.jst.standard.schemas_1.2.500.v202302261818.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (683kB) [INFO] Fetching org.eclipse.jst.web_core.feature_3.29.0.v202302070745.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.64kB) [INFO] Fetching org.eclipse.wst.jsdt.web.support.jsp_1.1.200.v202210260359.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (19.16kB) [INFO] Fetching org.eclipse.jst.web_js_support.feature_3.29.0.v202302070745.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.74kB) [INFO] Fetching org.eclipse.jst.web_ui.feature_3.29.0.v202302070745.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.54kB) [INFO] Fetching org.eclipse.jst.web_userdoc.feature_3.6.1.v201908261515.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.42kB) [INFO] Fetching org.eclipse.wst.command.env_1.0.600.v202007142057.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (84.37kB) [INFO] Fetching org.eclipse.wst.command.env.core_1.1.0.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (64.4kB) [INFO] Fetching org.eclipse.wst.wsdl_1.3.0.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (443.13kB) [INFO] Fetching org.eclipse.wst.ws_1.1.600.v202007222105.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (246kB) [INFO] Fetching org.eclipse.wst.ws.parser_1.1.0.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (57.08kB) [INFO] Fetching org.eclipse.wst.command.env.ui_1.2.0.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (126kB) [INFO] Fetching org.eclipse.wst.ws.explorer_1.1.0.v202204231557.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (1.84MB) [INFO] Fetching org.eclipse.wst.ws.ui_1.2.0.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (29kB) [INFO] Fetching org.eclipse.wst.wsdl.validation_1.3.100.v202205160247.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (196.73kB) [INFO] Fetching org.eclipse.pde.api.tools_1.3.0.v20230501-1515.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (934.41kB) [INFO] Fetching org.objectweb.asm_9.5.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (119.01kB) [INFO] Fetching org.objectweb.asm.tree_9.5.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (50.73kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.2.0.v20230128-1746.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (13.37kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.3.0.v20230331-2213.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (509.95kB) [INFO] Fetching org.eclipse.pde.doc.user_3.14.2000.v20230601-1614.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (7.69MB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.3.0.v20230331-0919.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (142.22kB) [INFO] Fetching org.eclipse.pde.ds.core_1.3.0.v20230331-0919.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (60.58kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.3.0.v20230515-0022.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (206.92kB) [INFO] Fetching org.osgi.annotation.versioning_1.1.2.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (14.72kB) [INFO] Fetching org.osgi.annotation.bundle_2.0.0.202202082230.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (28.45kB) [INFO] Fetching org.osgi.service.component.annotations_1.5.1.202212101352.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (42.33kB) [INFO] Fetching org.osgi.service.metatype.annotations_1.4.1.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (27.08kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.7.0.v20230515-0022.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (24.03kB) [INFO] Fetching org.eclipse.pde.runtime_3.8.0.v20230515-0022.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (211.03kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.8.0.v20230515-0022.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (583.3kB) [INFO] Fetching org.eclipse.pde.ua.core_1.3.0.v20230515-0022.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (114.39kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.3.0.v20230515-0022.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (452.46kB) [INFO] Fetching org.eclipse.ui.trace_1.3.0.v20230515-0022.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (61.22kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.2.0.v20230331-0919.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (90.67kB) [INFO] Fetching org.eclipse.pde_3.15.0.v20230605-0440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/features/ (21.15kB) [INFO] Fetching org.eclipse.wst.internet.monitor.ui_1.0.800.v202007170127.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (142.7kB) [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.500.v202211200038.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (3.73MB) [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (58.42kB) [INFO] Fetching org.eclipse.wst.jsdt.ui_2.1.600.v202211200038.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (8.33MB) [INFO] Fetching org.eclipse.wst.jsdt.web.core_1.1.300.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (164.09kB) [INFO] Fetching org.eclipse.wst.jsdt.web.ui_1.2.400.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (235.82kB) [INFO] Fetching org.eclipse.wst.json.bower.core_1.0.100.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (14.05kB) [INFO] Fetching org.eclipse.wst.json.bower.ui_1.0.300.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (24.85kB) [INFO] Fetching org.eclipse.wst.json.core_1.1.100.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (285.52kB) [INFO] Fetching org.eclipse.wst.json.ui_1.0.700.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (245.24kB) [INFO] Fetching org.eclipse.wst.json.eslint.core_1.0.100.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (14.03kB) [INFO] Fetching org.eclipse.wst.json.eslint.ui_1.0.300.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (17.54kB) [INFO] Fetching org.eclipse.wst.json.jshint.core_1.0.100.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (14.04kB) [INFO] Fetching org.eclipse.wst.json.jshint.ui_1.0.300.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (17.52kB) [INFO] Fetching org.eclipse.wst.json.npm.core_1.0.100.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (13.98kB) [INFO] Fetching org.eclipse.wst.json.npm.ui_1.0.200.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (22.51kB) [INFO] Fetching org.eclipse.wst.json.schemaprocessor_1.0.300.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (15.92kB) [INFO] Fetching org.eclipse.wst.json_core.feature_1.1.8.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.66kB) [INFO] Fetching org.eclipse.wst.json_ui.feature_1.1.10.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.67kB) [INFO] Fetching org.eclipse.wst.server_core.feature_3.4.0.v202301110442.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (32.46kB) [INFO] Fetching org.eclipse.wst.server.ui.infopop_1.1.200.v201901310132.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (18.08kB) [INFO] Fetching org.eclipse.wst.server_ui.feature_3.3.1500.v202302190008.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (32.55kB) [INFO] Fetching org.eclipse.wst.server.ui.doc.user_1.1.600.v201901310132.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (144.59kB) [INFO] Fetching org.eclipse.wst.server_userdoc.feature_3.3.300.v201901310132.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (32.43kB) [INFO] Fetching org.eclipse.wst.web_core.feature_3.29.0.v202301190221.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.79kB) [INFO] Fetching org.eclipse.wst.web_js_support.feature_3.22.0.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (21.12kB) [INFO] Fetching org.eclipse.wst.html.ui.infopop_1.0.201.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (14.98kB) [INFO] Fetching org.eclipse.wst.web.ui.infopop_1.0.300.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (12.78kB) [INFO] Fetching org.eclipse.wst.web_ui.feature_3.29.0.v202301190221.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (21.35kB) [INFO] Fetching org.eclipse.wst.doc.user_1.2.0.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (776.04kB) [INFO] Fetching org.eclipse.wst.webtools.doc.user_1.0.500.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (126.77kB) [INFO] Fetching org.eclipse.wst.web_userdoc.feature_3.18.0.v202004271556.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.72kB) [INFO] Fetching org.eclipse.wst.ws.service.policy_1.0.450.v201903050508.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (60.77kB) [INFO] Fetching org.eclipse.wst.ws.service.policy.ui_1.0.500.v201903050508.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (82.88kB) [INFO] Fetching org.eclipse.wst.wsi_1.1.400.v202205160247.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (881.22kB) [INFO] Fetching org.eclipse.wst.ws_core.feature_3.26.0.v202205160314.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.78kB) [INFO] Fetching org.eclipse.wst.command.env.infopop_1.0.200.v201903050508.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (12.15kB) [INFO] Fetching org.eclipse.wst.ws.infopop_1.0.400.v201903050508.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (12.91kB) [INFO] Fetching org.eclipse.wst.wsdl.ui_1.3.100.v202004082216.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (914.81kB) [INFO] Fetching org.eclipse.wst.wsi.ui_1.1.100.v202007221938.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (82.17kB) [INFO] Fetching org.eclipse.wst.ws_ui.feature_3.9.100.v202004082157.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.56kB) [INFO] Fetching org.eclipse.wst.wsdl.ui.doc.user_1.0.850.v201903222115.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (90.43kB) [INFO] Fetching org.eclipse.wst.wsi.ui.doc.user_1.0.750.v201903222115.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (52.91kB) [INFO] Fetching org.eclipse.wst.command.env.doc.user_1.5.400.v201903222115.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (40.32kB) [INFO] Fetching org.eclipse.wst.ws_userdoc.feature_3.1.501.v201909051708.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.53kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.6.0.v20230328-1614.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (21.22kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.4.0.v20230328-1614.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (60.73kB) [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-epp --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-epp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ birt-epp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-epp/target/birt-epp-4.14.0-202306061603.zip [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-epp --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-epp --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-epp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-epp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-epp/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.report.designer.ui.rcp >------ [INFO] Building org.eclipse.birt.report.designer.ui.rcp 4.14.0-SNAPSHOT [236/289] [INFO] from UI/org.eclipse.birt.report.designer.ui.rcp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.rcp... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.designer.ui.rcp/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.rcp/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.rcp/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.rcp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.rcp/target/org.eclipse.birt.report.designer.ui.rcp-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.rcp/target/org.eclipse.birt.report.designer.ui.rcp-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.rcp/target/org.eclipse.birt.report.designer.ui.rcp-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.rcp/target/org.eclipse.birt.report.designer.ui.rcp-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.rcp/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.rcp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.rcp/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt.features:org.eclipse.birt.rcp >----------- [INFO] Building org.eclipse.birt.rcp 4.14.0-SNAPSHOT [237/289] [INFO] from features/org.eclipse.birt.rcp.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.rcp --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.rcp --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.rcp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.rcp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.rcp --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.rcp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.rcp.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.rcp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.rcp --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.rcp.feature/target/org.eclipse.birt.rcp-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.rcp --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.rcp --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.rcp --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.rcp --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.rcp.feature/target/org.eclipse.birt.rcp-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.rcp.feature/target/jacoco.exec [INFO] [INFO] ------------------< org.eclipse.birt:birt-report-rcp >------------------ [INFO] Building birt-report-rcp 4.14.0-SNAPSHOT [238/289] [INFO] from build/birt-packages/birt-report-rcp/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-report-rcp --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-report-rcp --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-report-rcp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-report-rcp --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-report-rcp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-report-rcp/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-report-rcp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-report-rcp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Fetching org.eclipse.equinox.executable_3.8.2100.v20230415-0944.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (435.93kB) [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-report-rcp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-report-rcp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-report-rcp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Fetching 17.0.7&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/justj/jres/17/updates/release/ (63B) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (112.29MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (11.76MB of 112.29MB at 11.75MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (23.36MB of 112.29MB at 11.68MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (35.08MB of 112.29MB at 11.69MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (46.27MB of 112.29MB at 11.56MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (57.75MB of 112.29MB at 11.55MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (69.26MB of 112.29MB at 11.5MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (80.66MB of 112.29MB at 11.46MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (92.44MB of 112.29MB at 11.47MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (104.27MB of 112.29MB at 11.6MB/s) [INFO] Fetching com.jcraft.jsch_0.1.55.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (302.99kB) [INFO] Fetching javax.el-api_3.0.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (77.95kB) [INFO] Fetching org.apache.felix.gogo.command_1.1.2.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (38.76kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.6.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (198.71kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (57.69kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5_5.1.3.v20221013-1742.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (844.43kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5_5.1.4.v20221013-1742.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (909.51kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2_5.1.4.v20221013-1742.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (262.89kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win_5.1.3.v20221013-1742.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (29.78kB) [INFO] Fetching org.apache.lucene.analysis-common_9.4.2.v20221211-0752.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (1.85MB) [INFO] Fetching org.apache.lucene.core_9.4.2.v20221211-0752.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (3.69MB) [INFO] Fetching org.apache.lucene.analysis-smartcn_9.4.2.v20221211-0752.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (3.45MB) [INFO] Fetching org.eclipse.compare.win32_1.3.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (46.18kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.10.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (81.83kB) [INFO] Fetching org.eclipse.datatools.common.doc.user_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (50.51kB) [INFO] Fetching org.eclipse.datatools.common.doc.user_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.79kB) [INFO] Fetching org.eclipse.datatools.connectivity.doc.user_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (84kB) [INFO] Fetching org.eclipse.datatools.connectivity.doc.user.contexts_1.8.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (22.62kB) [INFO] Fetching org.eclipse.datatools.connectivity.doc.user_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.83kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile.ui_3.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (109.02kB) [INFO] Fetching org.eclipse.datatools.enablement.apache.derby.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.85kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (32.32kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.81kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.iseries.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (36.81kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (25.6kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.luw.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (44.07kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.zseries.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (30.65kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.informix.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (31.33kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.94kB) [INFO] Fetching org.eclipse.datatools.enablement.ingres_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (115.48kB) [INFO] Fetching org.eclipse.datatools.enablement.ingres.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (17.25kB) [INFO] Fetching org.eclipse.datatools.enablement.ingres.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (190.33kB) [INFO] Fetching org.eclipse.datatools.enablement.ingres.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.87kB) [INFO] Fetching org.eclipse.datatools.sqltools.routineeditor.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (171.8kB) [INFO] Fetching org.eclipse.datatools.enablement.jdt.classpath_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (28.57kB) [INFO] Fetching org.eclipse.datatools.enablement.jdt.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.75kB) [INFO] Fetching org.eclipse.datatools.enablement.msft.sqlserver.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (49.14kB) [INFO] Fetching org.eclipse.datatools.enablement.msft.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.83kB) [INFO] Fetching org.eclipse.datatools.enablement.mysql.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (20.7kB) [INFO] Fetching org.eclipse.datatools.enablement.mysql.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.81kB) [INFO] Fetching org.eclipse.datatools.enablement.oda.ws.ui_1.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (115.14kB) [INFO] Fetching org.eclipse.datatools.enablement.oda.designer.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.81kB) [INFO] Fetching org.eclipse.datatools.enablement.oracle.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (31.5kB) [INFO] Fetching org.eclipse.datatools.enablement.oracle.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.81kB) [INFO] Fetching org.eclipse.datatools.enablement.postgresql.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (19.26kB) [INFO] Fetching org.eclipse.datatools.enablement.postgresql.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.82kB) [INFO] Fetching org.eclipse.datatools.enablement.sap.maxdb.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (21.13kB) [INFO] Fetching org.eclipse.datatools.enablement.sap.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.83kB) [INFO] Fetching org.eclipse.datatools.enablement.sqlite_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (29.08kB) [INFO] Fetching org.eclipse.datatools.enablement.sqlite.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (15.54kB) [INFO] Fetching org.eclipse.datatools.enablement.sqlite.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (30.11kB) [INFO] Fetching org.eclipse.datatools.enablement.sqlite.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.87kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (165.25kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.models_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (51.43kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.asa_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (291.11kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.asa.models_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (200.07kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.asa.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (17.71kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples_2.8.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (649.95kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (71.54kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.asa.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (88.86kB) [INFO] Fetching org.eclipse.datatools.sqltools.debugger.core_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (60.01kB) [INFO] Fetching org.eclipse.datatools.sqltools.debugger.core.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (86.97kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (146.78kB) [INFO] Fetching org.eclipse.datatools.sqltools.schemaobjecteditor_1.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (26.35kB) [INFO] Fetching org.eclipse.datatools.sqltools.schemaobjecteditor.ui_1.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (241.04kB) [INFO] Fetching org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages_1.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (76.97kB) [INFO] Fetching org.eclipse.datatools.sqltools.ddlgen.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (84kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.ase_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (306.48kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.ase.models_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (238.23kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.ase.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (18.19kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.ase.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (83.49kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.92kB) [INFO] Fetching org.eclipse.datatools.intro_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (39.04kB) [INFO] Fetching org.eclipse.datatools.intro_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.65kB) [INFO] Fetching org.eclipse.datatools.sqltools.data.ui_1.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (128.48kB) [INFO] Fetching org.eclipse.datatools.sqltools.tabledataeditor_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (40.04kB) [INFO] Fetching org.eclipse.datatools.sqldevtools.data.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.84kB) [INFO] Fetching org.eclipse.datatools.sqldevtools.ddl.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.69kB) [INFO] Fetching org.eclipse.datatools.sqldevtools.ddlgen.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.9kB) [INFO] Fetching org.eclipse.datatools.sqldevtools.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (21.02kB) [INFO] Fetching org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.79kB) [INFO] Fetching org.eclipse.datatools.sqltools.doc.user_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (160.92kB) [INFO] Fetching org.eclipse.datatools.sqltools.doc.user.contexts_1.8.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (17.05kB) [INFO] Fetching org.eclipse.datatools.sqltools.doc.user_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.88kB) [INFO] Fetching org.eclipse.debug.ui.launchview_1.1.0.v20230429-1604.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (88.87kB) [INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (129.01kB) [INFO] Fetching org.eclipse.jface.notifications_0.6.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (32.89kB) [INFO] Fetching org.eclipse.e4.rcp_4.28.0.v20230525-0648.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (22.74kB) [INFO] Fetching org.eclipse.ecf_3.11.0.v20230507-1923.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (133.18kB) [INFO] Fetching org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (67.72kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (26.38kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.6.1.v20230507-1923.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (21.56kB) [INFO] Fetching org.eclipse.ecf.ssl_1.3.0.v20230507-1921.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (19.13kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20230507-1921.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (21.52kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.3.0.v20230422-0242.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (134.87kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1800.v20230422-0242.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (29.65kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (84.98kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.1.0.v20230423-0417.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (24.79kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.701.v20230423-0417.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (29.69kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (11.58kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20230422-0242.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (25.56kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.2100.v20230415-0944 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/binary/ (270.24kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.3.0.v20230330-0930.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.5.0.v20230330-0930.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (88.07kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.4.0.v20230415-1327.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (47.97kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1800.v20230509-1332.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (21.47kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.3.0.v20230330-0930.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (61.66kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.2000.v20230509-1332.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (20.92kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.6.0.v20230425-1532.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (109kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.4.0.v20230330-0930.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (20.11kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.3.0.v20230507-1427.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (80.71kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.2000.v20230510-1208.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (20.87kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.4.0.v20230330-0930.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (131.38kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.2000.v20230510-1208.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (20.75kB) [INFO] Fetching org.eclipse.help.ui_4.5.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (536.91kB) [INFO] Fetching org.eclipse.help.webapp_3.11.0.v20230503-0629.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (739.2kB) [INFO] Fetching org.eclipse.jetty.util.ajax_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (62.46kB) [INFO] Fetching org.eclipse.help_2.3.1400.v20230605-0440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/features/ (21.32kB) [INFO] Fetching org.eclipse.jsch.core_1.5.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (43.19kB) [INFO] Fetching org.eclipse.jsch.ui_1.5.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (95.5kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (19.67kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/features/ (23.27kB) [INFO] Fetching org.eclipse.platform_4.28.0.v20230605-0440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/plugins/ (586.4kB) [INFO] Fetching org.eclipse.platform.doc.user_4.28.0.v20230601-1614.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (4.21MB) [INFO] Fetching org.eclipse.text.quicksearch_1.2.100.v20230427-1010.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (97.65kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.5.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (2.1MB) [INFO] Fetching org.eclipse.ui.monitoring_1.3.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (61.72kB) [INFO] Fetching org.eclipse.ui.net_1.5.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (47.76kB) [INFO] Fetching org.eclipse.ui.themes_1.2.2200.v20230220-0932.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (34.02kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.2.0.v20230429-1610.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (25.6kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.2.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (18.13kB) [INFO] Fetching org.eclipse.platform_4.28.0.v20230605-0440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/features/ (22.28kB) [INFO] Fetching org.eclipse.platform_root_4.28.0.v20230605-0440 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/binary/ (196B) [INFO] Fetching org.eclipse.rcp.configuration_1.1.2000.v20221201-1120.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (20.63kB) [INFO] Fetching org.eclipse.rcp.configuration_root.win32.win32.x86_64_1.1.2000.v20221201-1120 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/binary/ (270.24kB) [INFO] Fetching org.eclipse.rcp_4.28.0.v20230605-0440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/plugins/ (12.91kB) [INFO] Fetching org.eclipse.rcp_4.28.0.v20230605-0440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/features/ (20.95kB) [INFO] Fetching org.eclipse.rcp_root_4.28.0.v20230605-0440 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/binary/ (20.24kB) [INFO] Fetching org.eclipse.xsd.edit_2.15.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.88kB) [INFO] Fetching org.eclipse.xsd_2.21.0.v20230315-1321.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.87kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (115.09MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (9.93MB of 115.09MB at 9.92MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (19.91MB of 115.09MB at 9.95MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (29.84MB of 115.09MB at 9.95MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (39.96MB of 115.09MB at 9.99MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (50.28MB of 115.09MB at 10.06MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (60.37MB of 115.09MB at 10.09MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (70.64MB of 115.09MB at 10.15MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (80.9MB of 115.09MB at 10.21MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (91.18MB of 115.09MB at 10.24MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (101.41MB of 115.09MB at 10.22MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (111.58MB of 115.09MB at 10.24MB/s) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.2100.v20230415-0944 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/binary/ (35.64kB) [INFO] Fetching org.eclipse.rcp.configuration_root.gtk.linux.x86_64_1.1.2000.v20221201-1120 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/binary/ (34.83kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (114.8MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (11.68MB of 114.8MB at 11.66MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (23.28MB of 114.8MB at 11.63MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (34.6MB of 114.8MB at 11.53MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (46.17MB of 114.8MB at 11.54MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (57.53MB of 114.8MB at 11.5MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (69MB of 114.8MB at 11.46MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (80.52MB of 114.8MB at 11.45MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (91.82MB of 114.8MB at 11.44MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (103.3MB of 114.8MB at 11.43MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (114.03MB of 114.8MB at 11.3MB/s) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.aarch64_3.8.2100.v20230415-0944 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/binary/ (35.52kB) [INFO] Fetching org.eclipse.rcp.configuration_root.gtk.linux.aarch64_1.1.2000.v20221201-1120 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/binary/ (34.71kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (113.66MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (11.24MB of 113.66MB at 11.22MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (22.67MB of 113.66MB at 11.33MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (34.25MB of 113.66MB at 11.41MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (45.87MB of 113.66MB at 11.46MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (57.6MB of 113.66MB at 11.52MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (69.25MB of 113.66MB at 11.6MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (80.5MB of 113.66MB at 11.57MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (91.97MB of 113.66MB at 11.54MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (103.36MB of 113.66MB at 11.5MB/s) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.2100.v20230415-0944 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/binary/ (17.02kB) [INFO] Fetching org.eclipse.rcp.configuration_root.cocoa.macosx.x86_64_1.1.2000.v20221201-1120 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/binary/ (16.22kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (112.47MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (11.13MB of 112.47MB at 11.12MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (22.3MB of 112.47MB at 11.14MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (33.3MB of 112.47MB at 11.09MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (44.55MB of 112.47MB at 11.13MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (55.75MB of 112.47MB at 11.15MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (67MB of 112.47MB at 11.17MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (78.02MB of 112.47MB at 11.15MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (89.05MB of 112.47MB at 11.15MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (100.34MB of 112.47MB at 11.16MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (111.68MB of 112.47MB at 11.19MB/s) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.aarch64_3.8.2100.v20230415-0944 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/binary/ (16.44kB) [INFO] Fetching org.eclipse.rcp.configuration_root.cocoa.macosx.aarch64_1.1.2000.v20221201-1120 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/binary/ (15.81kB) [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-report-rcp --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-report-rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ birt-report-rcp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-rcp/target/birt-report-rcp-4.14.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-director:2.7.5:materialize-products (create-product-distributions) @ birt-report-rcp --- [INFO] Installing product org.eclipse.birt.report.designer.rcp for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-rcp/target/products/org.eclipse.birt.report.designer.rcp/win32/win32/x86_64/birt Installing org.eclipse.birt.report.designer.rcp 4.14.0.v202306061603. Installing org.eclipse.birt.rcp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.cshelp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.cshelp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.doc.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.feature.group 4.14.0.v202306061603. Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202305311622. Installing org.eclipse.datatools.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.intro.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.draw2d.feature.group 3.16.0.202305312117. Installing org.eclipse.e4.rcp.feature.group 4.28.0.v20230525-0648. Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20230507-1923. Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20230507-1921. Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20230422-0242. Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20230422-0242. Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924. Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150. Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321. Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203. Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1800.v20230509-1332. Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2000.v20230509-1332. Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2000.v20230510-1208. Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2000.v20230510-1208. Installing org.eclipse.gef.feature.group 3.16.0.202305312117. Installing org.eclipse.help.feature.group 2.3.1400.v20230605-0440. Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440. Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440. Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.rcp.configuration.feature.group 1.1.2000.v20221201-1120. Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202301170743. Installing org.eclipse.wst.common_ui.feature.feature.group 3.29.0.v202301170743. Installing org.eclipse.wst.xml_core.feature.feature.group 3.29.0.v202301190221. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.29.0.v202212250111. Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502. Operation completed in 53245 ms. [INFO] Installing product org.eclipse.birt.report.designer.rcp for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-rcp/target/products/org.eclipse.birt.report.designer.rcp/linux/gtk/x86_64/birt Installing org.eclipse.birt.report.designer.rcp 4.14.0.v202306061603. Installing org.eclipse.birt.rcp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.cshelp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.cshelp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.doc.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.feature.group 4.14.0.v202306061603. Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202305311622. Installing org.eclipse.datatools.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.intro.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.draw2d.feature.group 3.16.0.202305312117. Installing org.eclipse.e4.rcp.feature.group 4.28.0.v20230525-0648. Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20230507-1923. Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20230507-1921. Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20230422-0242. Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20230422-0242. Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924. Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150. Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321. Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203. Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1800.v20230509-1332. Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2000.v20230509-1332. Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2000.v20230510-1208. Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2000.v20230510-1208. Installing org.eclipse.gef.feature.group 3.16.0.202305312117. Installing org.eclipse.help.feature.group 2.3.1400.v20230605-0440. Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440. Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440. Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.rcp.configuration.feature.group 1.1.2000.v20221201-1120. Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202301170743. Installing org.eclipse.wst.common_ui.feature.feature.group 3.29.0.v202301170743. Installing org.eclipse.wst.xml_core.feature.feature.group 3.29.0.v202301190221. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.29.0.v202212250111. Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502. Operation completed in 50416 ms. [INFO] Installing product org.eclipse.birt.report.designer.rcp for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-rcp/target/products/org.eclipse.birt.report.designer.rcp/linux/gtk/aarch64/birt Installing org.eclipse.birt.report.designer.rcp 4.14.0.v202306061603. Installing org.eclipse.birt.rcp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.cshelp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.cshelp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.doc.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.feature.group 4.14.0.v202306061603. Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202305311622. Installing org.eclipse.datatools.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.intro.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.draw2d.feature.group 3.16.0.202305312117. Installing org.eclipse.e4.rcp.feature.group 4.28.0.v20230525-0648. Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20230507-1923. Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20230507-1921. Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20230422-0242. Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20230422-0242. Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924. Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150. Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321. Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203. Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1800.v20230509-1332. Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2000.v20230509-1332. Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2000.v20230510-1208. Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2000.v20230510-1208. Installing org.eclipse.gef.feature.group 3.16.0.202305312117. Installing org.eclipse.help.feature.group 2.3.1400.v20230605-0440. Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440. Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440. Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.rcp.configuration.feature.group 1.1.2000.v20221201-1120. Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202301170743. Installing org.eclipse.wst.common_ui.feature.feature.group 3.29.0.v202301170743. Installing org.eclipse.wst.xml_core.feature.feature.group 3.29.0.v202301190221. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.29.0.v202212250111. Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502. Operation completed in 50574 ms. [INFO] Installing product org.eclipse.birt.report.designer.rcp for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-rcp/target/products/org.eclipse.birt.report.designer.rcp/macosx/cocoa/x86_64/birt.app Installing org.eclipse.birt.report.designer.rcp 4.14.0.v202306061603. Installing org.eclipse.birt.rcp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.cshelp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.cshelp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.doc.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.feature.group 4.14.0.v202306061603. Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202305311622. Installing org.eclipse.datatools.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.intro.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.draw2d.feature.group 3.16.0.202305312117. Installing org.eclipse.e4.rcp.feature.group 4.28.0.v20230525-0648. Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20230507-1923. Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20230507-1921. Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20230422-0242. Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20230422-0242. Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924. Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150. Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321. Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203. Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1800.v20230509-1332. Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2000.v20230509-1332. Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2000.v20230510-1208. Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2000.v20230510-1208. Installing org.eclipse.gef.feature.group 3.16.0.202305312117. Installing org.eclipse.help.feature.group 2.3.1400.v20230605-0440. Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440. Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440. Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.rcp.configuration.feature.group 1.1.2000.v20221201-1120. Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202301170743. Installing org.eclipse.wst.common_ui.feature.feature.group 3.29.0.v202301170743. Installing org.eclipse.wst.xml_core.feature.feature.group 3.29.0.v202301190221. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.29.0.v202212250111. Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502. Operation completed in 49282 ms. [INFO] Installing product org.eclipse.birt.report.designer.rcp for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-rcp/target/products/org.eclipse.birt.report.designer.rcp/macosx/cocoa/aarch64/birt.app Installing org.eclipse.birt.report.designer.rcp 4.14.0.v202306061603. Installing org.eclipse.birt.rcp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.cshelp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.cshelp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.doc.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.feature.group 4.14.0.v202306061603. Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202305311622. Installing org.eclipse.datatools.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.intro.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.draw2d.feature.group 3.16.0.202305312117. Installing org.eclipse.e4.rcp.feature.group 4.28.0.v20230525-0648. Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20230507-1923. Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20230507-1921. Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20230422-0242. Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20230422-0242. Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924. Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150. Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321. Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203. Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1800.v20230509-1332. Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2000.v20230509-1332. Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2000.v20230510-1208. Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2000.v20230510-1208. Installing org.eclipse.gef.feature.group 3.16.0.202305312117. Installing org.eclipse.help.feature.group 2.3.1400.v20230605-0440. Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440. Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440. Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.rcp.configuration.feature.group 1.1.2000.v20221201-1120. Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202301170743. Installing org.eclipse.wst.common_ui.feature.feature.group 3.29.0.v202301170743. Installing org.eclipse.wst.xml_core.feature.feature.group 3.29.0.v202301190221. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.29.0.v202212250111. Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502. Operation completed in 50904 ms. [INFO] [INFO] --- tycho-p2-director:2.7.5:archive-products (create-product-distributions) @ birt-report-rcp --- [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-rcp/target/products/birt-rcp-report-designer-4.14.0-202306061603-win32.win32.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-rcp/target/products/birt-rcp-report-designer-4.14.0-202306061603-linux.gtk.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-rcp/target/products/birt-rcp-report-designer-4.14.0-202306061603-linux.gtk.aarch64.zip [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-rcp/target/products/birt-rcp-report-designer-4.14.0-202306061603-macosx.cocoa.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-rcp/target/products/birt-rcp-report-designer-4.14.0-202306061603-macosx.cocoa.aarch64.zip [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-report-rcp --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-report-rcp --- [INFO] [INFO] --- eclipse-winsigner:1.3.1:sign (sign) @ birt-report-rcp --- [INFO] [Tue Jun 06 16:41:53 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-rcp/target/products/org.eclipse.birt.report.designer.rcp/win32/win32/x86_64/birt/birt.exe' [INFO] [Tue Jun 06 16:41:54 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-rcp/target/products/org.eclipse.birt.report.designer.rcp/win32/win32/x86_64/birt/birtc.exe' [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-report-rcp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-report-rcp --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-report-rcp/target/jacoco.exec [INFO] [INFO] --------------< org.eclipse.birt:birt-report-all-in-one >--------------- [INFO] Building birt-report-all-in-one 4.14.0-SNAPSHOT [239/289] [INFO] from build/birt-packages/birt-report-all-in-one/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-report-all-in-one --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-report-all-in-one --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-report-all-in-one --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-report-all-in-one --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-report-all-in-one --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-report-all-in-one/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-report-all-in-one --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-report-all-in-one --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] publishing result: [The bundles specified in the product definition are ignored; verify the value of the 'type' or 'useFeatures' attribute.] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-report-all-in-one --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-report-all-in-one --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-report-all-in-one --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Fetching com.sun.xml.bind_2.3.3.v20221203-1659.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (1.16MB) [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (323.79kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (300.96kB) [INFO] Fetching org.apache.ws.commons.util_1.0.2.v20160817-1930.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (46.78kB) [INFO] Fetching org.apache.xmlrpc.client_3.1.3.v20160817-1930.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (73.89kB) [INFO] Fetching org.apache.xmlrpc.common_3.1.3.v20181004-1955.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (129.32kB) [INFO] Fetching org.eclipse.mylyn.bugzilla.core_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (274.3kB) [INFO] Fetching org.eclipse.mylyn.commons.core_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (125.61kB) [INFO] Fetching org.eclipse.mylyn.commons.net_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (85.77kB) [INFO] Fetching org.eclipse.mylyn.commons.xmlrpc_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (39kB) [INFO] Fetching org.eclipse.mylyn.tasks.core_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (491.21kB) [INFO] Fetching org.eclipse.mylyn.bugzilla.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (290.07kB) [INFO] Fetching org.eclipse.mylyn.commons.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (331.05kB) [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (178.66kB) [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (1.98MB) [INFO] Fetching org.eclipse.mylyn.bugzilla_feature_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.9kB) [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (111.38kB) [INFO] Fetching org.eclipse.mylyn.commons_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.82kB) [INFO] Fetching org.eclipse.mylyn.commons.identity.core_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (47kB) [INFO] Fetching org.eclipse.mylyn.commons.identity_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.79kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (16.02kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (32.86kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (63.4kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.87kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (50.21kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (99.28kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.86kB) [INFO] Fetching org.eclipse.mylyn.context.core_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (128.54kB) [INFO] Fetching org.eclipse.mylyn.monitor.core_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (40.66kB) [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (111.02kB) [INFO] Fetching org.eclipse.mylyn.context.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (166.97kB) [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (53.45kB) [INFO] Fetching org.eclipse.mylyn.resources.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (70.34kB) [INFO] Fetching org.eclipse.mylyn.context_feature_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.86kB) [INFO] Fetching org.eclipse.mylyn.debug.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (38.5kB) [INFO] Fetching org.eclipse.mylyn.ide.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (37.29kB) [INFO] Fetching org.eclipse.mylyn.discovery.core_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (90.76kB) [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (95.2kB) [INFO] Fetching org.eclipse.mylyn.discovery_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.79kB) [INFO] Fetching org.eclipse.mylyn.ide.ant_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (28.16kB) [INFO] Fetching org.eclipse.mylyn.ide_feature_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.86kB) [INFO] Fetching org.eclipse.mylyn.java.tasks_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (24.1kB) [INFO] Fetching org.eclipse.mylyn.java.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (165.32kB) [INFO] Fetching org.eclipse.mylyn.java_feature_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.96kB) [INFO] Fetching org.eclipse.mylyn.monitor_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.79kB) [INFO] Fetching org.eclipse.mylyn.tasks.bugs_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (95.95kB) [INFO] Fetching org.eclipse.mylyn.help.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (1.22MB) [INFO] Fetching org.eclipse.mylyn.tasks.ide_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.83kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (34.7kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (31.92kB) [INFO] Fetching org.eclipse.mylyn.tasks.search_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (70.8kB) [INFO] Fetching org.eclipse.mylyn.team.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (137.46kB) [INFO] Fetching org.eclipse.mylyn.team_feature_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.83kB) [INFO] Fetching org.eclipse.mylyn_feature_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (21.42kB) [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-report-all-in-one --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-report-all-in-one --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ birt-report-all-in-one --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-all-in-one/target/birt-report-all-in-one-4.14.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-director:2.7.5:materialize-products (create-product-distributions) @ birt-report-all-in-one --- [INFO] Installing product org.eclipse.birt.report.designer.all for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/win32/win32/x86_64/eclipse Installing org.eclipse.birt.report.designer.all 4.14.0.v202306061603. Installing org.eclipse.birt.chart.cshelp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.cshelp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.doc.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.example.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.feature.group 4.14.0.v202306061603. Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202305311622. Installing org.eclipse.datatools.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.intro.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.draw2d.feature.group 3.16.0.202305312117. Installing org.eclipse.e4.rcp.feature.group 4.28.0.v20230525-0648. Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20230507-1923. Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20230507-1921. Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20230422-0242. Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20230422-0242. Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924. Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150. Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321. Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203. Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1800.v20230509-1332. Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2000.v20230509-1332. Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2000.v20230510-1208. Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2000.v20230510-1208. Installing org.eclipse.gef.feature.group 3.16.0.202305312117. Installing org.eclipse.help.feature.group 2.3.1400.v20230605-0440. Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440. Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.commons.identity.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.commons.notifications.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.commons.repositories.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.commons.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.context_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.discovery.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.ide_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.java_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.monitor.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.tasks.ide.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.team_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440. Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.rcp.configuration.feature.group 1.1.2000.v20221201-1120. Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202301170743. Installing org.eclipse.wst.common_ui.feature.feature.group 3.29.0.v202301170743. Installing org.eclipse.wst.xml_core.feature.feature.group 3.29.0.v202301190221. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.29.0.v202212250111. Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502. Operation completed in 53206 ms. [INFO] Installing product org.eclipse.birt.report.designer.all for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/linux/gtk/x86_64/eclipse Installing org.eclipse.birt.report.designer.all 4.14.0.v202306061603. Installing org.eclipse.birt.chart.cshelp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.cshelp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.doc.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.example.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.feature.group 4.14.0.v202306061603. Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202305311622. Installing org.eclipse.datatools.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.intro.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.draw2d.feature.group 3.16.0.202305312117. Installing org.eclipse.e4.rcp.feature.group 4.28.0.v20230525-0648. Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20230507-1923. Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20230507-1921. Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20230422-0242. Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20230422-0242. Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924. Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150. Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321. Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203. Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1800.v20230509-1332. Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2000.v20230509-1332. Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2000.v20230510-1208. Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2000.v20230510-1208. Installing org.eclipse.gef.feature.group 3.16.0.202305312117. Installing org.eclipse.help.feature.group 2.3.1400.v20230605-0440. Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440. Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.commons.identity.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.commons.notifications.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.commons.repositories.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.commons.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.context_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.discovery.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.ide_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.java_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.monitor.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.tasks.ide.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.team_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440. Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.rcp.configuration.feature.group 1.1.2000.v20221201-1120. Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202301170743. Installing org.eclipse.wst.common_ui.feature.feature.group 3.29.0.v202301170743. Installing org.eclipse.wst.xml_core.feature.feature.group 3.29.0.v202301190221. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.29.0.v202212250111. Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502. Operation completed in 51751 ms. [INFO] Installing product org.eclipse.birt.report.designer.all for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/linux/gtk/aarch64/eclipse Installing org.eclipse.birt.report.designer.all 4.14.0.v202306061603. Installing org.eclipse.birt.chart.cshelp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.cshelp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.doc.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.example.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.feature.group 4.14.0.v202306061603. Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202305311622. Installing org.eclipse.datatools.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.intro.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.draw2d.feature.group 3.16.0.202305312117. Installing org.eclipse.e4.rcp.feature.group 4.28.0.v20230525-0648. Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20230507-1923. Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20230507-1921. Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20230422-0242. Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20230422-0242. Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924. Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150. Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321. Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203. Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1800.v20230509-1332. Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2000.v20230509-1332. Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2000.v20230510-1208. Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2000.v20230510-1208. Installing org.eclipse.gef.feature.group 3.16.0.202305312117. Installing org.eclipse.help.feature.group 2.3.1400.v20230605-0440. Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440. Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.commons.identity.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.commons.notifications.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.commons.repositories.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.commons.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.context_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.discovery.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.ide_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.java_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.monitor.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.tasks.ide.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.team_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440. Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.rcp.configuration.feature.group 1.1.2000.v20221201-1120. Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202301170743. Installing org.eclipse.wst.common_ui.feature.feature.group 3.29.0.v202301170743. Installing org.eclipse.wst.xml_core.feature.feature.group 3.29.0.v202301190221. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.29.0.v202212250111. Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502. Operation completed in 52274 ms. [INFO] Installing product org.eclipse.birt.report.designer.all for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/macosx/cocoa/x86_64/eclipse.app Installing org.eclipse.birt.report.designer.all 4.14.0.v202306061603. Installing org.eclipse.birt.chart.cshelp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.cshelp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.doc.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.example.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.feature.group 4.14.0.v202306061603. Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202305311622. Installing org.eclipse.datatools.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.intro.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.draw2d.feature.group 3.16.0.202305312117. Installing org.eclipse.e4.rcp.feature.group 4.28.0.v20230525-0648. Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20230507-1923. Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20230507-1921. Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20230422-0242. Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20230422-0242. Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924. Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150. Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321. Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203. Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1800.v20230509-1332. Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2000.v20230509-1332. Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2000.v20230510-1208. Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2000.v20230510-1208. Installing org.eclipse.gef.feature.group 3.16.0.202305312117. Installing org.eclipse.help.feature.group 2.3.1400.v20230605-0440. Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440. Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.commons.identity.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.commons.notifications.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.commons.repositories.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.commons.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.context_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.discovery.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.ide_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.java_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.monitor.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.tasks.ide.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.team_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440. Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.rcp.configuration.feature.group 1.1.2000.v20221201-1120. Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202301170743. Installing org.eclipse.wst.common_ui.feature.feature.group 3.29.0.v202301170743. Installing org.eclipse.wst.xml_core.feature.feature.group 3.29.0.v202301190221. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.29.0.v202212250111. Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502. Operation completed in 52530 ms. [INFO] Installing product org.eclipse.birt.report.designer.all for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/macosx/cocoa/aarch64/eclipse.app Installing org.eclipse.birt.report.designer.all 4.14.0.v202306061603. Installing org.eclipse.birt.chart.cshelp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.chart.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.cshelp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.doc.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.example.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.14.0.v202306061603. Installing org.eclipse.birt.feature.group 4.14.0.v202306061603. Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202305311622. Installing org.eclipse.datatools.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.intro.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202305310959. Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202305310959. Installing org.eclipse.draw2d.feature.group 3.16.0.202305312117. Installing org.eclipse.e4.rcp.feature.group 4.28.0.v20230525-0648. Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20230507-1923. Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20230507-1921. Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20230422-0242. Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20230422-0242. Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924. Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150. Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321. Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203. Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1800.v20230509-1332. Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2000.v20230509-1332. Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2000.v20230510-1208. Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2000.v20230510-1208. Installing org.eclipse.gef.feature.group 3.16.0.202305312117. Installing org.eclipse.help.feature.group 2.3.1400.v20230605-0440. Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440. Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.commons.identity.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.commons.notifications.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.commons.repositories.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.commons.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.context_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.discovery.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.ide_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.java_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.monitor.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.tasks.ide.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn.team_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.mylyn_feature.feature.group 3.26.1.v20230604-1755. Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440. Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.rcp.configuration.feature.group 1.1.2000.v20221201-1120. Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202301170743. Installing org.eclipse.wst.common_ui.feature.feature.group 3.29.0.v202301170743. Installing org.eclipse.wst.xml_core.feature.feature.group 3.29.0.v202301190221. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.29.0.v202212250111. Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502. Operation completed in 52180 ms. [INFO] [INFO] --- tycho-p2-director:2.7.5:archive-products (create-product-distributions) @ birt-report-all-in-one --- [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.14.0-202306061603-win32.win32.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.14.0-202306061603-linux.gtk.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.14.0-202306061603-linux.gtk.aarch64.zip [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.14.0-202306061603-macosx.cocoa.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.14.0-202306061603-macosx.cocoa.aarch64.zip [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-report-all-in-one --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-report-all-in-one --- [INFO] [INFO] --- eclipse-winsigner:1.3.1:sign (sign) @ birt-report-all-in-one --- [INFO] [Tue Jun 06 16:50:41 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/win32/win32/x86_64/eclipse/birt.exe' [INFO] [Tue Jun 06 16:50:46 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/win32/win32/x86_64/eclipse/birtc.exe' [INFO] [Tue Jun 06 16:50:46 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/win32/win32/x86_64/eclipse/eclipse.exe' [INFO] [Tue Jun 06 16:50:52 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/win32/win32/x86_64/eclipse/eclipsec.exe' [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-report-all-in-one --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-report-all-in-one --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-report-all-in-one/target/jacoco.exec [INFO] [INFO] ---------------< org.eclipse.birt:birt-report-framework >--------------- [INFO] Building birt-report-framework 4.14.0-SNAPSHOT [240/289] [INFO] from build/birt-packages/birt-report-framework/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-report-framework --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-report-framework --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-report-framework --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-report-framework --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-report-framework --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-report-framework/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-report-framework --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-report-framework --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-report-framework --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-report-framework --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-report-framework --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-report-framework --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-report-framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ birt-report-framework --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-framework/target/birt-report-framework-4.14.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-report-framework --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-report-framework --- [INFO] [INFO] --- antrun:3.0.0:run (re-package) @ birt-report-framework --- [INFO] Executing tasks [INFO] [copy] Copying 142 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-framework/target/eclipse [INFO] [zip] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-framework/target/birt-report-framework-4.14.0-202306061603.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-framework/target/eclipse [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-report-framework --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-report-framework --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-report-framework/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.birt:org.eclipse.birt.doc.isv >-------------- [INFO] Building org.eclipse.birt.doc.isv 4.14.0-SNAPSHOT [241/289] [INFO] from docs/org.eclipse.birt.doc.isv/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- antrun:3.0.0:run (clean) @ org.eclipse.birt.doc.isv --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.doc.isv --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.doc.isv --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.doc.isv --- [INFO] Resolving class path of org.eclipse.birt.doc.isv... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.doc.isv --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- antrun:3.0.0:run (javadoc) @ org.eclipse.birt.doc.isv --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/CachedImage.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ComponentID.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/CompressionMode.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DOCRenderContext.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DataExtractionFormatInfo.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DataExtractionOption.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DataID.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DataSetID.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DefaultStatusHandler.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DocumentUtil.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DocxRenderOption.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EXCELRenderOption.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EmitterInfo.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EngineConfig.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EngineConstants.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EngineException.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLActionHandler.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLCompleteImageHandler.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLEmitterConfig.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLImageHandler.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLRenderContext.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLRenderOption.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLServerImageHandler.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IAction.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IBookmarkInfo.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ICascadingParameterGroup.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ICascadingParameterSelectionChoice.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ICubeExtractionResults.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDataAction.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDataExtractionOption.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDataExtractionTask.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDataIterator.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDatasetPreviewTask.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDocument.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDocumentWriter.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDynamicFilterParameterDefn.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IEngineConfig.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IEngineTask.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IExcelRenderOption.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IExtractionOption.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IExtractionResults.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IExtractionTask.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IGetParameterDefinitionTask.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IHTMLActionHandler.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IHTMLImageHandler.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IHTMLRenderOption.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IImage.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IMetadataFilter.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IPDFRenderOption.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IPPTRenderOption.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IPageHandler.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IParameterDefn.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IParameterDefnBase.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IParameterGroupDefn.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IParameterSelectionChoice.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IPostscriptRenderOption.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IProgressMonitor.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IRenderOption.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IRenderTask.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportDocument.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportDocumentHelper.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportDocumentInfo.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportDocumentLock.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportDocumentLockManager.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportEngine.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportEngineFactory.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportPart.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportRunnable.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IResultMetaData.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IResultSetItem.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IRunAndRenderTask.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IRunTask.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IRunnable.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IScalarParameterDefn.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IStatusHandler.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ITOCTree.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ITaskOption.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ImageSize.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/InstanceID.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/PDFRenderContext.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/PDFRenderOption.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/RenderOption.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/RenderOptionBase.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportEngine.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportParameterConverter.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportRunner.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/TOCNode.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/TOCStyle.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/TaskOption.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/UnsupportedFormatException.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IAutoTextContent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IBandContent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/ICellContent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IColumn.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IContainerContent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IContent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IContentVisitor.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IDataContent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IDrillThroughAction.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IElement.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IForeignContent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IGroupContent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IHyperlinkAction.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IImageContent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/ILabelContent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IListBandContent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IListContent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IListGroupContent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/INode.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IPageContent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IReportContent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IRowContent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IStyle.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IStyledElement.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/ITableBandContent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/ITableContent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/ITableGroupContent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/ITextContent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/emitter/IContentEmitter.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/emitter/IEmitterServices.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/emitter/ImageReader.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IBaseResultSet.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/ICubeResultSet.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IDataExtractionExtension.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IExecutorContext.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IExtendedItem.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IExtendedItemFactory.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IOnCreateEvent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IOnPrepareEvent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IOnRenderEvent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IPreparationContext.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IQueryContext.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IQueryResultSet.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportEvent.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportEventContext.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportEventHandler.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemExecutor.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemGeneration.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemGenerationInfo.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemPreparation.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemPreparationInfo.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemPresentation.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemPresentationInfo.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemQuery.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IRowMetaData.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IRowSet.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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.6+10 [WARNING] [javadoc] Building tree for all the packages and classes... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/CachedImage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/ComponentID.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/CompressionMode.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/DataExtractionFormatInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/DataExtractionOption.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/DataID.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/DataSetID.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/DefaultStatusHandler.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/DOCRenderContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/DocumentUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/DocxRenderOption.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/EmitterInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/EngineConfig.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/EngineConstants.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/EngineException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/EXCELRenderOption.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/HTMLActionHandler.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/HTMLCompleteImageHandler.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/HTMLEmitterConfig.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/HTMLImageHandler.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/HTMLRenderContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/HTMLRenderOption.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/HTMLServerImageHandler.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IAction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IAutoTextContent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IBandContent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IBaseResultSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IBookmarkInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/ICascadingParameterGroup.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/ICascadingParameterSelectionChoice.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/ICellContent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IColumn.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IContainerContent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IContent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/emitter/IContentEmitter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IContentVisitor.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/content/IContentWrapper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/ICubeExtractionResults.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/ICubeResultSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IDataAction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IDataContent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IDataExtractionExtension.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IDataExtractionOption.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IDataExtractionTask.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IDataIterator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IDatasetPreviewTask.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IDocument.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IDocumentWriter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IDrillThroughAction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IDynamicFilterParameterDefn.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/emitter/IEmitterServices.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IEngineConfig.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IEngineTask.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IExcelRenderOption.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IExecutorContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IExtendedItem.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IExtendedItemFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IExtractionOption.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IExtractionResults.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IExtractionTask.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IForeignContent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IGetParameterDefinitionTask.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IGroupContent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IHTMLActionHandler.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IHTMLImageHandler.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IHTMLRenderOption.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IHyperlinkAction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IImage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IImageContent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/ILabelContent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IListBandContent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IListContent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IListGroupContent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/emitter/Image.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/emitter/ImageReader.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/ImageSize.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IMetadataFilter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/INode.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/InstanceID.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IOnCreateEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IOnPrepareEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IOnRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/emitter/IPage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IPageContent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/emitter/IPageDevice.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IPageHandler.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IParameterDefn.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IParameterDefnBase.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IParameterGroupDefn.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IParameterSelectionChoice.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IPDFRenderOption.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IPostscriptRenderOption.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IPPTRenderOption.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IPreparationContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IProgressMonitor.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IQueryContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IQueryResultSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IRenderOption.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IRenderTask.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IReportContent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IReportDocument.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IReportDocumentHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IReportDocumentInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IReportDocumentLock.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IReportDocumentLockManager.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IReportEngine.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IReportEngineFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IReportEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IReportEventContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IReportEventHandler.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IReportItemExecutor.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IReportItemGeneration.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IReportItemGenerationInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IReportItemPreparation.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IReportItemPreparationInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IReportItemPresentation.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IReportItemPresentationInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IReportItemQuery.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IReportPart.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IReportRunnable.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IResultMetaData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IResultSetItem.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IRowContent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IRowMetaData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IRowSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IRunAndRenderTask.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IRunnable.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IRunTask.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IScalarParameterDefn.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IStatusHandler.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IStyle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IStyledElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/ITableBandContent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/ITableContent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/ITableGroupContent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/ITaskOption.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/content/ItemExecutorWrapper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/ITextContent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/ITOCTree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/PDFRenderContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/PDFRenderOption.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/RenderOption.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/RenderOptionBase.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/ReportEngine.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/ReportParameterConverter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/ReportRunner.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/TaskOption.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/TOCNode.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/TOCStyle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/UnsupportedFormatException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/emitter/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/emitter/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/engine/api/constant-values.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/serialized-form.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/emitter/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/engine/api/overview-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/deprecated-list.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/index.html... [WARNING] [javadoc] Building index for all classes... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/allclasses-index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/allpackages-index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/index-all.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/overview-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/engine/api/help-doc.html... [WARNING] [javadoc] 5 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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.6+10 [WARNING] [javadoc] Building tree for all the packages and classes... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/EngineScriptableClassInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/IColumnMetaData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/IDataSetInstance.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/IDataSetRow.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/IImageInstance.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/IReportContext.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IReportDesign.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/IRowData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/IScriptedDataSetMetaData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/IUpdatableDataSetRow.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/ScriptException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/ScriptMethodVisibilityUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/enginescript/api/constant-values.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/enginescript/api/serialized-form.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/enginescript/api/overview-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/enginescript/api/deprecated-list.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/enginescript/api/index.html... [WARNING] [javadoc] Building index for all classes... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/enginescript/api/allclasses-index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/enginescript/api/allpackages-index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/enginescript/api/index-all.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/enginescript/api/overview-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/enginescript/api/help-doc.html... [WARNING] [javadoc] 5 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/build-test/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.6+10 [WARNING] [javadoc] Building tree for all the packages and classes... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/AbstractScalarParameterHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/AbstractScalarParameterHandleImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/AbstractThemeHandle.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/AbstractThemeHandle.java:229: warning: Tag @see: reference not found: org.eclipse.birt.report.model.api.AbstractThemeHandle#addCssByFileName(java.lang [WARNING] [javadoc] * @see org.eclipse.birt.report.model.api.AbstractThemeHandle#addCssByFileName(java.lang [WARNING] [javadoc] ^ [WARNING] [javadoc] .String) [WARNING] [javadoc] /home/jenkins/agent/workspace/build-test/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/AbstractThemeHandle.java:394: warning: Tag @see: reference not found: org.eclipse.birt.report.model.api.AbstractThemeHandle#renameCssByProperties(org.eclipse [WARNING] [javadoc] * @see org.eclipse.birt.report.model.api.AbstractThemeHandle#renameCssByProperties(org.eclipse [WARNING] [javadoc] ^ [WARNING] [javadoc] .birt.report.model.api.IncludedCssStyleSheetHandle, java.lang.String, [WARNING] [javadoc] java.lang.String, java.lang.Boolean) [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/AccessControlHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ActionHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/ActivityStackEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/ActivityStackListener.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/AggregationArgumentHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/oda/AggregationDefn.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/ArgumentInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/ArgumentInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/ArgumentInfoList.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/ArgumentInfoList.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/AttributeEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/AutoTextHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/BookmarkValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/BundleFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/CachedMetaDataHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/CalculationArgumentHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/CascadingParameterGroupHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/CascadingParameterGroupHandleImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/CascadingParameterTypeValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/CellHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/CellOverlappingValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/ChoiceDefinition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/CircularExtendsException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/ClassInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/ClassInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ColorHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/ColorUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ColumnBandData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/ColumnBindingUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ColumnHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ColumnHintHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/CommandStack.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/CompatibilityStatus.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/CompatibilityUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ComplexValueHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/ComputedColumn.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ComputedColumnHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ConfigVariableHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/ConstructorInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ContentElementHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ContentEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ContentException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ContentReplaceEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/CopyUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/CssEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/CssException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/CssReloadedEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/CssSharedStyleHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/css/CssStyleSheetHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/CubeHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/CubeUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/CustomColorHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/CustomMsgEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/CustomMsgException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/DataColumnNameValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DataGroupHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DataItemHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DataSetHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/DataSetNameRequiredValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/DataSetNameRequiredValidatorImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DataSetParameterHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/DataSetRequiredValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/DataSetResultSetValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DataSourceHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/DataTypeConvertUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DefaultResourceLocator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DerivedDataSetHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/DesignChoiceConstants.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DesignConfig.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DesignElementHandle.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DesignEngine.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/impl/DesignEngineFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/impl/DesignEngineImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DesignFileException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DesignVisitor.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DimensionConditionHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DimensionHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/DimensionHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DimensionJoinConditionHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/DimensionUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/DimensionValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/DisposeEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/DocumentUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DynamicFilterParameterHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/ElementCommand.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ElementDeletedEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ElementDetailHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/ElementExportUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/ElementExportUtilImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/ElementExtendsValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ElementFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ElementLocalizeEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/ElementReferenceValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/EmbeddedImageHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/EmptyGroupElementHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/EncryptionEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/EncryptionException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ErrorCodes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ErrorDetail.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/Expression.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ExpressionHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ExpressionListHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ExpressionType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/ExtendedElementException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ExtendedItemHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ExtendedPropertyHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ExtendsEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ExtendsException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ExtendsForbiddenException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ExtensionPropertyDefinitionEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/ExtensionValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/FactoryElementHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/FactoryPropertyHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/FilterConditionElementHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/FilterConditionHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/filterExtension/FilterExprDefinition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/FontHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/FormatValueHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/FreeFormHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/GraphicMasterPageHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/GridColumnBandAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/GridHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/GridRowBandAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/GroupElementFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/GroupElementHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/GroupHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/GroupNameValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/GroupPropertyHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/HideRuleHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/HierarchyHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/HighlightRuleHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IAbsoluteFontSizeValueProvider.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/IAccessControl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IAction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/IActivityRecord.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IArgumentInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IArgumentInfoList.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/IAttributeListener.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IAutoText.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/IBookmarkInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IBundleFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/ICell.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IChoice.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IChoiceDefinition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IChoiceSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IClassInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IColor.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IColorConstants.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IColumn.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/ICompatibleReportItem.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IDataBinding.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IDataItem.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IDataSource.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IDesignConfig.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/IDesignElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IDesignElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IDesignEngine.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IDesignEngineFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/IDisposeListener.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IDynamicText.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IElementCommand.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/IElementCopy.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IElementDefn.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IElementPropertyDefn.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IEncryptionHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/IEventFilter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IExpression.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IExpressionType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IExtendedItem.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IFilterCondition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IFilterConditionElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IFont.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IGrid.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IGroup.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IHideRule.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IHighlightRule.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IImage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/ILabel.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IList.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IListGroup.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IListing.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IllegalContentInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IllegalOperationException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/ILocalizableInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/ImageDataValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ImageHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IMasterPage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IMemberInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IMessages.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IMetaDataDictionary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IMetaLogger.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IMethodInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/IModuleModel.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IModuleOption.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IMultiRowItem.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/INameManager.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IncludedCssStyleSheetHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/IncludedCssStyleSheetValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IncludedLibraryHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/IncludedLibraryValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IncludeScriptHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/InconsistentColumnsValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/InvalidParentException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IObjectDefn.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/filterExtension/IODAFilterExprProvider.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/IPasteStatus.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IPredefinedStyle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IPropertyDefinition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IPropertyDefn.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IPropertyType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IReportDesign.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IReportElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IReportItem.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IReportItem.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IReportItemFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/IReportItemMethodContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IResourceBundleProvider.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/IResourceChangeListener.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IResourceLocator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IResultSetColumn.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IRow.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/IScriptableObjectClassInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/ISimpleElementFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/ISlotDefn.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/ISortCondition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/ISortElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/IStructure.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IStructureDefn.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IStyle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IStyleDeclaration.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/ITable.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/ITableGroup.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/ITemplateMethodInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/ITextItem.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/IValidationListener.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IVersionInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/JoinConditionHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/JointDataSetHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/LabelHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/LevelAttributeHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/LevelHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/LibraryChangeEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/LibraryEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/LibraryException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/LibraryHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/LibraryHandleImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/LibraryReloadedEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/LineHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/Listener.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ListGroupHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ListHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ListingHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/MapRuleHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/MasterPageContextContainmentValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/MasterPageHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/MasterPageMultiColumnValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/MasterPageRequiredValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/MasterPageSizeValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/MasterPageTypeValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/MeasureGroupHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/MeasureHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/MemberHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/MemberInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/MemberInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/MemberIterator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/MemberValueHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/MetaDataConstants.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/MetaDataReaderException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/MethodInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/MethodInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ModelConstants.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ModelException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ModuleHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ModuleHandleImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ModuleOption.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ModuleUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/MultiLineDataHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/MultiRowItem.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/MultiViewsHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/NameEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/NameException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/NameSpaceEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/NotificationEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/oda/OdaAggregationHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/oda/OdaAggregationHelperImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/OdaCubeHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/OdaDataSetHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/OdaDataSetParameterHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/OdaDataSourceHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/OdaDesignerStateHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/OdaDimensionHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/filterExtension/OdaFilterExprHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/filterExtension/ODAFilterExprProvider.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/OdaHierarchyHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/OdaLevelAttributeHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/OdaLevelHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/OdaMeasureGroupHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/OdaMeasureHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/OdaResultSetColumnHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/OperatorUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ParamBindingHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ParameterGroupHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ParameterHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/ParameterValidationUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/Point.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/PrivateStyleHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/PropertyBindingHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/PropertyDefinition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/PropertyEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/PropertyHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/PropertyHandleImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/PropertyMaskHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/PropertyNameException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/PropertyValueException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/PropertyValueValidationUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/Rectangle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/RectangleHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/ReportDesignConstants.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ReportDesignHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ReportElementHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/ReportItem.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/ReportItemFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ReportItemHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ReportItemHandleImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ReportItemThemeHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ResourceChangeEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ResultSetColumnHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/RowBandAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/RowBandInsertAction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/RowBandInsertAndPasteAction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/RowBandPasteAction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/RowBandShiftAction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/RowHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/RowOperationParameters.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/RuleHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ScalarParameterHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/ScriptableClassInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/ScriptConstants.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ScriptDataSetHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ScriptDataSourceHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ScriptLibHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SearchKeyHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SelectionChoiceHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/SemanticError.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/SemanticException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SessionHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SharedStyleHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/impl/SimpleElementFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/SimpleElementFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SimpleGroupElementHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/SimpleListValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SimpleMasterPageHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/SimpleRowItem.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SimpleValueHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SlotHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SlotIterator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SortedSlotIterator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SortElementHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SortHintHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SortKeyHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/StringUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/StructureFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/StructureHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/StructureListValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/StructureReferenceValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/StructureValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/StyleEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/StyleException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/StyleHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/css/StyleIterator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/StyleReferenceValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/StyleRuleHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/css/StyleSheetException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/css/StyleSheetParserException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/StyleUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TableColumnBandAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TableGroupHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TableHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/TableHeaderContextContainmentValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TableRowBandAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/TabularCubeHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/TabularDimensionHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/TabularHierarchyHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/TabularLevelHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/TabularMeasureGroupHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/TabularMeasureHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TemplateDataSetHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TemplateElementHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/TemplateException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/TemplateMethodInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TemplateParameterDefinitionHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TemplateReportItemHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/TemplateTransformEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TextDataHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TextItemHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ThemeEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ThemeException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ThemeHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/ThemeReferenceValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/ThemeStyleNameValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TimeIntervalHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TOCHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/TransactionOption.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TranslationHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/UndefinedPropertyInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/UnicodeUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/UnsupportedElementValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/URIUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/UserChoice.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/UserPropertyDefn.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/UserPropertyDefnHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/UserPropertyEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/UserPropertyException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/ValidationEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/ValidationValueException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ValueAccessControlHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ValueHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/ValueRequiredValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/VariableElementHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ViewsContentEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/WrongTypeException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/XPathUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/constant-values.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/serialized-form.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/model/api/overview-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/deprecated-list.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/index.html... [WARNING] [javadoc] Building index for all classes... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/allclasses-index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/allpackages-index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/index-all.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/overview-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/model/api/help-doc.html... [WARNING] [javadoc] 5 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/build-test/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.6+10 [WARNING] [javadoc] Building tree for all the packages and classes... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/AbstractParseState.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/AnyElementState.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveEntryAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveEntryInputStream.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveEntryOutputStream.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveEntryV3.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveFile.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveFileFactory.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveFileV1.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveFileV2.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveFileV3.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/ArchiveLockManager.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/ArchiveLockManager.ManagerHolder.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveReader.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/ArchiveUtil.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveView.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveWriter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ASTAttribute.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ASTEbody_content.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ASTImage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ASTTemplate.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ASTText.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ASTValueOf.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ASTViewTimeValueOf.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/AutoFormatter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/BaseScriptable.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/exception/BirtException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/BirtHashMap.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/plugin/BIRTPlugin.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/BirtTimer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/Block.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/BTreeUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/BTreeUtil.ReaderTreeFile.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/CommonUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/Constants.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/exception/CoreException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/CoreJavaScriptInitializer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/CoreJavaScriptWrapper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/i18n/CoreMessages.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/DataType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/DataType.AnyType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/DataTypeUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/DateFormatFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/DateFormatISO8601.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/DateFormatter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/DateTimeUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/DateUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/ExpressionHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/ExpressionParserUtility.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/ExpressionUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/FileArchiveReader.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/FileArchiveWriter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/config/FileConfigVarManager.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/FolderArchive.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/FolderArchiveEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/FolderArchiveFile.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/FolderArchiveReader.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/FolderArchiveWriter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/FrameworkException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/IArchiveFile.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/IArchiveFileFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/IArchiveLockManager.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/IBundle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/IColumnBinding.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/ICompiledScript.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/IConfigurationElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/config/IConfigVarManager.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/IDimLevel.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/IDocArchiveReader.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/IDocArchiveWriter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/IExecutableExtension.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/IExtension.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/IExtensionPoint.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/IExtensionRegistry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/IFormatter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/IFormatter.DefaultFormatter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/IJavascriptInitializer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/IJavascriptWrapper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/IOUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/IPlatform.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/IPlatformConfig.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/IPlatformContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/IPlatformPath.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/preference/IPreferenceChangeListener.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/preference/IPreferences.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/IScriptContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/IScriptEngine.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/IScriptEngineFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/IStreamSorter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/JavascriptEvalUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/JJTParserState.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/LocaleNeutralFormatter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/LocaleUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/MathUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/NativeJavaLinkedHashMap.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/NativeJavaList.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/NativeJavaMap.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/NativeNamedList.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/Node.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/NumberFormatter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/OlapExpressionCompiler.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/osgi/OSGILauncher.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/osgi/OSGILauncher.ChildFirstURLClassLoader.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/osgi/OSGIPolicy.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/ParameterAttribute.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ParseException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/Parser.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ParserConstants.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ParserTokenManager.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ParserTreeConstants.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ParserVisitor.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/ParseState.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/Platform.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/PlatformConfig.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/PlatformFileContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/PlatformLauncher.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/PlatformServletContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/preference/PreferenceChangeEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/RAFileInputStream.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/RAFileOutputStream.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/RAFolderInputStream.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/RAFolderOutputStream.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/RAInputStream.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/RAOutputStream.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/RAStreamBuffer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/RAStreamBufferMgr.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/i18n/ResourceConstants.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/i18n/ResourceHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/ScriptableParameter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/ScriptableParameter.JsValueCallable.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/ScriptableParameters.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/ScriptContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/ScriptEngineFactoryManager.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/ScriptExpression.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/SimpleCharStream.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/SimpleNode.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/StringFormatter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/config/SystemConfigVarManager.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/Tag.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/TemplateParser.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/TemplateParser.ASTVisitor.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/TextTemplate.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/TextTemplate.ExpressionValueNode.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/TextTemplate.ImageNode.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/TextTemplate.Node.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/TextTemplate.TextNode.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/TextTemplate.ValueNode.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/TextTemplate.Visitor.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/i18n/ThreadResources.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/Token.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/TokenMgrError.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/URLClassLoader.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/XMLParserException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/XMLParserHandler.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/XMLParserHandler.InnerAnyTagState.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/XMLParserHandler.InnerParseState.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/config/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/config/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/exception/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/exception/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/osgi/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/osgi/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/i18n/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/i18n/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/plugin/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/plugin/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/preference/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/preference/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/constant-values.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/serialized-form.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/RAFolderInputStream.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/FolderArchiveReader.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/IDocArchiveWriter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/FileArchiveReader.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/RAStreamBuffer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/IDocArchiveReader.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/FolderArchive.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/RAInputStream.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/RAFolderOutputStream.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/ArchiveUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/FolderArchiveEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/FileArchiveWriter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/FolderArchiveFile.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/RAOutputStream.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/IArchiveLockManager.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/RAFileOutputStream.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/IStreamSorter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/FolderArchiveWriter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/RAStreamBufferMgr.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/ArchiveLockManager.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/RAFileInputStream.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/config/class-use/IConfigVarManager.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/config/class-use/SystemConfigVarManager.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/config/class-use/FileConfigVarManager.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/DateUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/ExpressionUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/IColumnBinding.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/DateFormatISO8601.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/DateFormatFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/OlapExpressionCompiler.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/DateTimeUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/IDimLevel.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/Constants.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/DataType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/ExpressionHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/DataTypeUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/ExpressionParserUtility.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/exception/class-use/CoreException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/exception/class-use/BirtException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/class-use/AutoFormatter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/class-use/StringFormatter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/class-use/NumberFormatter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/class-use/IFormatter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/class-use/LocaleNeutralFormatter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/class-use/DateFormatter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/IPlatform.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/IPlatformPath.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/URLClassLoader.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/IBundle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/PlatformLauncher.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/Platform.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/IConfigurationElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/IPlatformConfig.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/PlatformServletContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/PlatformConfig.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/IExtension.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/IPlatformContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/IExtensionRegistry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/PlatformFileContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/IExtensionPoint.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/IExecutableExtension.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/FrameworkException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/i18n/class-use/ResourceHandle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/i18n/class-use/CoreMessages.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/i18n/class-use/ResourceConstants.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/i18n/class-use/ThreadResources.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/plugin/class-use/BIRTPlugin.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/preference/class-use/IPreferences.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/preference/class-use/PreferenceChangeEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/preference/class-use/IPreferenceChangeListener.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/NativeJavaLinkedHashMap.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/IJavascriptInitializer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/ParameterAttribute.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/ScriptContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/IScriptEngine.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/NativeJavaMap.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/ScriptEngineFactoryManager.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/IScriptEngineFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/BaseScriptable.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/JavascriptEvalUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/CoreJavaScriptWrapper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/ScriptableParameter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/IJavascriptWrapper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/ICompiledScript.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/BirtHashMap.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/ScriptExpression.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/NativeNamedList.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/MathUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/IScriptContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/ScriptableParameters.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/NativeJavaList.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/CoreJavaScriptInitializer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/TokenMgrError.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/SimpleCharStream.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/ASTAttribute.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/ASTImage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/TextTemplate.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/SimpleNode.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/JJTParserState.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/Node.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/TemplateParser.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/Parser.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/ParserTreeConstants.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/ASTTemplate.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/ASTValueOf.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/ParserConstants.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/ASTText.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/Token.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/ParseException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/ParserTokenManager.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/Tag.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/ASTViewTimeValueOf.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/ParserVisitor.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/class-use/IOUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/class-use/LocaleUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/class-use/CommonUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/class-use/BTreeUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/class-use/BirtTimer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/config/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/exception/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/osgi/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/i18n/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/plugin/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/preference/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/overview-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/deprecated-list.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/index.html... [WARNING] [javadoc] Building index for all classes... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/allclasses-index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/allpackages-index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/index-all.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/overview-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/core/api/help-doc.html... [WARNING] [javadoc] 5 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/build-test/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.6+10 [WARNING] [javadoc] Building tree for all the packages and classes... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/CompoundTask.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/swt/custom/CustomChooserComposite.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/errordisplay/ErrorDialog.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/ErrorsManager.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/swt/custom/ICustomChoice.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/SimpleTask.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/TaskRegistrationEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/TasksManager.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/swt/custom/TextCombo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/swt/custom/TextComboViewer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/TreeCompoundTask.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/utils/UIHelper.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/WizardBase.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/WizardBaseDialog.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/utils/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/utils/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/constant-values.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/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/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/utils/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/overview-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/deprecated-list.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/index.html... [WARNING] [javadoc] Building index for all classes... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/allclasses-index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/allpackages-index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/index-all.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/overview-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/coreui/api/help-doc.html... [WARNING] [javadoc] 4 warnings [WARNING] [echo] generating javadoc for birt [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.doc.isv --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.doc.isv --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/target/org.eclipse.birt.doc.isv-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.doc.isv --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/target/org.eclipse.birt.doc.isv-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.doc.isv --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.doc.isv --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/docs/org.eclipse.birt.doc.isv/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.features:org.eclipse.birt.doc.isv >--------- [INFO] Building org.eclipse.birt.doc.isv 4.14.0-SNAPSHOT [242/289] [INFO] from features/org.eclipse.birt.doc.isv.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.doc.isv --- [INFO] Deleting /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.doc.isv.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.doc.isv --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.doc.isv --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.doc.isv --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.doc.isv.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.doc.isv --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.doc.isv.feature/target/org.eclipse.birt.doc.isv-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.doc.isv --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.doc.isv.feature/target/org.eclipse.birt.doc.isv-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.doc.isv --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.doc.isv.feature/target/org.eclipse.birt.doc.isv-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.doc.isv.feature/target/org.eclipse.birt.doc.isv-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.doc.isv --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.doc.isv.feature/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.birt:birt-report-framework-sdk >------------- [INFO] Building birt-report-framework-sdk 4.14.0-SNAPSHOT [243/289] [INFO] from build/birt-packages/birt-report-framework-sdk/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-report-framework-sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-report-framework-sdk --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-report-framework-sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-report-framework-sdk --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-report-framework-sdk --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-report-framework-sdk/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-report-framework-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-report-framework-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-report-framework-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-report-framework-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-report-framework-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-report-framework-sdk --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-report-framework-sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ birt-report-framework-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-framework-sdk/target/birt-report-framework-sdk-4.14.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-report-framework-sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-report-framework-sdk --- [INFO] [INFO] --- antrun:3.0.0:run (re-package) @ birt-report-framework-sdk --- [INFO] Executing tasks [INFO] [copy] Copying 275 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-framework-sdk/target/eclipse [INFO] [zip] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-framework-sdk/target/birt-report-framework-sdk-4.14.0-202306061603.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-framework-sdk/target/eclipse [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-report-framework-sdk --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-report-framework-sdk --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-report-framework-sdk/target/jacoco.exec [INFO] [INFO] --------------< org.eclipse.birt:org.eclipse.birt.build >--------------- [INFO] Building org.eclipse.birt.build 4.14.0-SNAPSHOT [244/289] [INFO] from build/org.eclipse.birt.build/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.build --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.build --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.build --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.build --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.build --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.build --- [INFO] Resolving class path of org.eclipse.birt.build... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.build --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.build/target/jacoco.exec [INFO] [INFO] --- dependency:2.10:copy (download-jars) @ org.eclipse.birt.build --- [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Configured Artifact: dom4j:dom4j:1.6.1:jar [INFO] Copying dom4j-1.6.1.jar to /home/jenkins/agent/workspace/build-test/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/build-test/build/org.eclipse.birt.build/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.build --- [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.build/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.build --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.build --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.build/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.build --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.build --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.build --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.build --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.build/target/org.eclipse.birt.build-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.build --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.build --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.build/target/org.eclipse.birt.build-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.build --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.build --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.build --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.build/target/org.eclipse.birt.build-4.14.0-SNAPSHOT.jar_unpacked_16584552146788497062/lib/dom4j-1.6.1.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.build/target/org.eclipse.birt.build-4.14.0-SNAPSHOT.jar_unpacked_16584552146788497062/lib/dom4j-1.6.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.build/target/org.eclipse.birt.build-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.build/target/org.eclipse.birt.build-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.build --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.build --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.build/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.build --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.build --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.build --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.build --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.build --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.build/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.chart.integration.wtp.ui.nl1 >-- [INFO] Building org.eclipse.birt.chart.integration.wtp.ui.nl1 4.14.0-SNAPSHOT [245/289] [INFO] from nl/org.eclipse.birt.chart.integration.wtp.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.integration.wtp.ui.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/target/org.eclipse.birt.chart.integration.wtp.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/target/org.eclipse.birt.chart.integration.wtp.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/target/org.eclipse.birt.chart.integration.wtp.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/target/org.eclipse.birt.chart.integration.wtp.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.integration.wtp.ui.nl1 >----- [INFO] Building org.eclipse.birt.integration.wtp.ui.nl1 4.14.0-SNAPSHOT [246/289] [INFO] from nl/org.eclipse.birt.integration.wtp.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.integration.wtp.ui.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.integration.wtp.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 12 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.integration.wtp.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.integration.wtp.ui.nl [INFO] [native2ascii] Converting 4 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.integration.wtp.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.integration.wtp.ui.nl [INFO] [native2ascii] Converting 4 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.integration.wtp.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.integration.wtp.ui.nl [INFO] [native2ascii] Converting 4 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.integration.wtp.ui.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.integration.wtp.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.integration.wtp.ui.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.integration.wtp.ui.nl/target/org.eclipse.birt.integration.wtp.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.integration.wtp.ui.nl/target/org.eclipse.birt.integration.wtp.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.integration.wtp.ui.nl/target/org.eclipse.birt.integration.wtp.ui.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.integration.wtp.ui.nl/target/org.eclipse.birt.integration.wtp.ui.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.integration.wtp.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.integration.wtp.ui.nl/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.features:org.eclipse.birt.wtp.nl >---------- [INFO] Building org.eclipse.birt.wtp.nl 4.14.0-SNAPSHOT [247/289] [INFO] from features/org.eclipse.birt.wtp.nl.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.wtp.nl --- [INFO] Deleting /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.wtp.nl.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.wtp.nl --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.wtp.nl --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.wtp.nl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.wtp.nl --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.wtp.nl --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.wtp.nl.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.wtp.nl --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.wtp.nl --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.wtp.nl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.wtp.nl --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.wtp.nl.feature/target/org.eclipse.birt.wtp.nl-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.wtp.nl --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.wtp.nl --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.wtp.nl --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.wtp.nl.feature/target/org.eclipse.birt.wtp.nl-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.wtp.nl --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.wtp.nl.feature/target/org.eclipse.birt.wtp.nl-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.wtp.nl.feature/target/org.eclipse.birt.wtp.nl-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.wtp.nl --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.wtp.nl --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.wtp.nl.feature/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.rcp.nl1 >--- [INFO] Building org.eclipse.birt.report.designer.ui.rcp.nl1 4.14.0-SNAPSHOT [248/289] [INFO] from nl/org.eclipse.birt.report.designer.ui.rcp.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.rcp.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.designer.ui.rcp.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.rcp.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.rcp.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.rcp.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.rcp.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.rcp.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.rcp.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.rcp.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.rcp.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.rcp.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.rcp.nl/target/org.eclipse.birt.report.designer.ui.rcp.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.rcp.nl/target/org.eclipse.birt.report.designer.ui.rcp.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.rcp.nl/target/org.eclipse.birt.report.designer.ui.rcp.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.rcp.nl/target/org.eclipse.birt.report.designer.ui.rcp.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.rcp.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.rcp.nl/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.features:org.eclipse.birt.rcp.nl >---------- [INFO] Building org.eclipse.birt.rcp.nl 4.14.0-SNAPSHOT [249/289] [INFO] from features/org.eclipse.birt.rcp.nl.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.rcp.nl --- [INFO] Deleting /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.rcp.nl.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.rcp.nl --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.rcp.nl --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.rcp.nl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.rcp.nl --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.rcp.nl --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.rcp.nl.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.rcp.nl --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.rcp.nl --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.rcp.nl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.rcp.nl --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.rcp.nl.feature/target/org.eclipse.birt.rcp.nl-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.rcp.nl --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.rcp.nl --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.rcp.nl --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.rcp.nl.feature/target/org.eclipse.birt.rcp.nl-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.rcp.nl --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.rcp.nl.feature/target/org.eclipse.birt.rcp.nl-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.rcp.nl.feature/target/org.eclipse.birt.rcp.nl-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.rcp.nl --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.rcp.nl --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.rcp.nl.feature/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt:org.eclipse.birt.p2updatesite >----------- [INFO] Building org.eclipse.birt.p2updatesite 4.14.0-SNAPSHOT [250/289] [INFO] from build/org.eclipse.birt.p2updatesite/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.p2updatesite --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.p2updatesite --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.birt.p2updatesite --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.p2updatesite --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.p2updatesite --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/org.eclipse.birt.p2updatesite/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.birt.p2updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.eclipse.birt.p2updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.birt.p2updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.birt.p2updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.birt.p2updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.p2updatesite --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.p2updatesite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.birt.p2updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.p2updatesite/target/org.eclipse.birt.p2updatesite-4.14.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.p2updatesite --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.p2updatesite --- [INFO] [INFO] --- tycho-p2-director:2.7.5:materialize-products (materialize-products) @ org.eclipse.birt.p2updatesite --- [INFO] Installing product org.eclipse.birt.designer for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer/win32/win32/x86_64/designer Installing org.eclipse.birt.designer 4.14.0.v202306061603. Installing org.eclipse.birt.feature.group 4.14.0.v202306061603. Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440. Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440. Operation completed in 36880 ms. [INFO] Installing product org.eclipse.birt.designer for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer/linux/gtk/x86_64/designer Installing org.eclipse.birt.designer 4.14.0.v202306061603. Installing org.eclipse.birt.feature.group 4.14.0.v202306061603. Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440. Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440. Operation completed in 34089 ms. [INFO] Installing product org.eclipse.birt.designer for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer/linux/gtk/aarch64/designer Installing org.eclipse.birt.designer 4.14.0.v202306061603. Installing org.eclipse.birt.feature.group 4.14.0.v202306061603. Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440. Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440. Operation completed in 34283 ms. [INFO] Installing product org.eclipse.birt.designer for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer/macosx/cocoa/x86_64/designer.app Installing org.eclipse.birt.designer 4.14.0.v202306061603. Installing org.eclipse.birt.feature.group 4.14.0.v202306061603. Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440. Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440. Operation completed in 35440 ms. [INFO] Installing product org.eclipse.birt.designer for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer/macosx/cocoa/aarch64/designer.app Installing org.eclipse.birt.designer 4.14.0.v202306061603. Installing org.eclipse.birt.feature.group 4.14.0.v202306061603. Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440. Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440. Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440. Operation completed in 36259 ms. [INFO] [INFO] --- tycho-p2-director:2.7.5:archive-products (materialize-products) @ org.eclipse.birt.p2updatesite --- [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer-win32.win32.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer-linux.gtk.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer-linux.gtk.aarch64.zip [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer-macosx.cocoa.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer-macosx.cocoa.aarch64.zip [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.p2updatesite --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.p2updatesite --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/org.eclipse.birt.p2updatesite/target/jacoco.exec [INFO] [INFO] ---------------< org.eclipse.birt:org.eclipse.birt.api >---------------- [INFO] Building org.eclipse.birt.api 4.14.0-SNAPSHOT [251/289] [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/build-test/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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default) @ org.eclipse.birt.api --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [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/build-test/build/org.eclipse.birt.api/target/lib [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib [INFO] [copy] Copying 14 files to /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer/win32/win32/x86_64/designer/plugins/org.eclipse.datatools.connectivity.oda.design_3.6.0.202305311622.jar into /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/unpack/classes/odadesign [INFO] [jar] Building jar: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/odadesignapi.jar [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer/win32/win32/x86_64/designer/plugins/org.eclipse.datatools.connectivity.oda_3.7.0.202305310959.jar into /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/unpack/classes/oda [INFO] [jar] Building jar: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/odaconnectivity.jar [INFO] [copy] Copying 17 files to /home/jenkins/agent/workspace/build-test/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/agent/workspace/build-test/.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/build-test/build/org.eclipse.birt.api/target/lib create MANIFEST to /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/manifest.mf /home/jenkins/agent/workspace/build-test/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/build-test/build/org.eclipse.birt.api/target/lib/flute.jar:null org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser org.w3c.flute.util /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/axis.jar:null org.apache.axis org.apache.axis org.apache.axis org.apache.axis.handlers org.apache.axis.handlers org.apache.axis.handlers org.apache.axis.handlers.soap org.apache.axis.handlers.soap org.apache.axis.handlers org.apache.axis.handlers org.apache.axis.handlers org.apache.axis.handlers org.apache.axis.handlers org.apache.axis.handlers org.apache.axis.handlers org.apache.axis.handlers.http org.apache.axis.handlers.http org.apache.axis.handlers.http org.apache.axis.handlers org.apache.axis.handlers org.apache.axis.handlers org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.server org.apache.axis.server org.apache.axis.server org.apache.axis.server org.apache.axis.server org.apache.axis.server org.apache.axis org.apache.axis org.apache.axis org.apache.axis org.apache.axis.soap org.apache.axis.soap org.apache.axis.soap org.apache.axis.soap org.apache.axis.soap org.apache.axis.soap org.apache.axis.soap org.apache.axis.description org.apache.axis.description org.apache.axis.description org.apache.axis.description org.apache.axis.description org.apache.axis.description org.apache.axis.description org.apache.axis.description org.apache.axis.description org.apache.axis.description org.apache.axis.wsdl.fromJava org.apache.axis.wsdl.fromJava org.apache.axis.wsdl.fromJava org.apache.axis.wsdl.fromJava org.apache.axis.wsdl.fromJava org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.gen org.apache.axis.wsdl.gen org.apache.axis.wsdl.gen org.apache.axis.wsdl.gen org.apache.axis.wsdl.gen org.apache.axis.wsdl.gen org.apache.axis.wsdl.gen org.apache.axis.wsdl org.apache.axis.wsdl org.apache.axis.wsdl org.apache.axis.strategies org.apache.axis.strategies org.apache.axis org.apache.axis org.apache.axis.session org.apache.axis.session org.apache.axis.providers.java org.apache.axis.providers.java org.apache.axis.providers.java org.apache.axis.providers.java org.apache.axis.providers.java org.apache.axis.providers.java org.apache.axis.providers.java org.apache.axis.providers org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis org.apache.axis org.apache.axis org.apache.axis org.apache.axis org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis org.apache.axis.schema org.apache.axis.schema org.apache.axis.schema org.apache.axis.schema org.apache.axis org.apache.axis org.apache.axis.i18n org.apache.axis.i18n org.apache.axis.i18n org.apache.axis.i18n org.apache.axis.i18n org.apache.axis.i18n org.apache.axis.i18n org.apache.axis org.apache.axis org.apache.axis org.apache.axis org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.client org.apache.axis.client org.apache.axis.client org.apache.axis.client org.apache.axis.client org.apache.axis.client org.apache.axis.client org.apache.axis.client org.apache.axis.client org.apache.axis.client org.apache.axis.client org.apache.axis.client.async org.apache.axis.client.async org.apache.axis.client.async org.apache.axis.client.async org.apache.axis.client.async org.apache.axis.client.async org.apache.axis.client.async org.apache.axis.client org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd.providers org.apache.axis.deployment.wsdd.providers org.apache.axis.deployment.wsdd.providers org.apache.axis.deployment.wsdd.providers org.apache.axis.deployment.wsdd.providers org.apache.axis.deployment.wsdd.providers org.apache.axis.deployment.wsdd.providers org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.security.servlet org.apache.axis.security.servlet org.apache.axis.security org.apache.axis.security.simple org.apache.axis.security.simple org.apache.axis.security org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis org.apache.axis org.apache.axis.constants org.apache.axis.constants org.apache.axis.constants org.apache.axis.constants org.apache.axis.constants org.apache.axis.constants org.apache.axis.constants org.apache.axis.constants org.apache.axis.constants org.apache.axis.constants org.apache.axis.constants org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils.bytecode org.apache.axis.utils.bytecode org.apache.axis.utils.bytecode org.apache.axis.utils.bytecode org.apache.axis.utils.bytecode org.apache.axis.utils.bytecode org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils.cache org.apache.axis.utils.cache org.apache.axis.utils.cache org.apache.axis.utils.cache org.apache.axis.utils.cache org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.transport.local org.apache.axis.transport.local org.apache.axis.transport.local org.apache.axis.transport.local org.apache.axis.transport.java org.apache.axis.transport.java org.apache.axis.transport.java org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis org.apache.axis.components.encoding org.apache.axis.components.encoding org.apache.axis.components.encoding org.apache.axis.components.encoding org.apache.axis.components.encoding org.apache.axis.components.encoding org.apache.axis.components.encoding org.apache.axis.components.logger org.apache.axis.components.logger org.apache.axis.components.uuid org.apache.axis.components.uuid org.apache.axis.components.uuid org.apache.axis.components.uuid org.apache.axis.components.net org.apache.axis.components.net org.apache.axis.components.net org.apache.axis.components.net org.apache.axis.components.net org.apache.axis.components.net org.apache.axis.components.net org.apache.axis.components.net org.apache.axis.components.net org.apache.axis.components.net org.apache.axis.components.net org.apache.axis.components.net org.apache.axis.components.net org.apache.axis org.apache.axis org.apache.axis org.apache.axis.encoding.ser.castor org.apache.axis.encoding.ser.castor org.apache.axis.encoding.ser.castor org.apache.axis.encoding.ser.castor org.apache.axis.encoding.ser.castor org.apache.axis.encoding.ser.castor org.apache.axis.encoding.ser.castor org.apache.axis.encoding.ser.castor org.apache.axis.encoding.ser.castor org.apache.axis.handlers org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.providers org.apache.axis.deployment.wsdd.providers org.apache.axis.components.script org.apache.axis.components.script org.apache.axis.components.script org.apache.axis.transport.mail org.apache.axis.transport.mail org.apache.axis.transport.mail org.apache.axis.transport.mail org.apache.axis.transport.mail org.apache.axis.transport.mail org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.model.soap org.apache.axis.model.soap.impl org.apache.axis.model.soap.impl org.apache.axis.model.soap.impl org.apache.axis.model.xml org.apache.axis.model.xml.impl org.apache.axis.model.xml.impl org.apache.axis.model.xml.impl org.apache.axis.model.util org.apache.axis.model.util org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.common org.apache.axis.model.common org.apache.axis.model.common org.apache.axis.model.common org.apache.axis.model.common org.apache.axis.model.common org.apache.axis.model.common.archive org.apache.axis.model.common.archive org.apache.axis.model.common.archive org.apache.axis.model.common.archive org.apache.axis.model.common.command org.apache.axis.model.common.command org.apache.axis.model.common.command org.apache.axis.model.common.command org.apache.axis.model.common.command org.apache.axis.model.common.command org.apache.axis.model.common.command org.apache.axis.model.common.command org.apache.axis.model.common.command org.apache.axis.model.common.command org.apache.axis.model.common.command org.apache.axis.model.common.command org.apache.axis.model.common.notify org.apache.axis.model.common.notify org.apache.axis.model.common.notify org.apache.axis.model.common.notify org.apache.axis.model.common.notify org.apache.axis.model.common.notify org.apache.axis.model.common.notify org.apache.axis.model.common.notify org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.xml.namespace org.apache.axis.model.ecore.xml.namespace org.apache.axis.model.ecore.xml.namespace org.apache.axis.model.ecore.xml.namespace org.apache.axis.model.ecore.xml.namespace org.apache.axis.model.ecore.xml.namespace.impl org.apache.axis.model.ecore.xml.namespace.impl org.apache.axis.model.ecore.xml.namespace.impl org.apache.axis.model.ecore.xml.namespace.impl org.apache.axis.model.ecore.xml.namespace.util org.apache.axis.model.ecore.xml.type org.apache.axis.model.ecore.xml.type org.apache.axis.model.ecore.xml.type org.apache.axis.model.ecore.xml.type org.apache.axis.model.ecore.xml.type org.apache.axis.model.ecore.xml.type org.apache.axis.model.ecore.xml.type org.apache.axis.model.ecore.xml.type.impl org.apache.axis.model.ecore.xml.type.impl org.apache.axis.model.ecore.xml.type.impl org.apache.axis.model.ecore.xml.type.impl org.apache.axis.model.ecore.xml.type.impl org.apache.axis.model.ecore.xml.type.impl org.apache.axis.model.ecore.xml.type.impl org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.util org.apache.axis.model.ecore.xmi.util org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd.ecore org.apache.axis.model.xsd.ecore org.apache.axis.model.xsd.ecore org.apache.axis.model.xsd.ecore org.apache.axis.model.xsd.ecore org.apache.axis.model.xsd.ecore org.apache.axis.model.xsd.ecore org.apache.axis.model.xsd.ecore org.apache.axis.model.xsd.ecore org.apache.axis.model.xsd.ecore org.apache.axis.model.xsd.ecore org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.wsdl org.apache.axis.wsdl.gen org.apache.axis.wsdl org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/chartitemapi.jar:4.14.0 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 org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data.util org.eclipse.birt.chart.model.data.util org.eclipse.birt.chart.model.data.util org.eclipse.birt.chart.model.data.util org.eclipse.birt.chart.model.data.util org.eclipse.birt.chart.model.data.util org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.component 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.util org.eclipse.birt.chart.model.component.util org.eclipse.birt.chart.model.component.util org.eclipse.birt.chart.model.component.util org.eclipse.birt.chart.model.component.util org.eclipse.birt.chart.model.component.util org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute 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.util org.eclipse.birt.chart.model.attribute.util org.eclipse.birt.chart.model.attribute.util org.eclipse.birt.chart.model.attribute.util org.eclipse.birt.chart.model.attribute.util org.eclipse.birt.chart.model.attribute.util org.eclipse.birt.chart.model.attribute.util org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.type.util org.eclipse.birt.chart.model.type.util org.eclipse.birt.chart.model.type.util org.eclipse.birt.chart.model.type.util org.eclipse.birt.chart.model.type.util org.eclipse.birt.chart.model.type.util org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type org.eclipse.birt.chart.model.type 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 org.eclipse.birt.chart.model.layout.impl org.eclipse.birt.chart.model.layout.impl org.eclipse.birt.chart.model.layout.impl org.eclipse.birt.chart.model.layout.impl org.eclipse.birt.chart.model.layout.impl org.eclipse.birt.chart.model.layout.impl org.eclipse.birt.chart.model.layout.impl org.eclipse.birt.chart.model.layout.impl org.eclipse.birt.chart.model.layout.impl org.eclipse.birt.chart.model.layout org.eclipse.birt.chart.model.layout.util org.eclipse.birt.chart.model.layout.util org.eclipse.birt.chart.model.layout.util org.eclipse.birt.chart.model.layout.util org.eclipse.birt.chart.model.layout.util org.eclipse.birt.chart.model.layout.util org.eclipse.birt.chart.model.layout.util org.eclipse.birt.chart.model.layout 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.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.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 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.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation.withoutaxes org.eclipse.birt.chart.computation.withoutaxes org.eclipse.birt.chart.computation.withoutaxes org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation 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.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.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.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.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.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.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.model org.eclipse.birt.chart.internal.model org.eclipse.birt.chart.internal.model org.eclipse.birt.chart.internal.model 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.log org.eclipse.birt.chart.internal.log org.eclipse.birt.chart.internal.layout org.eclipse.birt.chart.internal.layout org.eclipse.birt.chart.internal.prefs org.eclipse.birt.chart.internal.prefs org.eclipse.birt.chart.internal.computations org.eclipse.birt.chart.internal.computations 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.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.engine.i18n org.eclipse.birt.chart.exception 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.api org.eclipse.birt.chart.log org.eclipse.birt.chart.log org.eclipse.birt.chart.plugin org.eclipse.birt.chart.aggregate org.eclipse.birt.chart.aggregate /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/chartexamplescoreapi.jar:4.14.0 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.model.type org.eclipse.birt.chart.examples.radar.model.type org.eclipse.birt.chart.examples.radar.model org.eclipse.birt.chart.examples.radar.render org.eclipse.birt.chart.examples.radar.render org.eclipse.birt.chart.examples.radar.render org.eclipse.birt.chart.examples.radar.i18n /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/chartengineapi.jar:4.14.0 org.eclipse.birt.chart.reportitem.api org.eclipse.birt.chart.reportitem.api org.eclipse.birt.chart.reportitem.api org.eclipse.birt.chart.reportitem.api org.eclipse.birt.chart.reportitem.api org.eclipse.birt.chart.reportitem.api org.eclipse.birt.chart.reportitem.i18n /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/coreapi.jar:4.14.0 org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound 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 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.i18n org.eclipse.birt.core.i18n org.eclipse.birt.core.i18n org.eclipse.birt.core.i18n 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.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.script.functionservice org.eclipse.birt.core.script.functionservice org.eclipse.birt.core.script.functionservice org.eclipse.birt.core.script.functionservice org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.framework.osgi org.eclipse.birt.core.framework.osgi org.eclipse.birt.core.framework.osgi org.eclipse.birt.core.framework.osgi org.eclipse.birt.core.framework.osgi org.eclipse.birt.core.framework.osgi org.eclipse.birt.core.framework.jar org.eclipse.birt.core.framework.jar org.eclipse.birt.core.framework.jar org.eclipse.birt.core.framework.jar org.eclipse.birt.core.framework.jar org.eclipse.birt.core.framework.jar org.eclipse.birt.core.framework.jar org.eclipse.birt.core.framework.jar org.eclipse.birt.core.framework.jar org.eclipse.birt.core.framework.jar org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework 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.fs org.eclipse.birt.core.fs org.eclipse.birt.core.fs org.eclipse.birt.core.fs 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.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.util org.eclipse.birt.core.util org.eclipse.birt.core.util org.eclipse.birt.core.util org.eclipse.birt.core.util org.eclipse.birt.core.util org.eclipse.birt.core.util org.eclipse.birt.core.util org.eclipse.birt.core.util org.eclipse.birt.core.util org.eclipse.birt.core.util org.eclipse.birt.core.util org.eclipse.birt.core.exception org.eclipse.birt.core.exception /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/dataaggregationapi.jar:4.14.0 org.eclipse.birt.data.aggregation.api /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/dteapi.jar:4.14.0 org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api org.eclipse.birt.data.engine.olap.api org.eclipse.birt.data.engine.olap.api org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api.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.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api 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.core.security org.eclipse.birt.data.engine.core.security org.eclipse.birt.data.engine.core.security org.eclipse.birt.data.engine.core.security org.eclipse.birt.data.engine.core.security org.eclipse.birt.data.engine.core.security org.eclipse.birt.data.engine.core.security org.eclipse.birt.data.engine.core.security org.eclipse.birt.data.engine.core org.eclipse.birt.data.engine.i18n org.eclipse.birt.data.engine.i18n javax.olap.cursor javax.olap.cursor javax.olap.cursor javax.olap.cursor javax.olap.cursor javax.olap.cursor javax.olap.cursor javax.olap.cursor javax.olap.cursor javax.olap.cursor javax.olap.cursor javax.olap.cursor javax.olap.cursor javax.olap javax.olap.query.querycoremodel javax.olap /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/dataadapterapi.jar:4.14.0 org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api.script org.eclipse.birt.report.data.adapter.api.script org.eclipse.birt.report.data.adapter.api.script org.eclipse.birt.report.data.adapter.api.script org.eclipse.birt.report.data.adapter.api.script org.eclipse.birt.report.data.adapter.api.script org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api.timeFunction org.eclipse.birt.report.data.adapter.api.timeFunction org.eclipse.birt.report.data.adapter.api.timeFunction org.eclipse.birt.report.data.adapter.api.timeFunction org.eclipse.birt.report.data.adapter.api.timeFunction org.eclipse.birt.report.data.adapter.api.timeFunction org.eclipse.birt.report.data.adapter.api.timeFunction org.eclipse.birt.report.data.adapter.api.timeFunction org.eclipse.birt.report.data.adapter.api.timeFunction org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.i18n org.eclipse.birt.report.data.adapter.i18n org.eclipse.birt.report.data.adapter.i18n /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/dataextraction.jar:4.14.0 org.eclipse.birt.report.engine.dataextraction org.eclipse.birt.report.engine.dataextraction org.eclipse.birt.report.engine.dataextraction org.eclipse.birt.report.engine.dataextraction /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/emitterconfig.jar:4.14.0 org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/engineapi.jar:4.14.0 org.eclipse.birt.report.engine.api.impl org.eclipse.birt.report.engine.api.impl org.eclipse.birt.report.engine.api.impl org.eclipse.birt.report.engine.api.impl org.eclipse.birt.report.engine.api.impl org.eclipse.birt.report.engine.api.impl org.eclipse.birt.report.engine.api.impl org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.ir org.eclipse.birt.report.engine.ir org.eclipse.birt.report.engine.ir org.eclipse.birt.report.engine.ir org.eclipse.birt.report.engine.util org.eclipse.birt.report.engine.util org.eclipse.birt.report.engine.util org.eclipse.birt.report.engine.i18n org.eclipse.birt.report.engine.i18n /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/scriptapi.jar:4.14.0 org.eclipse.birt.report.engine.api.script org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script 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.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 org.eclipse.birt.report.engine.api.script org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script org.eclipse.birt.report.engine.api.script org.eclipse.birt.report.engine.api.script org.eclipse.birt.report.engine.api.script org.eclipse.birt.report.engine.api.script /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/modelodaapi.jar:4.14.0 org.eclipse.birt.report.model.adapter.oda.model.impl org.eclipse.birt.report.model.adapter.oda.model.impl org.eclipse.birt.report.model.adapter.oda.model.impl org.eclipse.birt.report.model.adapter.oda.model.impl org.eclipse.birt.report.model.adapter.oda.model.impl org.eclipse.birt.report.model.adapter.oda.model.impl org.eclipse.birt.report.model.adapter.oda.model.impl org.eclipse.birt.report.model.adapter.oda.model org.eclipse.birt.report.model.adapter.oda.model.util org.eclipse.birt.report.model.adapter.oda.model.util org.eclipse.birt.report.model.adapter.oda.model.util org.eclipse.birt.report.model.adapter.oda.model.util org.eclipse.birt.report.model.adapter.oda.model.util org.eclipse.birt.report.model.adapter.oda.model.util org.eclipse.birt.report.model.adapter.oda.model.util org.eclipse.birt.report.model.adapter.oda.model.util org.eclipse.birt.report.model.adapter.oda.model org.eclipse.birt.report.model.adapter.oda.model org.eclipse.birt.report.model.adapter.oda.model 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.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 org.eclipse.birt.report.model.adapter.oda.util org.eclipse.birt.report.model.adapter.oda.util org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda.plugin org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/modelapi.jar:4.14.0 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.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.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.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 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.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 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.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 org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api.filterExtension.interfaces org.eclipse.birt.report.model.api.filterExtension.interfaces org.eclipse.birt.report.model.api.filterExtension org.eclipse.birt.report.model.api.filterExtension org.eclipse.birt.report.model.api.filterExtension org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api.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 org.eclipse.birt.report.model.api.scripts org.eclipse.birt.report.model.api.scripts org.eclipse.birt.report.model.api.scripts org.eclipse.birt.report.model.api.scripts org.eclipse.birt.report.model.api.scripts org.eclipse.birt.report.model.api.scripts org.eclipse.birt.report.model.api.scripts org.eclipse.birt.report.model.api.scripts org.eclipse.birt.report.model.api.scripts org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api.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 org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api.css org.eclipse.birt.report.model.api.css org.eclipse.birt.report.model.api.css org.eclipse.birt.report.model.api.css org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api.oda org.eclipse.birt.report.model.api.oda.interfaces org.eclipse.birt.report.model.api.oda.interfaces org.eclipse.birt.report.model.api.oda org.eclipse.birt.report.model.api.oda org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser.treebuild org.eclipse.birt.report.model.parser.treebuild org.eclipse.birt.report.model.parser.treebuild org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata.validators org.eclipse.birt.report.model.metadata.validators org.eclipse.birt.report.model.metadata.validators org.eclipse.birt.report.model.metadata.validators org.eclipse.birt.report.model.metadata.validators org.eclipse.birt.report.model.metadata.validators org.eclipse.birt.report.model.metadata.validators org.eclipse.birt.report.model.metadata.validators org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata 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 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.strategy org.eclipse.birt.report.model.elements.strategy org.eclipse.birt.report.model.elements.strategy org.eclipse.birt.report.model.elements.strategy org.eclipse.birt.report.model.elements.strategy org.eclipse.birt.report.model.elements.strategy org.eclipse.birt.report.model.elements.strategy org.eclipse.birt.report.model.elements.strategy org.eclipse.birt.report.model.elements.strategy org.eclipse.birt.report.model.elements.strategy org.eclipse.birt.report.model.elements.strategy org.eclipse.birt.report.model.elements.strategy org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.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.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util.xpathparser org.eclipse.birt.report.model.util.xpathparser org.eclipse.birt.report.model.util.xpathparser org.eclipse.birt.report.model.util.xpathparser org.eclipse.birt.report.model.util.xpathparser org.eclipse.birt.report.model.util.xpathparser org.eclipse.birt.report.model.util.xpathparser org.eclipse.birt.report.model.util.xpathparser org.eclipse.birt.report.model.util.xpathparser org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util.copy org.eclipse.birt.report.model.util.copy org.eclipse.birt.report.model.util.copy org.eclipse.birt.report.model.util.copy org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util 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.impl org.eclipse.birt.report.model.util 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.css org.eclipse.birt.report.model.css.property org.eclipse.birt.report.model.css.property org.eclipse.birt.report.model.css.property org.eclipse.birt.report.model.css.property org.eclipse.birt.report.model.css.property org.eclipse.birt.report.model.css.property org.eclipse.birt.report.model.css.property org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.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.extension org.eclipse.birt.report.model.extension.oda org.eclipse.birt.report.model.extension.oda org.eclipse.birt.report.model.extension.oda org.eclipse.birt.report.model.extension.oda org.eclipse.birt.report.model.extension.oda org.eclipse.birt.report.model.extension.oda org.eclipse.birt.report.model.extension.oda org.eclipse.birt.report.model.extension org.eclipse.birt.report.model.extension org.eclipse.birt.report.model.extension org.eclipse.birt.report.model.extension org.eclipse.birt.report.model.extension org.eclipse.birt.report.model.extension org.eclipse.birt.report.model.extension org.eclipse.birt.report.model.extension org.eclipse.birt.report.model.extension org.eclipse.birt.report.model.writer org.eclipse.birt.report.model.writer org.eclipse.birt.report.model.writer org.eclipse.birt.report.model.writer org.eclipse.birt.report.model.writer org.eclipse.birt.report.model.writer org.eclipse.birt.report.model.writer org.eclipse.birt.report.model.writer org.eclipse.birt.report.model.writer org.eclipse.birt.report.model.writer org.eclipse.birt.report.model.i18n org.eclipse.birt.report.model.i18n org.eclipse.birt.report.model.i18n org.eclipse.birt.report.model.i18n org.eclipse.birt.report.model.i18n /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/crosstabcoreapi.jar:4.14.0 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.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.script org.eclipse.birt.report.item.crosstab.core.script org.eclipse.birt.report.item.crosstab.core.script org.eclipse.birt.report.item.crosstab.core.script org.eclipse.birt.report.item.crosstab.core.script org.eclipse.birt.report.item.crosstab.core.script org.eclipse.birt.report.item.crosstab.core.script org.eclipse.birt.report.item.crosstab.core.script org.eclipse.birt.report.item.crosstab.core org.eclipse.birt.report.item.crosstab.core.util org.eclipse.birt.report.item.crosstab.core.util org.eclipse.birt.report.item.crosstab.core.util org.eclipse.birt.report.item.crosstab.core.util org.eclipse.birt.report.item.crosstab.core.util org.eclipse.birt.report.item.crosstab.core org.eclipse.birt.report.item.crosstab.core.i18n org.eclipse.birt.report.item.crosstab.core.i18n org.eclipse.birt.report.item.crosstab.core org.eclipse.birt.report.item.crosstab.core org.eclipse.birt.report.item.crosstab.core org.eclipse.birt.report.item.crosstab.core 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 /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/js.jar:1.7.10 org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.serialize org.mozilla.javascript.serialize org.mozilla.javascript.serialize org.mozilla.javascript.regexp org.mozilla.javascript.regexp org.mozilla.javascript.regexp org.mozilla.javascript.regexp org.mozilla.javascript.regexp org.mozilla.javascript.regexp org.mozilla.javascript.regexp org.mozilla.javascript.regexp org.mozilla.javascript.regexp org.mozilla.javascript.regexp org.mozilla.javascript.regexp org.mozilla.javascript.regexp org.mozilla.javascript.v8dtoa org.mozilla.javascript.v8dtoa org.mozilla.javascript.v8dtoa org.mozilla.javascript.v8dtoa org.mozilla.javascript.v8dtoa org.mozilla.javascript.v8dtoa org.mozilla.javascript.v8dtoa org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.jdk15 org.mozilla.javascript.jdk15 org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module org.mozilla.javascript.commonjs.module org.mozilla.javascript.commonjs.module org.mozilla.javascript.commonjs.module org.mozilla.javascript.commonjs.module org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.debugger.treetable org.mozilla.javascript.tools.debugger.treetable org.mozilla.javascript.tools.debugger.treetable org.mozilla.javascript.tools.debugger.treetable org.mozilla.javascript.tools.debugger.treetable org.mozilla.javascript.tools.debugger.treetable org.mozilla.javascript.tools.debugger.treetable org.mozilla.javascript.tools.debugger.treetable org.mozilla.javascript.tools.debugger.treetable org.mozilla.javascript.tools.debugger.treetable org.mozilla.javascript.tools.debugger.treetable org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.jsc org.mozilla.javascript.tools.idswitch org.mozilla.javascript.tools.idswitch org.mozilla.javascript.tools.idswitch org.mozilla.javascript.tools.idswitch org.mozilla.javascript.tools.idswitch org.mozilla.javascript.tools.idswitch org.mozilla.javascript.tools org.mozilla.javascript.tools org.mozilla.javascript.debug org.mozilla.javascript.debug org.mozilla.javascript.debug org.mozilla.javascript.debug org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.annotations org.mozilla.javascript.annotations org.mozilla.javascript.annotations org.mozilla.javascript.annotations org.mozilla.javascript.annotations org.mozilla.javascript.json org.mozilla.javascript.json org.mozilla.javascript.jdk18 org.mozilla.javascript.xml org.mozilla.javascript.xml org.mozilla.javascript.xml org.mozilla.javascript.xml org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile /home/jenkins/agent/workspace/build-test/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/build-test/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/build-test/build/org.eclipse.birt.api/target/lib/com.ibm.icu_73.1.0.jar:null com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.range com.ibm.icu.impl.number.range com.ibm.icu.impl.number.range com.ibm.icu.impl.number.range com.ibm.icu.impl.number.range com.ibm.icu.impl.personname com.ibm.icu.impl.personname com.ibm.icu.impl.personname com.ibm.icu.impl.personname com.ibm.icu.impl.personname com.ibm.icu.impl.personname com.ibm.icu.impl.personname com.ibm.icu.impl.personname com.ibm.icu.impl.personname com.ibm.icu.impl.personname com.ibm.icu.impl.personname com.ibm.icu.impl.personname com.ibm.icu.impl.personname com.ibm.icu.impl.personname com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.math com.ibm.icu.math com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.message2 com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.text com.ibm.icu.impl.text com.ibm.icu.impl.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.util com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text /home/jenkins/agent/workspace/build-test/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/build-test/build/org.eclipse.birt.api/target/lib/javax.annotation_1.3.5.v20230504-0748.jar:1.3.5 javax.annotation.security javax.annotation.security javax.annotation.security javax.annotation.security javax.annotation.security javax.annotation.sql javax.annotation.sql javax.annotation javax.annotation javax.annotation javax.annotation javax.annotation javax.annotation javax.annotation javax.annotation /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/javax.el-api_3.0.3.jar:null javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/javax.inject_1.0.0.v20220405-0441.jar:1.0.0 javax.inject javax.inject javax.inject javax.inject javax.inject javax.inject /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/javax.servlet.jsp-api_2.3.3.jar:null javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp javax.servlet.jsp javax.servlet.jsp javax.servlet.jsp javax.servlet.jsp javax.servlet.jsp javax.servlet.jsp javax.servlet.jsp.tagext javax.servlet.jsp.el javax.servlet.jsp javax.servlet.jsp javax.servlet.jsp javax.servlet.jsp /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/javax.transaction_1.1.1.v201105210645.jar:1.1.1 javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction.xa javax.transaction.xa javax.transaction.xa /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/javax.wsdl_1.6.2.v201012040545.jar:1.6.2 com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl.extensions com.ibm.wsdl.extensions.http com.ibm.wsdl.extensions.http com.ibm.wsdl.extensions.http com.ibm.wsdl.extensions.http com.ibm.wsdl.extensions.http com.ibm.wsdl.extensions.http com.ibm.wsdl.extensions.http com.ibm.wsdl.extensions.http com.ibm.wsdl.extensions.http com.ibm.wsdl.extensions.http com.ibm.wsdl.extensions.http com.ibm.wsdl.extensions.mime com.ibm.wsdl.extensions.mime com.ibm.wsdl.extensions.mime com.ibm.wsdl.extensions.mime com.ibm.wsdl.extensions.mime com.ibm.wsdl.extensions.mime com.ibm.wsdl.extensions.mime com.ibm.wsdl.extensions.mime com.ibm.wsdl.extensions.schema com.ibm.wsdl.extensions.schema com.ibm.wsdl.extensions.schema com.ibm.wsdl.extensions.schema com.ibm.wsdl.extensions.schema com.ibm.wsdl.extensions.schema com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.factory com.ibm.wsdl.util com.ibm.wsdl.util com.ibm.wsdl.util com.ibm.wsdl.util.xml com.ibm.wsdl.util.xml com.ibm.wsdl.util.xml com.ibm.wsdl.util.xml com.ibm.wsdl.xml com.ibm.wsdl.xml javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl.extensions javax.wsdl.extensions javax.wsdl.extensions javax.wsdl.extensions javax.wsdl.extensions javax.wsdl.extensions javax.wsdl.extensions javax.wsdl.extensions javax.wsdl.extensions javax.wsdl.extensions.http javax.wsdl.extensions.http javax.wsdl.extensions.http javax.wsdl.extensions.http javax.wsdl.extensions.http javax.wsdl.extensions.mime javax.wsdl.extensions.mime javax.wsdl.extensions.mime javax.wsdl.extensions.mime javax.wsdl.extensions.schema javax.wsdl.extensions.schema javax.wsdl.extensions.schema javax.wsdl.extensions.soap javax.wsdl.extensions.soap javax.wsdl.extensions.soap javax.wsdl.extensions.soap javax.wsdl.extensions.soap javax.wsdl.extensions.soap javax.wsdl.extensions.soap javax.wsdl.extensions.soap12 javax.wsdl.extensions.soap12 javax.wsdl.extensions.soap12 javax.wsdl.extensions.soap12 javax.wsdl.extensions.soap12 javax.wsdl.extensions.soap12 javax.wsdl.extensions.soap12 javax.wsdl.factory javax.wsdl.factory javax.wsdl.xml javax.wsdl.xml javax.wsdl.xml /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/javax.xml.rpc_1.1.2.v202306061603.jar:1.1.2 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/build-test/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/build-test/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/build-test/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/build-test/build/org.eclipse.birt.api/target/lib/org.eclipse.birt.axis.overlay_4.14.0.v202306061603.jar:4.14.0 org.eclipse.birt.axis.utility /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/org.eclipse.emf.common_2.28.0.v20230315-1321.jar:2.28.0 org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify org.eclipse.emf.common.notify org.eclipse.emf.common.notify org.eclipse.emf.common.notify org.eclipse.emf.common.notify org.eclipse.emf.common.notify org.eclipse.emf.common.notify org.eclipse.emf.common.notify org.eclipse.emf.common.archive org.eclipse.emf.common.archive org.eclipse.emf.common.archive org.eclipse.emf.common.archive org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/org.eclipse.emf.ecore.xmi_2.18.0.v20230211-1150.jar:2.18.0 org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.util org.eclipse.emf.ecore.xmi.util org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/org.eclipse.emf.ecore_2.34.0.v20230406-1203.jar:2.34.0 org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.xml.type.impl org.eclipse.emf.ecore.xml.type.impl org.eclipse.emf.ecore.xml.type.impl org.eclipse.emf.ecore.xml.type.impl org.eclipse.emf.ecore.xml.type.impl org.eclipse.emf.ecore.xml.type.impl org.eclipse.emf.ecore.xml.type.impl org.eclipse.emf.ecore.xml.type.impl org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type org.eclipse.emf.ecore.xml.type org.eclipse.emf.ecore.xml.type org.eclipse.emf.ecore.xml.type org.eclipse.emf.ecore.xml.type org.eclipse.emf.ecore.xml.type org.eclipse.emf.ecore.xml.type org.eclipse.emf.ecore.xml.type org.eclipse.emf.ecore.xml.namespace.impl org.eclipse.emf.ecore.xml.namespace.impl org.eclipse.emf.ecore.xml.namespace.impl org.eclipse.emf.ecore.xml.namespace.impl org.eclipse.emf.ecore.xml.namespace.util org.eclipse.emf.ecore.xml.namespace org.eclipse.emf.ecore.xml.namespace org.eclipse.emf.ecore.xml.namespace org.eclipse.emf.ecore.xml.namespace org.eclipse.emf.ecore.xml.namespace org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/lib/org.w3c.css.sac_1.3.1.v200903091627.jar:1.3.1 org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac.helpers [INFO] [jar] Building MANIFEST-only jar: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.api/target/org.eclipse.birt.api_4.14.0.v202306061603.jar [INFO] Executed tasks [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.api --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.api --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ 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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/org.eclipse.birt.api/target/jacoco.exec [INFO] [INFO] -----------------< org.eclipse.birt:birt-runtime-osgi >----------------- [INFO] Building birt-runtime-osgi 4.14.0-SNAPSHOT [252/289] [INFO] from build/birt-packages/birt-runtime-osgi/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-runtime-osgi --- [INFO] [INFO] --- antrun:1.8:run (clean) @ birt-runtime-osgi --- [INFO] Executing tasks main: clean: [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-runtime-osgi --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-runtime-osgi --- [INFO] Deleting /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/target [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-runtime-osgi --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-runtime-osgi --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-runtime-osgi/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-runtime-osgi --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-runtime-osgi --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-runtime-osgi --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-runtime-osgi --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-runtime-osgi --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-runtime-osgi --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-runtime-osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ birt-runtime-osgi --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/target/birt-runtime-p2.zip [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-runtime-osgi --- [INFO] [INFO] --- tycho-p2-director:2.7.5:materialize-products (materialize-products) @ birt-runtime-osgi --- [INFO] Installing product org.eclipse.birt.engine.runtime for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/target/products/org.eclipse.birt.engine.runtime/win32/win32/x86_64/ReportEngine Installing org.eclipse.birt.engine.runtime 4.14.0.v202306061603. Operation completed in 12328 ms. [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-runtime-osgi --- [INFO] [INFO] --- antrun:1.8:run (package) @ birt-runtime-osgi --- [INFO] Executing tasks main: build-report-engine: [copy] Copying 371 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/target/package/ReportEngine/platform/plugins [copy] Copying 37 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/target/package/ReportEngine/lib [copy] Copying 3 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/target/package/ReportEngine/platform/configuration [copy] Copying 1 file to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/target/package/ReportEngine/platform/configuration [copy] Copying 1 file to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/target/package/ReportEngine/samples [copy] Copying 1 file to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/target/package/ReportEngine [copy] Copying 1 file to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/target/package/ReportEngine build-webviewer: [echo] /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer, /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/target/package/WebViewerExample [copy] Copying 160 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/target/package/WebViewerExample [copy] Copying 37 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/target/package/WebViewerExample/WEB-INF/lib [copy] Copying 374 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/target/package/WebViewerExample/WEB-INF [copy] Copying 3 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/target/package/WebViewerExample/WEB-INF/lib [copy] Copying 3 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/target/package [copy] Copying 1 file to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/target/package/about_files [copy] Copying 1 file to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/target/package build-webviewer-war: [copy] Copying 1 file to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/target/package/WebViewerExample/WEB-INF [jar] Building jar: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/target/package/birt.war package: [zip] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/target/birt-runtime-osgi-4.14.0-202306061603.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-runtime-osgi --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-runtime-osgi --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-runtime-osgi/target/jacoco.exec [INFO] [INFO] -------------------< org.eclipse.birt:birt-runtime >-------------------- [INFO] Building birt-runtime 4.14.0-SNAPSHOT [253/289] [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/build-test/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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-runtime --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-runtime --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default) @ birt-runtime --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-runtime --- [INFO] [INFO] --- antrun:1.8:run (package) @ birt-runtime --- [INFO] Executing tasks main: build-report-engine: [copy] Copying 208 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime/target/package [copy] Copying 149 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime/target/package/ReportEngine/lib [copy] Copying 33 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime/target/package/ReportEngine/addons create-birt-runtime: [copy] Copying 162 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime/target/org.eclipse.birt.runtime [buildJar] create /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime/target/package/ReportEngine/lib/tmp.birt.runtime.jar from /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime/target/org.eclipse.birt.runtime load bundles from folder/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime/target/org.eclipse.birt.runtime [buildJar] load bundle org.eclipse.birt.chart.device.extension from org.eclipse.birt.chart.device.extension_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.chart.device.svg from org.eclipse.birt.chart.device.svg_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.chart.engine.extension from org.eclipse.birt.chart.engine.extension_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.chart.engine from org.eclipse.birt.chart.engine_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.chart.examples.core from org.eclipse.birt.chart.examples.core_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.chart.reportitem from org.eclipse.birt.chart.reportitem_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.core.script.function from org.eclipse.birt.core.script.function_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.core from org.eclipse.birt.core_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.data.aggregation from org.eclipse.birt.data.aggregation_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.data.oda.mongodb from org.eclipse.birt.data.oda.mongodb_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.data.oda.pojo from org.eclipse.birt.data.oda.pojo_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.data from org.eclipse.birt.data_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.me.prettyprint.hector from org.eclipse.birt.me.prettyprint.hector_4.14.0.v202306061603 [buildJar] load bundle org.eclipse.birt.report.data.adapter from org.eclipse.birt.report.data.adapter_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.data.bidi.utils from org.eclipse.birt.report.data.bidi.utils_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.data.oda.excel from org.eclipse.birt.report.data.oda.excel_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.data.oda.hive from org.eclipse.birt.report.data.oda.hive_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb from org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.data.oda.jdbc.dbprofile from org.eclipse.birt.report.data.oda.jdbc.dbprofile_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.data.oda.jdbc from org.eclipse.birt.report.data.oda.jdbc_4.14.0.v202306061603 [buildJar] load bundle org.eclipse.birt.report.data.oda.sampledb from org.eclipse.birt.report.data.oda.sampledb_4.14.0.v202306061603 [buildJar] load bundle org.eclipse.birt.report.data.oda.xml from org.eclipse.birt.report.data.oda.xml_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.designer.core from org.eclipse.birt.report.designer.core_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.dataextraction.csv from org.eclipse.birt.report.engine.dataextraction.csv_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.dataextraction from org.eclipse.birt.report.engine.dataextraction_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.docx from org.eclipse.birt.report.engine.emitter.config.docx_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.excel from org.eclipse.birt.report.engine.emitter.config.excel_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.html from org.eclipse.birt.report.engine.emitter.config.html_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.odp from org.eclipse.birt.report.engine.emitter.config.odp_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.ods from org.eclipse.birt.report.engine.emitter.config.ods_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.odt from org.eclipse.birt.report.engine.emitter.config.odt_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.pdf from org.eclipse.birt.report.engine.emitter.config.pdf_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.postscript from org.eclipse.birt.report.engine.emitter.config.postscript_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.ppt from org.eclipse.birt.report.engine.emitter.config.ppt_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.pptx from org.eclipse.birt.report.engine.emitter.config.pptx_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.wpml from org.eclipse.birt.report.engine.emitter.config.wpml_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config from org.eclipse.birt.report.engine.emitter.config_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.docx from org.eclipse.birt.report.engine.emitter.docx_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.html from org.eclipse.birt.report.engine.emitter.html_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.odp from org.eclipse.birt.report.engine.emitter.odp_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.ods from org.eclipse.birt.report.engine.emitter.ods_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.odt from org.eclipse.birt.report.engine.emitter.odt_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.pdf from org.eclipse.birt.report.engine.emitter.pdf_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.postscript from org.eclipse.birt.report.engine.emitter.postscript_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.ppt from org.eclipse.birt.report.engine.emitter.ppt_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.pptx from org.eclipse.birt.report.engine.emitter.pptx_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.prototype.excel from org.eclipse.birt.report.engine.emitter.prototype.excel_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.wpml from org.eclipse.birt.report.engine.emitter.wpml_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.fonts from org.eclipse.birt.report.engine.fonts_4.14.0.v202306061603 [buildJar] load bundle org.eclipse.birt.report.engine.odf from org.eclipse.birt.report.engine.odf_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.ooxml from org.eclipse.birt.report.engine.ooxml_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine.script.javascript from org.eclipse.birt.report.engine.script.javascript_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.engine from org.eclipse.birt.report.engine_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.item.crosstab.core from org.eclipse.birt.report.item.crosstab.core_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.model.adapter.oda from org.eclipse.birt.report.model.adapter.oda_4.14.0.v202306061603.jar [buildJar] load bundle org.eclipse.birt.report.model from org.eclipse.birt.report.model_4.14.0.v202306061603.jar [buildJar] load bundle uk.co.spudsoft.birt.emitters.excel from uk.co.spudsoft.birt.emitters.excel_4.14.0.v202306061603 Jun 06, 2023 4:59:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.device.svg/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.device.svg/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.device.svg/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.device.svg/.options Jun 06, 2023 4:59:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.engine.extension/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.engine.extension/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.engine.extension/.options Jun 06, 2023 4:59:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.engine/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.engine/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.engine/.options Jun 06, 2023 4:59:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.examples.core/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.examples.core/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.examples.core/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.reportitem/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.reportitem/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.reportitem/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.reportitem/.options Jun 06, 2023 4:59:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.core.script.function/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.core.script.function/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.core/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.core/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.core/.options Jun 06, 2023 4:59:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.data.aggregation/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.data.aggregation/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.data.aggregation/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.data.oda.mongodb/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.data.oda.mongodb/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.data.oda.pojo/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.data.oda.pojo/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.data/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.data/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:40 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.data/.options Jun 06, 2023 4:59:40 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:40 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:40 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:40 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/cassandra-thrift-1.1.0.jar/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:40 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/cassandra-thrift-1.1.0.jar/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:40 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/commons-lang-2.4.jar/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:40 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/commons-lang-2.4.jar/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:40 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/commons-lang-2.4.jar/META-INF/LICENSE.txt Jun 06, 2023 4:59:40 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/commons-lang-2.4.jar/META-INF/NOTICE.txt Jun 06, 2023 4:59:40 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/guava-r09.jar/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:40 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/guava-r09.jar/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/hector-core-1.1-2.jar/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/hector-core-1.1-2.jar/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/libthrift-0.14.0.jar/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/libthrift-0.14.0.jar/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/libthrift-0.14.0.jar/META-INF/LICENSE.txt Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/libthrift-0.14.0.jar/META-INF/NOTICE.txt Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/slf4j-api-1.6.1.jar/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/slf4j-api-1.6.1.jar/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/slf4j-nop-1.6.1.jar/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/slf4j-nop-1.6.1.jar/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.adapter/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.adapter/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.adapter/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.adapter/.options Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.bidi.utils/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.bidi.utils/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.bidi.utils/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.excel/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.excel/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.hive/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.hive/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.hive/.options Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.jdbc.dbprofile/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.jdbc.dbprofile/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.jdbc/.options Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.jdbc/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.jdbc/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.jdbc/oda-jdbc.jar/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.jdbc/oda-jdbc.jar/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.sampledb/.options Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.sampledb/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.sampledb/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.sampledb/db/BirtSample.jar/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.sampledb/db/BirtSample.jar/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.sampledb/sampledb.jar/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.sampledb/sampledb.jar/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.xml/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.xml/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.designer.core/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.designer.core/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.designer.core/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.dataextraction.csv/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.dataextraction.csv/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.dataextraction/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.dataextraction/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.dataextraction/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.docx/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.docx/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.docx/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.excel/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.excel/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.excel/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.html/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.html/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.html/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.odp/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.odp/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.odp/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.ods/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.ods/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.ods/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.odt/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.odt/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.odt/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.pdf/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.pdf/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.pdf/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.postscript/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.postscript/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.postscript/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.ppt/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.ppt/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.ppt/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.pptx/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.pptx/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.pptx/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.wpml/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.wpml/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.wpml/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.docx/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.docx/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.docx/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.html/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.html/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.html/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.html/.options Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.odp/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.odp/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.odp/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.ods/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.ods/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.ods/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.odt/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.odt/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.odt/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.pdf/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.pdf/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.pdf/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.pdf/.options Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.postscript/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.postscript/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.postscript/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.ppt/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.ppt/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.ppt/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.pptx/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.pptx/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.pptx/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.prototype.excel/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.prototype.excel/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.prototype.excel/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.wpml/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.wpml/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.wpml/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.fonts/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.fonts/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.fonts/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.odf/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.odf/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.odf/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.ooxml/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.ooxml/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.ooxml/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.script.javascript/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.script.javascript/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.script.javascript/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:41 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:43 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:43 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine/lib/Tidy.jar/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:43 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine/lib/Tidy.jar/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:43 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine/lib/Tidy.jar/META-INF/LICENSE.txt Jun 06, 2023 4:59:43 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine/lib/commons-cli-1.0.jar/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:43 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine/lib/commons-cli-1.0.jar/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:43 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine/lib/commons-cli-1.0.jar/META-INF/LICENSE.txt Jun 06, 2023 4:59:43 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine/.options Jun 06, 2023 4:59:43 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.item.crosstab.core/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:43 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.item.crosstab.core/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:43 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.item.crosstab.core/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:43 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.item.crosstab.core/eclipse32.png Jun 06, 2023 4:59:43 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.model.adapter.oda/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:43 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.model.adapter.oda/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:43 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.model/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:43 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.model/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:44 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.model/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:44 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.model/.options Jun 06, 2023 4:59:44 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate uk.co.spudsoft.birt.emitters.excel/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:44 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate uk.co.spudsoft.birt.emitters.excel/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:44 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate uk.co.spudsoft.birt.emitters.excel/OSGI-INF/l10n/bundle.properties Jun 06, 2023 4:59:44 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate uk.co.spudsoft.birt.emitters.excel/lib/commons-codec-1.5.jar/META-INF/ECLIPSE_.SF Jun 06, 2023 4:59:44 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate uk.co.spudsoft.birt.emitters.excel/lib/commons-codec-1.5.jar/META-INF/ECLIPSE_.RSA Jun 06, 2023 4:59:44 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate uk.co.spudsoft.birt.emitters.excel/lib/commons-codec-1.5.jar/META-INF/LICENSE.txt Jun 06, 2023 4:59:44 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate uk.co.spudsoft.birt.emitters.excel/lib/commons-codec-1.5.jar/META-INF/NOTICE.txt [zip] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime/target/package/ReportEngine/lib/org.eclipse.birt.runtime_4.14.0-202306061603.jar [delete] Deleting: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime/target/package/ReportEngine/lib/tmp.birt.runtime.jar build-webviewer: [copy] Copying 137 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime/target/package/WebViewerExample/WEB-INF/lib build-webviewer-war: [jar] Building jar: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime/target/package/birt.war package: [zip] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime/target/birt-runtime-4.14.0-202306061603.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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-runtime/target/jacoco.exec [INFO] [INFO] ----------------< org.eclipse.birt:birt-sample-plugins >---------------- [INFO] Building birt-sample-plugins 4.14.0-SNAPSHOT [254/289] [INFO] from build/birt-packages/birt-sample-plugins/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-sample-plugins --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-sample-plugins --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-sample-plugins --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-sample-plugins --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-sample-plugins --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-sample-plugins/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-sample-plugins --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-sample-plugins --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-sample-plugins --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-sample-plugins --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-sample-plugins --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-sample-plugins --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-sample-plugins --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ birt-sample-plugins --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-sample-plugins/target/birt-sample-plugins-4.14.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-sample-plugins --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-sample-plugins --- [INFO] [INFO] --- antrun:3.0.0:run (copy) @ birt-sample-plugins --- [INFO] Executing tasks [INFO] [delete] Deleting: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-sample-plugins/target/repository/artifacts.jar [INFO] [delete] Deleting: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-sample-plugins/target/repository/content.jar [INFO] [move] Moving 12 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-sample-plugins/target/repository/eclipse [INFO] [copy] Copying 2 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-sample-plugins/target/repository/eclipse [INFO] [zip] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-sample-plugins/target/birt-sample-plugins-4.14.0-202306061603.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-sample-plugins --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-sample-plugins --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-sample-plugins/target/jacoco.exec [INFO] [INFO] -----------------< org.eclipse.birt:birt-tests-suite >------------------ [INFO] Building birt-tests-suite 4.14.0-SNAPSHOT [255/289] [INFO] from build/birt-packages/birt-tests-suite/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-tests-suite --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-tests-suite --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-tests-suite --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-tests-suite --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-tests-suite --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-tests-suite/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-tests-suite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-tests-suite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-tests-suite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-tests-suite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-tests-suite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-tests-suite --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-tests-suite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ birt-tests-suite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-tests-suite/target/birt-tests-suite-4.14.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-tests-suite --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-tests-suite --- [INFO] [INFO] --- antrun:3.0.0:run (copy) @ birt-tests-suite --- [INFO] Executing tasks [INFO] [delete] Deleting: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-tests-suite/target/repository/artifacts.jar [INFO] [delete] Deleting: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-tests-suite/target/repository/content.jar [INFO] [move] Moving 27 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-tests-suite/target/repository/eclipse [INFO] [copy] Copying 4 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-tests-suite/target/repository [INFO] [zip] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-tests-suite/target/birt-tests-suite-4.14.0-202306061603.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-tests-suite --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-tests-suite --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-tests-suite/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt.features:org.eclipse.birt.integration.wtp.sdk >--- [INFO] Building org.eclipse.birt.integration.wtp.sdk 4.14.0-SNAPSHOT [256/289] [INFO] from features/org.eclipse.birt.integration.wtp.sdk.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.integration.wtp.sdk.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.integration.wtp.sdk.feature/target/org.eclipse.birt.integration.wtp.sdk-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.integration.wtp.sdk.feature/target/org.eclipse.birt.integration.wtp.sdk-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.integration.wtp.sdk.feature/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.birt:birt-wtp-integration-sdk >-------------- [INFO] Building birt-wtp-integration-sdk 4.14.0-SNAPSHOT [257/289] [INFO] from build/birt-packages/birt-wtp-integration-sdk/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-wtp-integration-sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-wtp-integration-sdk --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-wtp-integration-sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-wtp-integration-sdk --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-wtp-integration-sdk --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-wtp-integration-sdk/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-wtp-integration-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-wtp-integration-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-wtp-integration-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-wtp-integration-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-wtp-integration-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-wtp-integration-sdk --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-wtp-integration-sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ birt-wtp-integration-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-wtp-integration-sdk/target/birt-wtp-integration-sdk-4.14.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-wtp-integration-sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ 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/build-test/build/birt-packages/birt-wtp-integration-sdk/target/eclipse [INFO] [zip] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-wtp-integration-sdk/target/birt-wtp-integration-sdk-4.14.0-202306061603.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-wtp-integration-sdk/target/eclipse [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-wtp-integration-sdk --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-wtp-integration-sdk --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-wtp-integration-sdk/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt:org.eclipse.birt.chart.viewer >----------- [INFO] Building org.eclipse.birt.chart.viewer 4.14.0-SNAPSHOT [258/289] [INFO] from chart/org.eclipse.birt.chart.viewer/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.viewer --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.viewer --- [INFO] Resolving class path of org.eclipse.birt.chart.viewer... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.viewer --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/chart/org.eclipse.birt.chart.viewer/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.viewer --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.viewer/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.viewer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.viewer/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.viewer --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.viewer --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.viewer/target/org.eclipse.birt.chart.viewer-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.viewer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.viewer --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.viewer/chart-viewer.jar [INFO] Building jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.viewer/target/org.eclipse.birt.chart.viewer-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.viewer --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.viewer/target/org.eclipse.birt.chart.viewer-4.14.0-SNAPSHOT.jar_unpacked_10501629477771957316/chart-viewer.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.viewer/target/org.eclipse.birt.chart.viewer-4.14.0-SNAPSHOT.jar_unpacked_10501629477771957316/chart-viewer.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.viewer/target/org.eclipse.birt.chart.viewer-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.viewer/target/org.eclipse.birt.chart.viewer-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.viewer --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.viewer/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.viewer --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.viewer --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.viewer --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.viewer --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.viewer --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/chart/org.eclipse.birt.chart.viewer/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt.features:org.eclipse.birt.chart.viewer >------- [INFO] Building org.eclipse.birt.chart.viewer 4.14.0-SNAPSHOT [259/289] [INFO] from features/org.eclipse.birt.chart.viewer.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.viewer --- [INFO] Deleting /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.viewer.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.viewer --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.viewer --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.viewer.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.viewer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.chart.viewer --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.viewer.feature/target/org.eclipse.birt.chart.viewer-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.viewer --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.viewer.feature/target/org.eclipse.birt.chart.viewer-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.viewer --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.viewer.feature/target/org.eclipse.birt.chart.viewer-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.chart.viewer.feature/target/org.eclipse.birt.chart.viewer-4.14.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.viewer --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.chart.viewer.feature/target/jacoco.exec [INFO] [INFO] --------------------< org.eclipse.birt:birt-source >-------------------- [INFO] Building birt-source 4.14.0-SNAPSHOT [260/289] [INFO] from build/birt-packages/birt-source/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-source --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-source --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-source --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-source --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-source --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-source/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-source --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-source --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-source --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-source --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-source --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-source --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-source --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ birt-source --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-source/target/birt-source-4.14.0-202306061603.zip [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-source --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-source --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-source --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-source --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-source/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.build.package.nl:org.eclipse.birt.build.package.nl-parent >-- [INFO] Building org.eclipse.birt.build.package.nl-parent 4.14.0-SNAPSHOT [261/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-nl/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.build.package.nl-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.build.package.nl-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.build.package.nl-parent --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ 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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-nl/target/jacoco.exec [INFO] [INFO] --------------< org.eclipse.birt.nl:NLpack1-birt-charts >--------------- [INFO] Building NLpack1-birt-charts 4.14.0-SNAPSHOT [262/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-nl/birt-charts/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ NLpack1-birt-charts --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ NLpack1-birt-charts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ NLpack1-birt-charts --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ NLpack1-birt-charts --- [INFO] [INFO] --- antrun:3.0.0:run (default) @ NLpack1-birt-charts --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.p2updatesite/target/org.eclipse.birt.p2updatesite-4.14.0-SNAPSHOT.zip into /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-nl/birt-charts/target/p2updatesite [INFO] [copy] Copying 11 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-nl/birt-charts/target/content/ChartRuntime/eclipse/plugins [INFO] [copy] Copying 12 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-nl/birt-charts/target/content/ChartSDK/eclipse/plugins [INFO] [copy] Copying 6 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-nl/birt-charts/target/content/DeploymentRuntime/ChartEngine [INFO] [zip] Building zip: /home/jenkins/agent/workspace/build-test/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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-nl/birt-charts/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt.nl:NLpack1-birt-rcp-report-designer >-------- [INFO] Building NLpack1-birt-rcp-report-designer 4.14.0-SNAPSHOT [263/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-nl/birt-rcp-report-designer/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ NLpack1-birt-rcp-report-designer --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ NLpack1-birt-rcp-report-designer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ NLpack1-birt-rcp-report-designer --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ 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/build-test/build/org.eclipse.birt.p2updatesite/target/org.eclipse.birt.p2updatesite-4.14.0-SNAPSHOT.zip into /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-nl/birt-rcp-report-designer/target/p2updatesite [INFO] [copy] Copying 56 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-nl/birt-rcp-report-designer/target/content/birt/plugins [INFO] [zip] Building zip: /home/jenkins/agent/workspace/build-test/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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-nl/birt-rcp-report-designer/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt.nl:NLpack1-birt-report-designer-all-in-one >----- [INFO] Building NLpack1-birt-report-designer-all-in-one 4.14.0-SNAPSHOT [264/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-nl/birt-report-designer-all-in-one/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ NLpack1-birt-report-designer-all-in-one --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ NLpack1-birt-report-designer-all-in-one --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ NLpack1-birt-report-designer-all-in-one --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ 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/build-test/build/org.eclipse.birt.p2updatesite/target/org.eclipse.birt.p2updatesite-4.14.0-SNAPSHOT.zip into /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-nl/birt-report-designer-all-in-one/target/p2updatesite [INFO] [copy] Copying 64 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-nl/birt-report-designer-all-in-one/target/content/eclipse/plugins [INFO] [zip] Building zip: /home/jenkins/agent/workspace/build-test/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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-nl/birt-report-designer-all-in-one/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.nl:NLpack1-birt-report-framework >---------- [INFO] Building NLpack1-birt-report-framework 4.14.0-SNAPSHOT [265/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-nl/birt-report-framework/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ NLpack1-birt-report-framework --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ NLpack1-birt-report-framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ NLpack1-birt-report-framework --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ 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/build-test/build/org.eclipse.birt.p2updatesite/target/org.eclipse.birt.p2updatesite-4.14.0-SNAPSHOT.zip into /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-nl/birt-report-framework/target/p2updatesite [INFO] [copy] Copying 64 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-nl/birt-report-framework/target/content/eclipse/plugins [INFO] [zip] Building zip: /home/jenkins/agent/workspace/build-test/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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-nl/birt-report-framework/target/jacoco.exec [INFO] [INFO] --------------< org.eclipse.birt.nl:NLpack1-birt-runtime >-------------- [INFO] Building NLpack1-birt-runtime 4.14.0-SNAPSHOT [266/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-nl/birt-runtime/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ NLpack1-birt-runtime --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ NLpack1-birt-runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ NLpack1-birt-runtime --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ NLpack1-birt-runtime --- [INFO] [INFO] --- antrun:3.0.0:run (default) @ NLpack1-birt-runtime --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.p2updatesite/target/org.eclipse.birt.p2updatesite-4.14.0-SNAPSHOT.zip into /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-nl/birt-runtime/target/p2updatesite [INFO] [copy] Copying 22 files to /home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-nl/birt-runtime/target/content/birt-runtime-4.14.0/WebViewerExample/WEB-INF/lib [INFO] [copy] Copying 21 files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-nl/birt-runtime/target/content/birt-runtime-4.14.0/WebViewerExample/WEB-INF/platform/plugins [INFO] [zip] Building zip: /home/jenkins/agent/workspace/build-test/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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-nl/birt-runtime/target/jacoco.exec [INFO] [INFO] -------------------< org.eclipse.birt:birt-publish >-------------------- [INFO] Building birt-publish 4.14.0-SNAPSHOT [267/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-publish/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-publish --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-publish --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-publish --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-publish --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-publish --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-publish/target/jacoco.exec [INFO] [INFO] -----------------< org.eclipse.birt:birt-runtime-test >----------------- [INFO] Building birt-runtime-test 4.14.0-SNAPSHOT [268/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/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] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 3 resources [INFO] [INFO] --- dependency:2.10:unpack (copy) @ birt-runtime-test --- [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Configured Artifact: org.eclipse.birt:birt-runtime:4.14.0-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.birt:birt-runtime-osgi:4.14.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime/target/birt-runtime-4.14.0-202306061603.zip to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-test/target/birt-runtime with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/target/birt-runtime-osgi-4.14.0-202306061603.zip to /home/jenkins/agent/workspace/build-test/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] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-test/target/test-classes [INFO] /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-test/src/test/java/org/eclipse/birt/sdk/RuntimeTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-test/src/test/java/org/eclipse/birt/sdk/RuntimeTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:2.22.0:test (default-test) @ birt-runtime-test --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-runtime-test --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-runtime-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ birt-runtime-test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-test/target/birt-runtime-test-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-runtime-test --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-runtime-test --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-test/target/birt-runtime-test-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-runtime-test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/build/birt-packages/birt-runtime-test/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt.chart:org.eclipse.birt.chart-parent >-------- [INFO] Building org.eclipse.birt.chart-parent 4.14.0-SNAPSHOT [269/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/chart/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart-parent --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ 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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/chart/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt.common:org.eclipse.birt.common-parent >------- [INFO] Building org.eclipse.birt.common-parent 4.14.0-SNAPSHOT [270/289] [INFO] from common/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.common-parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.common-parent --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/common/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.common-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.common-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.common-parent --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.common-parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.common-parent --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/common/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.common-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.common-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.common-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/common/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.data.oda.pojo.tests >-------- [INFO] Building org.eclipse.birt.data.oda.pojo.tests 4.14.0-SNAPSHOT [271/289] [INFO] from data/org.eclipse.birt.data.oda.pojo.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] Resolving class path of org.eclipse.birt.data.oda.pojo.tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/org.eclipse.birt.data.oda.pojo.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo.tests/target/org.eclipse.birt.data.oda.pojo.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo.tests/target/org.eclipse.birt.data.oda.pojo.tests-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo.tests/target/org.eclipse.birt.data.oda.pojo.tests-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo.tests/target/org.eclipse.birt.data.oda.pojo.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/org.eclipse.birt.data.oda.pojo.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] Skipping tests [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] Skipping JaCoCo execution due to missing execution data file. [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/build-test/data/org.eclipse.birt.data.oda.pojo.tests/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.data:org.eclipse.birt.data-parent >--------- [INFO] Building org.eclipse.birt.data-parent 4.14.0-SNAPSHOT [272/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/data/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data-parent --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ 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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/data/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.docs:org.eclipse.birt.docs-parent >--------- [INFO] Building org.eclipse.birt.docs-parent 4.14.0-SNAPSHOT [273/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/docs/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.docs-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.docs-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.docs-parent --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ 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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/docs/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.dataextraction.csv.tests >-- [INFO] Building org.eclipse.birt.report.engine.dataextraction.csv.tests 4.14.0-SNAPSHOT [274/289] [INFO] from engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] Resolving class path of org.eclipse.birt.report.engine.dataextraction.csv.tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/target/org.eclipse.birt.report.engine.dataextraction.csv.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/target/org.eclipse.birt.report.engine.dataextraction.csv.tests-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/target/org.eclipse.birt.report.engine.dataextraction.csv.tests-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/target/org.eclipse.birt.report.engine.dataextraction.csv.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] Skipping tests [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/build-test/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pptx.tests >-- [INFO] Building org.eclipse.birt.report.engine.emitter.pptx.tests 4.14.0-SNAPSHOT [275/289] [INFO] from engine/org.eclipse.birt.report.engine.emitter.pptx.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.pptx.tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/target/org.eclipse.birt.report.engine.emitter.pptx.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/target/org.eclipse.birt.report.engine.emitter.pptx.tests-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/target/org.eclipse.birt.report.engine.emitter.pptx.tests-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/target/org.eclipse.birt.report.engine.emitter.pptx.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] Skipping tests [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/build-test/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:uk.co.spudsoft.birt.emitters.excel.tests >------ [INFO] Building uk.co.spudsoft.birt.emitters.excel.tests 4.14.0-SNAPSHOT [276/289] [INFO] from engine/uk.co.spudsoft.birt.emitters.excel.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Resolving class path of uk.co.spudsoft.birt.emitters.excel.tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/uk.co.spudsoft.birt.emitters.excel.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Compiling 63 source files to /home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/uk.co.spudsoft.birt.emitters.excel.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/uk.co.spudsoft.birt.emitters.excel.tests-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/uk.co.spudsoft.birt.emitters.excel.tests-4.14.0-SNAPSHOT.jar_unpacked_15562437950455642680/lib/commons-codec-1.5.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/uk.co.spudsoft.birt.emitters.excel.tests-4.14.0-SNAPSHOT.jar_unpacked_15562437950455642680/lib/commons-codec-1.5.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/uk.co.spudsoft.birt.emitters.excel.tests-4.14.0-SNAPSHOT.jar_unpacked_15562437950455642680/lib/xmlbeans-2.3.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/uk.co.spudsoft.birt.emitters.excel.tests-4.14.0-SNAPSHOT.jar_unpacked_15562437950455642680/lib/xmlbeans-2.3.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/uk.co.spudsoft.birt.emitters.excel.tests-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/uk.co.spudsoft.birt.emitters.excel.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt.engine:org.eclipse.birt.engine-parent >------- [INFO] Building org.eclipse.birt.engine-parent 4.14.0-SNAPSHOT [277/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/engine/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.engine-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.engine-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.engine-parent --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ 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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/engine/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt.features:org.eclipse.birt.sdk >----------- [INFO] Building org.eclipse.birt.sdk 4.14.0-SNAPSHOT [278/289] [INFO] from features/org.eclipse.birt.sdk.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.sdk --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.sdk --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.sdk --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.sdk.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.sdk --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.sdk --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.sdk.feature/target/org.eclipse.birt.sdk-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.sdk --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.sdk --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/features/org.eclipse.birt.sdk.feature/target/org.eclipse.birt.sdk-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/features/org.eclipse.birt.sdk.feature/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.samples.ide.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.samples.ide.nl1 4.14.0-SNAPSHOT [279/289] [INFO] from nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.samples.ide.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/target/org.eclipse.birt.report.designer.ui.samples.ide.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [WARNING] /home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/target/org.eclipse.birt.report.designer.ui.samples.ide.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/target/org.eclipse.birt.report.designer.ui.samples.ide.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/target/org.eclipse.birt.report.designer.ui.samples.ide.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.samplesview.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.samplesview.nl1 4.14.0-SNAPSHOT [280/289] [INFO] from nl/org.eclipse.birt.report.designer.ui.samplesview.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.samplesview.nl1... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl to /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/target/org.eclipse.birt.report.designer.ui.samplesview.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/target/org.eclipse.birt.report.designer.ui.samplesview.nl1-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/target/org.eclipse.birt.report.designer.ui.samplesview.nl1-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/target/org.eclipse.birt.report.designer.ui.samplesview.nl1-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.preview.static_html >-- [INFO] Building org.eclipse.birt.report.designer.ui.preview.static_html 4.14.0-SNAPSHOT [281/289] [INFO] from UI/org.eclipse.birt.report.designer.ui.preview.static_html/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.preview.static_html... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.designer.ui.preview.static_html/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.static_html/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.static_html/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.static_html/target/org.eclipse.birt.report.designer.ui.preview.static_html-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.static_html/target/org.eclipse.birt.report.designer.ui.preview.static_html-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.static_html/target/org.eclipse.birt.report.designer.ui.preview.static_html-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.static_html/target/org.eclipse.birt.report.designer.ui.preview.static_html-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.static_html/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.static_html/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.preview.test >-- [INFO] Building org.eclipse.birt.report.designer.ui.preview.test 4.14.0-SNAPSHOT [282/289] [INFO] from UI/org.eclipse.birt.report.designer.ui.preview.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.preview.test... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/org.eclipse.birt.report.designer.ui.preview.test/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.test/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.test/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.test/target/org.eclipse.birt.report.designer.ui.preview.test-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.test/target/org.eclipse.birt.report.designer.ui.preview.test-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.test/target/org.eclipse.birt.report.designer.ui.preview.test-4.14.0-SNAPSHOT.jar [WARNING] [Tue Jun 06 17:02:55 UTC 2023] HTTP request failed. HTTP Error 500 (reason: Server Error) HTTP Error 500 Problem accessing '/jarsigner/sign' Reason: Server Error Server response has been saved to '/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.test/target/org.eclipse.birt.report.designer.ui.preview.test-4.14.0-SNAPSHOT.jar-11181871625330074083-RemoteJarSigner.log' [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.test/target/org.eclipse.birt.report.designer.ui.preview.test-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.test/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/UI/org.eclipse.birt.report.designer.ui.preview.test/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt.UI:org.eclipse.birt.UI-parent >----------- [INFO] Building org.eclipse.birt.UI-parent 4.14.0-SNAPSHOT [283/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/UI/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.UI-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.UI-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.UI-parent --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ 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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/UI/target/jacoco.exec [INFO] [INFO] ----------< org.eclipse.birt:org.eclipse.birt.jetty.overlay >----------- [INFO] Building org.eclipse.birt.jetty.overlay 4.14.0-SNAPSHOT [284/289] [INFO] from viewer/org.eclipse.birt.jetty.overlay/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.jetty.overlay --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.jetty.overlay --- [INFO] Resolving class path of org.eclipse.birt.jetty.overlay... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.jetty.overlay --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/viewer/org.eclipse.birt.jetty.overlay/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.jetty.overlay --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.jetty.overlay/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.jetty.overlay --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.jetty.overlay/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.jetty.overlay --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.jetty.overlay --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.jetty.overlay/target/org.eclipse.birt.jetty.overlay-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.jetty.overlay --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.jetty.overlay --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.jetty.overlay/target/org.eclipse.birt.jetty.overlay-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.jetty.overlay --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.jetty.overlay/target/org.eclipse.birt.jetty.overlay-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.jetty.overlay/target/org.eclipse.birt.jetty.overlay-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.jetty.overlay --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.jetty.overlay/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.jetty.overlay --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.jetty.overlay --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.jetty.overlay --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.jetty.overlay --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.jetty.overlay --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.jetty.overlay/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.viewer.tests >-------- [INFO] Building org.eclipse.birt.report.viewer.tests 4.14.0-SNAPSHOT [285/289] [INFO] from viewer/org.eclipse.birt.report.viewer.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.viewer.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.viewer.tests --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.viewer.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.viewer.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.viewer.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.viewer.tests --- [INFO] Resolving class path of org.eclipse.birt.report.viewer.tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.viewer.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/viewer/org.eclipse.birt.report.viewer.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.viewer.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.viewer.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.viewer.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.viewer.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer.tests/target/org.eclipse.birt.report.viewer.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.viewer.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.viewer.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer.tests/target/org.eclipse.birt.report.viewer.tests-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.viewer.tests --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.viewer.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.viewer.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer.tests/target/org.eclipse.birt.report.viewer.tests-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer.tests/target/org.eclipse.birt.report.viewer.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.viewer.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.viewer.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.viewer.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.viewer.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.viewer.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.viewer.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/viewer/org.eclipse.birt.report.viewer.tests/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt.viewer:org.eclipse.birt.viewer-parent >------- [INFO] Building org.eclipse.birt.viewer-parent 4.14.0-SNAPSHOT [286/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/viewer/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.viewer-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.viewer-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.viewer-parent --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ 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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/viewer/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.item.crosstab.core.tests >-- [INFO] Building org.eclipse.birt.report.item.crosstab.core.tests 4.14.0-SNAPSHOT [287/289] [INFO] from xtab/org.eclipse.birt.report.item.crosstab.core.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] The project's OSGi version is 4.14.0.v202306061603 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] Resolving class path of org.eclipse.birt.report.item.crosstab.core.tests... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/xtab/org.eclipse.birt.report.item.crosstab.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.core.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/org.eclipse.birt.report.item.crosstab.core.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/org.eclipse.birt.report.item.crosstab.core.tests-4.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/org.eclipse.birt.report.item.crosstab.core.tests-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/org.eclipse.birt.report.item.crosstab.core.tests-4.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] Skipping tests [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/build-test/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.xtab:org.eclipse.birt.xtab-parent >--------- [INFO] Building org.eclipse.birt.xtab-parent 4.14.0-SNAPSHOT [288/289] [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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/xtab/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.xtab-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.xtab-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.xtab-parent --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ 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/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/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/build-test/xtab/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.promote:org.eclipse.birt.promote >---------- [INFO] Building org.eclipse.birt.promote 4.14.0-SNAPSHOT [289/289] [INFO] from promotion/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.promote --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.promote --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/promotion/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.promote --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.promote --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.promote --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.promote --- [INFO] [INFO] --- tycho-eclipserun:2.7.5:eclipse-run (promote) @ org.eclipse.birt.promote --- [WARNING] Parameter 'appArgLine' is deprecated: use {@link #applicationsArgs} instead. [INFO] Fetching p2.index from https://download.eclipse.org/releases/2023-03/ (122B) [INFO] Adding repository https://download.eclipse.org/releases/2023-03 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2023-03/ (481B) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2023-03/ (442B) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2023-03/202303091200/ (107.69kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2023-03/202303151000/ (140B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2023-03/202303151000/ (916.22kB) [INFO] Fetching p2.index from https://download.eclipse.org/justj/tools/updates/nightly/latest/ (126B) [INFO] Adding repository https://download.eclipse.org/justj/tools/updates/nightly/latest [INFO] Fetching compositeContent.jar from https://download.eclipse.org/justj/tools/updates/nightly/latest/ (442B) [INFO] Fetching p2.index from https://download.eclipse.org/justj/tools/updates/nightly/N202306061044/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/justj/tools/updates/nightly/N202306061044/ (4.62kB) [INFO] Fetching 202303151000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2023-03/ (63B) [INFO] Fetching bcpg_1.72.2.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (397.08kB) [INFO] Fetching bcprov_1.72.0.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (10.75MB) [INFO] Fetching org.eclipse.osgi_3.18.300.v20230220-1352.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.47MB) [INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (101.83kB) [INFO] Fetching org.eclipse.equinox.common_3.17.100.v20230202-1341.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (147.22kB) [INFO] Fetching org.eclipse.core.jobs_3.13.300.v20230111-0823.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (114.59kB) [INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (74.44kB) [INFO] Fetching org.eclipse.emf.common_2.28.0.v20230223-0922.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (378.6kB) [INFO] Fetching org.eclipse.emf.ecore_2.33.0.v20230226-0921.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (1.29MB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.18.0.v20230211-1150.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (238.68kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.800.v20221205-1614.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (172.79kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (362.07kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (79.47kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.400.v20221201-0952.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (71.66kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.300.v20221030-1923.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (176.44kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (112.39kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (221.38kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.300.v20221203-1819.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (103.71kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.300.v20221214-0640.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (246.26kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.300.v20221203-1932.jar from https://download.eclipse.org/releases/2023-03/202303151000/plugins/ (256.99kB) [INFO] Fetching org.eclipse.justj.codegen_0.1.0.v20230502-1204.jar from https://download.eclipse.org/justj/tools/updates/nightly/N202306061044/plugins/ (299.12kB) [INFO] Fetching org.eclipse.justj.p2_0.1.0.v20230606-1042.jar from https://download.eclipse.org/justj/tools/updates/nightly/N202306061044/plugins/ (109.24kB) [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/build-test/promotion/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/agent/workspace/build-test/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -install, /home/jenkins/agent/workspace/build-test/promotion/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/build-test/promotion/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/build-test/promotion/target/eclipserun-work/data, -consoleLog, -application, org.eclipse.justj.p2.manager, -data, @None, -nosplash, -remote, genie.birt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/birt, -retain, 5, -label, BIRT, -build-url, https://ci.eclipse.org/birt/job/build-test/, -root, /home/jenkins/agent/workspace/build-test/promotion/target/birt-sync, -relative, updates-tmp, -version-iu, org.eclipse.birt.feature, -iu-filter-pattern, org.eclipse.birt.*(?BIRT] !SESSION 2023-06-06 17:03:34.780 ----------------------------------------------- eclipse.buildId=unknown java.version=17.0.2 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Framework arguments: -application org.eclipse.justj.p2.manager -remote genie.birt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/birt -retain 5 -label BIRT -build-url https://ci.eclipse.org/birt/job/build-test/ -root /home/jenkins/agent/workspace/build-test/promotion/target/birt-sync -relative updates-tmp -version-iu org.eclipse.birt.feature -iu-filter-pattern org.eclipse.birt.*(?BIRT Command-line arguments: -data /home/jenkins/agent/workspace/build-test/promotion/target/eclipserun-work/data -consoleLog -application org.eclipse.justj.p2.manager -data @None -remote genie.birt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/birt -retain 5 -label BIRT -build-url https://ci.eclipse.org/birt/job/build-test/ -root /home/jenkins/agent/workspace/build-test/promotion/target/birt-sync -relative updates-tmp -version-iu org.eclipse.birt.feature -iu-filter-pattern org.eclipse.birt.*(?BIRT !ENTRY org.eclipse.justj.p2 2 0 2023-06-06 17:03:36.743 !MESSAGE Starting the p2 manager /usr/bin/ssh genie.birt@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/birt/updates-tmp /usr/bin/rsync -avsh --exclude *.zip --exclude *.tar.gz --exclude */features --exclude */plugins --exclude */binary --exclude */.blobstore --exclude *.html --exclude */downloads --exclude */archive genie.birt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/birt/updates-tmp/ /home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp receiving incremental file list ./ sent 159 bytes received 72 bytes 154.00 bytes/sec total size is 0 speedup is 0.00 Promoting nightly /home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.p2updatesite/target/repository to /home/jenkins/agent/workspace/build-test/promotion/target/birt-sync Promoting update site to /home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603 Mirroring '/home/jenkins/agent/workspace/build-test/build/org.eclipse.birt.p2updatesite/target/repository' to '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603' !ENTRY org.eclipse.equinox.p2.transformer 0 0 2023-06-06 17:04:17.175 !MESSAGE Messages while mirroring artifact descriptors. Mirroring download '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-charts/target/birt-charts-4.14.0-202306061603.zip' to '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-charts-4.14.0-202306061603.zip' Created digest '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-charts-4.14.0-202306061603.zip.sha512' Mirroring download '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.14.0-202306061603-linux.gtk.aarch64.zip' to '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-report-designer-all-in-one-4.14.0-202306061603-linux.gtk.aarch64.zip' Created digest '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-report-designer-all-in-one-4.14.0-202306061603-linux.gtk.aarch64.zip.sha512' Mirroring download '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.14.0-202306061603-linux.gtk.x86_64.zip' to '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-report-designer-all-in-one-4.14.0-202306061603-linux.gtk.x86_64.zip' Created digest '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-report-designer-all-in-one-4.14.0-202306061603-linux.gtk.x86_64.zip.sha512' Mirroring download '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.14.0-202306061603-macosx.cocoa.aarch64.zip' to '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-report-designer-all-in-one-4.14.0-202306061603-macosx.cocoa.aarch64.zip' Created digest '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-report-designer-all-in-one-4.14.0-202306061603-macosx.cocoa.aarch64.zip.sha512' Mirroring download '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.14.0-202306061603-macosx.cocoa.x86_64.zip' to '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-report-designer-all-in-one-4.14.0-202306061603-macosx.cocoa.x86_64.zip' Created digest '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-report-designer-all-in-one-4.14.0-202306061603-macosx.cocoa.x86_64.zip.sha512' Mirroring download '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.14.0-202306061603-win32.win32.x86_64.zip' to '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-report-designer-all-in-one-4.14.0-202306061603-win32.win32.x86_64.zip' Created digest '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-report-designer-all-in-one-4.14.0-202306061603-win32.win32.x86_64.zip.sha512' Mirroring download '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-framework-sdk/target/birt-report-framework-sdk-4.14.0-202306061603.zip' to '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-report-framework-sdk-4.14.0-202306061603.zip' Created digest '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-report-framework-sdk-4.14.0-202306061603.zip.sha512' Mirroring download '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-framework/target/birt-report-framework-4.14.0-202306061603.zip' to '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-report-framework-4.14.0-202306061603.zip' Created digest '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-report-framework-4.14.0-202306061603.zip.sha512' Mirroring download '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-rcp/target/products/birt-rcp-report-designer-4.14.0-202306061603-linux.gtk.aarch64.zip' to '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-rcp-report-designer-4.14.0-202306061603-linux.gtk.aarch64.zip' Created digest '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-rcp-report-designer-4.14.0-202306061603-linux.gtk.aarch64.zip.sha512' Mirroring download '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-rcp/target/products/birt-rcp-report-designer-4.14.0-202306061603-linux.gtk.x86_64.zip' to '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-rcp-report-designer-4.14.0-202306061603-linux.gtk.x86_64.zip' Created digest '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-rcp-report-designer-4.14.0-202306061603-linux.gtk.x86_64.zip.sha512' Mirroring download '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-rcp/target/products/birt-rcp-report-designer-4.14.0-202306061603-macosx.cocoa.aarch64.zip' to '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-rcp-report-designer-4.14.0-202306061603-macosx.cocoa.aarch64.zip' Created digest '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-rcp-report-designer-4.14.0-202306061603-macosx.cocoa.aarch64.zip.sha512' Mirroring download '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-rcp/target/products/birt-rcp-report-designer-4.14.0-202306061603-macosx.cocoa.x86_64.zip' to '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-rcp-report-designer-4.14.0-202306061603-macosx.cocoa.x86_64.zip' Created digest '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-rcp-report-designer-4.14.0-202306061603-macosx.cocoa.x86_64.zip.sha512' Mirroring download '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-report-rcp/target/products/birt-rcp-report-designer-4.14.0-202306061603-win32.win32.x86_64.zip' to '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-rcp-report-designer-4.14.0-202306061603-win32.win32.x86_64.zip' Created digest '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-rcp-report-designer-4.14.0-202306061603-win32.win32.x86_64.zip.sha512' Mirroring download '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime-osgi/target/birt-runtime-osgi-4.14.0-202306061603.zip' to '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-runtime-osgi-4.14.0-202306061603.zip' Created digest '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-runtime-osgi-4.14.0-202306061603.zip.sha512' Mirroring download '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-runtime/target/birt-runtime-4.14.0-202306061603.zip' to '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-runtime-4.14.0-202306061603.zip' Created digest '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-runtime-4.14.0-202306061603.zip.sha512' Mirroring download '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-sample-plugins/target/birt-sample-plugins-4.14.0-202306061603.zip' to '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-sample-plugins-4.14.0-202306061603.zip' Created digest '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-sample-plugins-4.14.0-202306061603.zip.sha512' Mirroring download '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-source/target/birt-source-4.14.0-202306061603.zip' to '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-source-4.14.0-202306061603.zip' Created digest '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-source-4.14.0-202306061603.zip.sha512' Mirroring download '/home/jenkins/agent/workspace/build-test/build/birt-packages/birt-tests-suite/target/birt-tests-suite-4.14.0-202306061603.zip' to '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-tests-suite-4.14.0-202306061603.zip' Created digest '/home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/downloads/birt-tests-suite-4.14.0-202306061603.zip.sha512' Composing update site /home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly Composing update site /home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/latest Recompose composites: /home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp Recompose: /home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly <- N202306061603 Composing update site /home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly Composing update site /home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/latest Cleaning milestones /home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/milestone Generating downloads /home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp Generating downloads /home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly Generating downloads /home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603 Creating archive /home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603 Generating downloads /home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/latest Generating /home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/index.html !ENTRY org.eclipse.equinox.p2.metadata 1 0 2023-06-06 17:06:04.216 !MESSAGE No translation source unavailable. Default language will be used. Generating /home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/index.html Generating /home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/latest/index.html Generating /home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/nightly/N202306061603/index.html /usr/bin/rsync -avsh /home/jenkins/agent/workspace/build-test/promotion/target/birt-sync/updates-tmp/ genie.birt@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/birt/updates-tmp/ sending incremental file list ./ index.html nightly/ nightly/compositeArtifacts.jar nightly/compositeContent.jar nightly/index.html nightly/p2.index nightly/N202306061603/ nightly/N202306061603/BIRT-Updates-N202306061603.zip nightly/N202306061603/BIRT-Updates-N202306061603.zip.sha256 nightly/N202306061603/BIRT-Updates-N202306061603.zip.sha512 nightly/N202306061603/artifacts.jar nightly/N202306061603/artifacts.xml.xz nightly/N202306061603/content.jar nightly/N202306061603/content.xml.xz nightly/N202306061603/index.html nightly/N202306061603/p2.index nightly/N202306061603/binary/ nightly/N202306061603/binary/org.eclipse.birt.designer.executable.cocoa.macosx.aarch64_4.14.0.v202306061603 nightly/N202306061603/binary/org.eclipse.birt.designer.executable.cocoa.macosx.x86_64_4.14.0.v202306061603 nightly/N202306061603/binary/org.eclipse.birt.designer.executable.gtk.linux.aarch64_4.14.0.v202306061603 nightly/N202306061603/binary/org.eclipse.birt.designer.executable.gtk.linux.x86_64_4.14.0.v202306061603 nightly/N202306061603/binary/org.eclipse.birt.designer.executable.win32.win32.x86_64_4.14.0.v202306061603 nightly/N202306061603/binary/org.eclipse.platform_root_4.28.0.v20230605-0440 nightly/N202306061603/binary/org.eclipse.rcp_root_4.28.0.v20230605-0440 nightly/N202306061603/downloads/ nightly/N202306061603/downloads/birt-charts-4.14.0-202306061603.zip nightly/N202306061603/downloads/birt-charts-4.14.0-202306061603.zip.sha512 nightly/N202306061603/downloads/birt-rcp-report-designer-4.14.0-202306061603-linux.gtk.aarch64.zip nightly/N202306061603/downloads/birt-rcp-report-designer-4.14.0-202306061603-linux.gtk.aarch64.zip.sha512 nightly/N202306061603/downloads/birt-rcp-report-designer-4.14.0-202306061603-linux.gtk.x86_64.zip nightly/N202306061603/downloads/birt-rcp-report-designer-4.14.0-202306061603-linux.gtk.x86_64.zip.sha512 nightly/N202306061603/downloads/birt-rcp-report-designer-4.14.0-202306061603-macosx.cocoa.aarch64.zip nightly/N202306061603/downloads/birt-rcp-report-designer-4.14.0-202306061603-macosx.cocoa.aarch64.zip.sha512 nightly/N202306061603/downloads/birt-rcp-report-designer-4.14.0-202306061603-macosx.cocoa.x86_64.zip nightly/N202306061603/downloads/birt-rcp-report-designer-4.14.0-202306061603-macosx.cocoa.x86_64.zip.sha512 nightly/N202306061603/downloads/birt-rcp-report-designer-4.14.0-202306061603-win32.win32.x86_64.zip nightly/N202306061603/downloads/birt-rcp-report-designer-4.14.0-202306061603-win32.win32.x86_64.zip.sha512 nightly/N202306061603/downloads/birt-report-designer-all-in-one-4.14.0-202306061603-linux.gtk.aarch64.zip nightly/N202306061603/downloads/birt-report-designer-all-in-one-4.14.0-202306061603-linux.gtk.aarch64.zip.sha512 nightly/N202306061603/downloads/birt-report-designer-all-in-one-4.14.0-202306061603-linux.gtk.x86_64.zip nightly/N202306061603/downloads/birt-report-designer-all-in-one-4.14.0-202306061603-linux.gtk.x86_64.zip.sha512 nightly/N202306061603/downloads/birt-report-designer-all-in-one-4.14.0-202306061603-macosx.cocoa.aarch64.zip nightly/N202306061603/downloads/birt-report-designer-all-in-one-4.14.0-202306061603-macosx.cocoa.aarch64.zip.sha512 nightly/N202306061603/downloads/birt-report-designer-all-in-one-4.14.0-202306061603-macosx.cocoa.x86_64.zip nightly/N202306061603/downloads/birt-report-designer-all-in-one-4.14.0-202306061603-macosx.cocoa.x86_64.zip.sha512 nightly/N202306061603/downloads/birt-report-designer-all-in-one-4.14.0-202306061603-win32.win32.x86_64.zip nightly/N202306061603/downloads/birt-report-designer-all-in-one-4.14.0-202306061603-win32.win32.x86_64.zip.sha512 nightly/N202306061603/downloads/birt-report-framework-4.14.0-202306061603.zip nightly/N202306061603/downloads/birt-report-framework-4.14.0-202306061603.zip.sha512 nightly/N202306061603/downloads/birt-report-framework-sdk-4.14.0-202306061603.zip nightly/N202306061603/downloads/birt-report-framework-sdk-4.14.0-202306061603.zip.sha512 nightly/N202306061603/downloads/birt-runtime-4.14.0-202306061603.zip nightly/N202306061603/downloads/birt-runtime-4.14.0-202306061603.zip.sha512 nightly/N202306061603/downloads/birt-runtime-osgi-4.14.0-202306061603.zip nightly/N202306061603/downloads/birt-runtime-osgi-4.14.0-202306061603.zip.sha512 nightly/N202306061603/downloads/birt-sample-plugins-4.14.0-202306061603.zip nightly/N202306061603/downloads/birt-sample-plugins-4.14.0-202306061603.zip.sha512 nightly/N202306061603/downloads/birt-source-4.14.0-202306061603.zip nightly/N202306061603/downloads/birt-source-4.14.0-202306061603.zip.sha512 nightly/N202306061603/downloads/birt-tests-suite-4.14.0-202306061603.zip nightly/N202306061603/downloads/birt-tests-suite-4.14.0-202306061603.zip.sha512 nightly/N202306061603/features/ nightly/N202306061603/features/org.eclipse.birt.chart.cshelp_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.birt.chart.doc.isv_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.birt.chart.integration.wtp_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.birt.chart.osgi.runtime.sdk_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.birt.chart.osgi.runtime.source_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.birt.chart.osgi.runtime_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.birt.chart_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.birt.cshelp_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.birt.doc.isv_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.birt.doc_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.birt.engine.runtime_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.birt.example_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.birt.integration.wtp_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.birt.nl_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.birt.osgi.runtime.sdk_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.birt.osgi.runtime.source_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.birt.osgi.runtime_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.birt.rcp.nl_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.birt.rcp_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.birt.report.designer.editor.xml.wtp_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.birt.testhelper_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.birt.tests_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.birt.wtp.nl_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.birt_4.14.0.v202306061603.jar nightly/N202306061603/features/org.eclipse.e4.rcp_4.28.0.v20230525-0648.jar nightly/N202306061603/features/org.eclipse.equinox.p2.core.feature_1.6.1800.v20230509-1332.jar nightly/N202306061603/features/org.eclipse.equinox.p2.extras.feature_1.4.2000.v20230509-1332.jar nightly/N202306061603/features/org.eclipse.equinox.p2.rcp.feature_1.4.2000.v20230510-1208.jar nightly/N202306061603/features/org.eclipse.equinox.p2.user.ui_2.4.2000.v20230510-1208.jar nightly/N202306061603/features/org.eclipse.help_2.3.1400.v20230605-0440.jar nightly/N202306061603/features/org.eclipse.jdt_3.19.100.v20230605-0440.jar nightly/N202306061603/features/org.eclipse.pde_3.15.0.v20230605-0440.jar nightly/N202306061603/features/org.eclipse.platform_4.28.0.v20230605-0440.jar nightly/N202306061603/features/org.eclipse.rcp_4.28.0.v20230605-0440.jar nightly/N202306061603/plugins/ nightly/N202306061603/plugins/bcpg_1.73.0.jar nightly/N202306061603/plugins/bcprov_1.73.0.jar nightly/N202306061603/plugins/com.github.librepdf.openpdf.source_1.3.30.jar nightly/N202306061603/plugins/com.github.librepdf.openpdf_1.3.30.jar nightly/N202306061603/plugins/com.ibm.icu_73.1.0.jar nightly/N202306061603/plugins/com.jcraft.jsch_0.1.55.v20221112-0806.jar nightly/N202306061603/plugins/com.sun.el.javax.el_3.0.0.jar nightly/N202306061603/plugins/jakarta.servlet-api_4.0.0.jar nightly/N202306061603/plugins/javax.el-api_3.0.3.jar nightly/N202306061603/plugins/javax.servlet.jsp-api_2.3.3.jar nightly/N202306061603/plugins/javax.wsdl.source_1.6.2.v201012040545.jar nightly/N202306061603/plugins/javax.wsdl_1.6.2.v201012040545.jar nightly/N202306061603/plugins/javax.xml.rpc_1.1.2.v202306061603.jar nightly/N202306061603/plugins/javax.xml.soap_1.2.0.v201005080501.jar nightly/N202306061603/plugins/javax.xml.stream_1.0.1.v201004272200.jar nightly/N202306061603/plugins/javax.xml_1.3.4.v201005080400.jar nightly/N202306061603/plugins/junit-jupiter-api_5.9.3.jar nightly/N202306061603/plugins/junit-jupiter-engine_5.9.3.jar nightly/N202306061603/plugins/junit-jupiter-migrationsupport_5.9.3.jar nightly/N202306061603/plugins/junit-jupiter-params_5.9.3.jar nightly/N202306061603/plugins/junit-platform-commons_1.9.3.jar nightly/N202306061603/plugins/junit-platform-engine_1.9.3.jar nightly/N202306061603/plugins/junit-platform-launcher_1.9.3.jar nightly/N202306061603/plugins/junit-platform-runner_1.9.3.jar nightly/N202306061603/plugins/junit-platform-suite-api_1.9.3.jar nightly/N202306061603/plugins/junit-platform-suite-commons_1.9.3.jar nightly/N202306061603/plugins/junit-platform-suite-engine_1.9.3.jar nightly/N202306061603/plugins/junit-vintage-engine_5.9.3.jar nightly/N202306061603/plugins/org.apache.ant_1.10.12.v20211102-1452.jar nightly/N202306061603/plugins/org.apache.axis.source_1.4.1.v202306061603.jar nightly/N202306061603/plugins/org.apache.axis_1.4.1.v202306061603.jar nightly/N202306061603/plugins/org.apache.batik.bridge.source_1.16.0.v20230210-1249.jar nightly/N202306061603/plugins/org.apache.batik.bridge_1.16.0.v20230210-1249.jar nightly/N202306061603/plugins/org.apache.batik.codec.source_1.16.0.v20221027-0840.jar nightly/N202306061603/plugins/org.apache.batik.codec_1.16.0.v20221027-0840.jar nightly/N202306061603/plugins/org.apache.batik.constants_1.16.0.v20221027-0840.jar nightly/N202306061603/plugins/org.apache.batik.css.source_1.16.0.v20221027-0840.jar nightly/N202306061603/plugins/org.apache.batik.css_1.16.0.v20221027-0840.jar nightly/N202306061603/plugins/org.apache.batik.dom.birt.ext_1.14.0.v202306061603.jar nightly/N202306061603/plugins/org.apache.batik.dom.source_1.16.0.v20230210-1249.jar nightly/N202306061603/plugins/org.apache.batik.dom.svg.source_1.16.0.v20221027-0840.jar nightly/N202306061603/plugins/org.apache.batik.dom.svg_1.16.0.v20221027-0840.jar nightly/N202306061603/plugins/org.apache.batik.dom_1.16.0.v20230210-1249.jar nightly/N202306061603/plugins/org.apache.batik.ext.source_1.16.0.v20221027-0840.jar nightly/N202306061603/plugins/org.apache.batik.ext_1.16.0.v20221027-0840.jar nightly/N202306061603/plugins/org.apache.batik.i18n_1.16.0.v20221027-0840.jar nightly/N202306061603/plugins/org.apache.batik.parser.source_1.16.0.v20221027-0840.jar nightly/N202306061603/plugins/org.apache.batik.parser_1.16.0.v20221027-0840.jar nightly/N202306061603/plugins/org.apache.batik.svggen.source_1.16.0.v20221027-0840.jar nightly/N202306061603/plugins/org.apache.batik.svggen_1.16.0.v20221027-0840.jar nightly/N202306061603/plugins/org.apache.batik.transcoder.birt.ext.source_1.14.0.v202306061603.jar nightly/N202306061603/plugins/org.apache.batik.transcoder.birt.ext_1.14.0.v202306061603.jar nightly/N202306061603/plugins/org.apache.batik.transcoder.source_1.16.0.v20221027-0840.jar nightly/N202306061603/plugins/org.apache.batik.transcoder_1.16.0.v20221027-0840.jar nightly/N202306061603/plugins/org.apache.batik.util.source_1.16.0.v20221027-0840.jar nightly/N202306061603/plugins/org.apache.batik.util_1.16.0.v20221027-0840.jar nightly/N202306061603/plugins/org.apache.batik.xml.source_1.16.0.v20221027-0840.jar nightly/N202306061603/plugins/org.apache.batik.xml_1.16.0.v20221027-0840.jar nightly/N202306061603/plugins/org.apache.commons.codec.source_1.14.0.v20221112-0806.jar nightly/N202306061603/plugins/org.apache.commons.codec_1.14.0.v20221112-0806.jar nightly/N202306061603/plugins/org.apache.commons.discovery_0.2.0.v201004190315.jar nightly/N202306061603/plugins/org.apache.derby.source_10.11.1.1_v201605202053.jar nightly/N202306061603/plugins/org.apache.derby_10.11.1.1_v201605202053.jar nightly/N202306061603/plugins/org.apache.felix.gogo.command_1.1.2.jar nightly/N202306061603/plugins/org.apache.felix.gogo.runtime_1.1.6.jar nightly/N202306061603/plugins/org.apache.felix.gogo.shell_1.1.4.jar nightly/N202306061603/plugins/org.apache.felix.scr_2.2.6.jar nightly/N202306061603/plugins/org.apache.jasper.glassfish_2.2.2.v201501141630.jar nightly/N202306061603/plugins/org.apache.lucene.analysis-common_9.4.2.v20221211-0752.jar nightly/N202306061603/plugins/org.apache.lucene.analysis-smartcn_9.4.2.v20221211-0752.jar nightly/N202306061603/plugins/org.apache.lucene.core_9.4.2.v20221211-0752.jar nightly/N202306061603/plugins/org.apache.poi.source_4.1.1.v20221112-0806.jar nightly/N202306061603/plugins/org.apache.poi_4.1.1.v20221112-0806.jar nightly/N202306061603/plugins/org.apache.xerces.source_2.12.2.v20220131-0835.jar nightly/N202306061603/plugins/org.apache.xerces_2.12.2.v20220131-0835.jar nightly/N202306061603/plugins/org.apache.xml.resolver.source_1.2.0.v20220715-1206.jar nightly/N202306061603/plugins/org.apache.xml.resolver_1.2.0.v20220715-1206.jar nightly/N202306061603/plugins/org.apache.xml.serializer_2.7.1.v201005080400.jar nightly/N202306061603/plugins/org.apache.xmlgraphics_2.7.0.v20221018-0736.jar nightly/N202306061603/plugins/org.apiguardian.api_1.1.2.jar nightly/N202306061603/plugins/org.eclipse.ant.core_3.7.0.v20230329-1001.jar nightly/N202306061603/plugins/org.eclipse.ant.launching_1.4.0.v20230329-1001.jar nightly/N202306061603/plugins/org.eclipse.ant.ui_3.9.0.v20230329-1001.jar nightly/N202306061603/plugins/org.eclipse.birt.axis.overlay.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.axis.overlay_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.branding_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.cshelp_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.device.extension.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.device.extension.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.device.extension_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.device.pdf.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.device.pdf_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.device.svg.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.device.svg.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.device.svg_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.device.swt.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.device.swt.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.device.swt_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.doc.isv_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.engine.extension.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.engine.extension.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.engine.extension_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.engine.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.engine.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.engine_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.examples.core.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.examples.core.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.examples.core_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.examples.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.examples_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.integration.wtp.ui.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.integration.wtp.ui_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.reportitem.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.reportitem.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.reportitem.ui.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.reportitem.ui_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.reportitem_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.tests_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.ui.extension.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.ui.extension.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.ui.extension_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.ui.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.ui.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.chart.ui_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.core.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.core.script.function.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.core.script.function.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.core.script.function_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.core.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.core.testhelper_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.core.tests_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.core.ui.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.core.ui.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.core.ui_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.core_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.cshelp_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.data.aggregation.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.data.aggregation.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.data.aggregation_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.data.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.data.oda.mongodb.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.data.oda.mongodb.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.data.oda.mongodb.ui.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.data.oda.mongodb.ui.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.data.oda.mongodb.ui_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.data.oda.mongodb_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.data.oda.pojo.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.data.oda.pojo.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.data.oda.pojo.ui.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.data.oda.pojo.ui_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.data.oda.pojo_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.data.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.data.tests_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.data_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.doc.isv_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.doc_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.example_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.integration.wtp.ui.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.integration.wtp.ui_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.me.prettyprint.hector.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.me.prettyprint.hector_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.adapter.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.adapter.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.adapter_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.bidi.utils.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.bidi.utils.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.bidi.utils.ui_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.bidi.utils_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.excel.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.excel.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.excel.ui.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.excel.ui_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.excel_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.hive.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.hive.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.hive.ui.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.hive.ui_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.hive_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.jdbc.dbprofile.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.jdbc.dbprofile_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.jdbc.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.jdbc.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.jdbc.tests_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.jdbc.ui.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.jdbc.ui_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.jdbc_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.sampledb.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.sampledb.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.sampledb.ui.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.sampledb.ui_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.sampledb_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.xml.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.xml.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.xml.ui.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.xml.ui_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.data.oda.xml_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.debug.core.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.debug.core_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.debug.ui.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.debug.ui_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.core.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.core_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.samplereports_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.tests_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.cubebuilder.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.cubebuilder_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.data_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.editor.script.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.editor.script_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.editor.xml.wtp_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.editors.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.editors.schematic.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.editors.schematic_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.editors_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.ide.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.ide_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.lib.explorer.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.lib.explorer_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.lib.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.lib_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.preview.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.preview.web.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.preview.web_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.rcp.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.rcp_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.samples.ide_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.samples.rcp_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.samplesview_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.views.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui.views_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.designer.ui_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.dataextraction.csv.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.dataextraction.csv.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.dataextraction.csv_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.dataextraction.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.dataextraction.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.dataextraction_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.docx.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.docx.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.docx_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.excel.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.excel.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.excel_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.html.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.html.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.html_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.odp.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.odp_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.ods.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.ods_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.odt.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.odt_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.pdf.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.pdf.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.pdf_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.postscript.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.postscript.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.postscript_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.ppt.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.ppt.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.ppt_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.pptx.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.pptx.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.pptx_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.wpml.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.wpml.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config.wpml_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.config_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.docx.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.docx_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.html.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.html.tests_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.html_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.odp.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.odp_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.ods.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.ods_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.odt.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.odt_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.pdf.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.pdf.tests_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.pdf_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.postscript.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.postscript.tests_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.postscript_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.ppt.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.ppt_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.pptx.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.pptx_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.prototype.excel.tests_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.prototype.excel_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.wpml.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.emitter.wpml_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.fonts.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.fonts_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.odf.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.odf_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.ooxml.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.ooxml_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.script.javascript.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.script.javascript_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.testhelper_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine.tests_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.engine_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.item.crosstab.core.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.item.crosstab.core.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.item.crosstab.core_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.item.crosstab.ui.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.item.crosstab.ui_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.model.adapter.oda.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.model.adapter.oda.tests_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.model.adapter.oda_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.model.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.model.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.model.testhelper_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.model.tests_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.model_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.tests.chart_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.tests.engine.emitter.html_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.tests.engine_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.tests.model_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.viewer.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.viewer_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.report.viewers.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.resources.nl1_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.resources.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.resources_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.tests.core_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.tests.data_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt.tests_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.birt_4.14.0.v202306061603.jar nightly/N202306061603/plugins/org.eclipse.compare.core_3.8.0.v20230517-1315.jar nightly/N202306061603/plugins/org.eclipse.compare.win32_1.3.0.v20230317-0901.jar nightly/N202306061603/plugins/org.eclipse.compare_3.9.0.v20230504-0624.jar nightly/N202306061603/plugins/org.eclipse.core.commands_3.11.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.core.contenttype_3.9.0.v20230412-0829.jar nightly/N202306061603/plugins/org.eclipse.core.databinding.beans_1.10.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.core.databinding.observable_1.13.0.v20230501-1533.jar nightly/N202306061603/plugins/org.eclipse.core.databinding.property_1.10.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.core.databinding_1.13.0.v20230501-1533.jar nightly/N202306061603/plugins/org.eclipse.core.expressions_3.9.0.v20230317-0901.jar nightly/N202306061603/plugins/org.eclipse.core.externaltools_1.3.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.core.filebuffers_3.8.0.v20230316-1200.jar nightly/N202306061603/plugins/org.eclipse.core.filesystem.linux.aarch64_1.4.200.v20220812-1420.jar nightly/N202306061603/plugins/org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar nightly/N202306061603/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar nightly/N202306061603/plugins/org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar nightly/N202306061603/plugins/org.eclipse.core.filesystem_1.10.0.v20230425-0513.jar nightly/N202306061603/plugins/org.eclipse.core.jobs_3.14.0.v20230317-0901.jar nightly/N202306061603/plugins/org.eclipse.core.net.linux_1.0.200.v20220812-1406.jar nightly/N202306061603/plugins/org.eclipse.core.net.win32.x86_64_1.2.0.v20230317-0901.jar nightly/N202306061603/plugins/org.eclipse.core.net.win32_1.1.0.v20230317-0901.jar nightly/N202306061603/plugins/org.eclipse.core.net_1.5.0.v20230317-0901.jar nightly/N202306061603/plugins/org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar nightly/N202306061603/plugins/org.eclipse.core.resources_3.19.0.v20230510-1240.jar nightly/N202306061603/plugins/org.eclipse.core.runtime_3.27.0.v20230515-1719.jar nightly/N202306061603/plugins/org.eclipse.core.variables_3.6.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.debug.core_3.21.0.v20230508-1538.jar nightly/N202306061603/plugins/org.eclipse.debug.ui.launchview_1.1.0.v20230429-1604.jar nightly/N202306061603/plugins/org.eclipse.debug.ui_3.18.0.v20230516-0719.jar nightly/N202306061603/plugins/org.eclipse.e4.core.commands_1.1.0.v20230501-1823.jar nightly/N202306061603/plugins/org.eclipse.e4.core.contexts_1.12.0.v20230510-1240.jar nightly/N202306061603/plugins/org.eclipse.e4.core.di.annotations_1.8.0.v20230429-1914.jar nightly/N202306061603/plugins/org.eclipse.e4.core.di.extensions.supplier_0.17.0.v20230429-1914.jar nightly/N202306061603/plugins/org.eclipse.e4.core.di.extensions_0.18.0.v20230429-1914.jar nightly/N202306061603/plugins/org.eclipse.e4.core.di_1.9.0.v20230429-1914.jar nightly/N202306061603/plugins/org.eclipse.e4.core.services_2.4.0.v20230429-1914.jar nightly/N202306061603/plugins/org.eclipse.e4.emf.xpath_0.4.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.e4.ui.bindings_0.14.0.v20230501-1823.jar nightly/N202306061603/plugins/org.eclipse.e4.ui.css.core_0.14.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.e4.ui.css.swt.theme_0.14.0.v20230501-1533.jar nightly/N202306061603/plugins/org.eclipse.e4.ui.css.swt_0.15.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.e4.ui.di_1.5.0.v20230501-1823.jar nightly/N202306061603/plugins/org.eclipse.e4.ui.dialogs_1.4.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.e4.ui.ide_3.17.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.e4.ui.model.workbench_2.4.0.v20230404-0801.jar nightly/N202306061603/plugins/org.eclipse.e4.ui.progress_0.4.0.v20230501-1823.jar nightly/N202306061603/plugins/org.eclipse.e4.ui.services_1.6.0.v20230501-1823.jar nightly/N202306061603/plugins/org.eclipse.e4.ui.swt.gtk_1.2.0.v20230501-1823.jar nightly/N202306061603/plugins/org.eclipse.e4.ui.swt.win32_1.2.0.v20230501-1823.jar nightly/N202306061603/plugins/org.eclipse.e4.ui.widgets_1.4.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.5.0.v20230501-1823.jar nightly/N202306061603/plugins/org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.14.0.v20230501-1533.jar nightly/N202306061603/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.16.0.v20230525-0648.jar nightly/N202306061603/plugins/org.eclipse.e4.ui.workbench.swt_0.17.0.v20230501-1823.jar nightly/N202306061603/plugins/org.eclipse.e4.ui.workbench3_0.17.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.e4.ui.workbench_1.15.0.v20230501-1823.jar nightly/N202306061603/plugins/org.eclipse.equinox.app_1.6.200.v20220720-2012.jar nightly/N202306061603/plugins/org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar nightly/N202306061603/plugins/org.eclipse.equinox.common_3.18.0.v20230523-2142.jar nightly/N202306061603/plugins/org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar nightly/N202306061603/plugins/org.eclipse.equinox.console_1.4.500.v20211021-1418.jar nightly/N202306061603/plugins/org.eclipse.equinox.event_1.6.200.v20230120-0604.jar nightly/N202306061603/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.2.300.v20230320-0659.jar nightly/N202306061603/plugins/org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar nightly/N202306061603/plugins/org.eclipse.equinox.http.jetty_3.8.200.v20221109-0702.jar nightly/N202306061603/plugins/org.eclipse.equinox.http.registry_1.3.200.v20220720-2012.jar nightly/N202306061603/plugins/org.eclipse.equinox.http.servlet_1.7.400.v20221006-1531.jar nightly/N202306061603/plugins/org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar nightly/N202306061603/plugins/org.eclipse.equinox.jsp.jasper_1.1.700.v20220801-1124.jar nightly/N202306061603/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.700.v20221108-1024.jar nightly/N202306061603/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.700.v20221108-1024.jar nightly/N202306061603/plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.700.v20221108-1024.jar nightly/N202306061603/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.700.v20221108-1024.jar nightly/N202306061603/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.700.v20221108-1024.jar nightly/N202306061603/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.0.v20230509-1332.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.console_1.3.0.v20230330-0930.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.core_2.10.0.v20230330-0930.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.director.app_1.3.0.v20230330-0930.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.director_2.6.0.v20230322-1009.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.directorywatcher_1.4.0.v20230330-0930.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.engine_2.8.0.v20230509-0902.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.extensionlocation_1.5.0.v20230330-0930.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.garbagecollector_1.3.0.v20230322-1009.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.0.v20230330-1254.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.0.v20230415-1327.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.metadata_2.7.0.v20230403-0851.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.operations_2.7.0.v20230322-1009.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.5.0.v20230330-1254.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.publisher_1.8.0.v20230330-1254.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.5.0.v20230330-0930.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.repository.tools_2.4.0.v20230330-1254.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.repository_2.7.0.v20230507-1427.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.0.v20230330-0930.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.5.0.v20230330-0930.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.transport.ecf_1.4.0.v20230415-1327.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.ui.importexport_1.4.0.v20230330-0930.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.6.0.v20230425-1532.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.ui.sdk_1.3.0.v20230507-1427.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.ui_2.8.0.v20230510-1208.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.updatechecker_1.4.0.v20230330-0930.jar nightly/N202306061603/plugins/org.eclipse.equinox.p2.updatesite_1.3.0.v20230330-1254.jar nightly/N202306061603/plugins/org.eclipse.equinox.preferences_3.10.200.v20230120-0604.jar nightly/N202306061603/plugins/org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar nightly/N202306061603/plugins/org.eclipse.equinox.security.linux_1.0.300.v20220904-1118.jar nightly/N202306061603/plugins/org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar nightly/N202306061603/plugins/org.eclipse.equinox.security.ui_1.3.400.v20221007-1815.jar nightly/N202306061603/plugins/org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar nightly/N202306061603/plugins/org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar nightly/N202306061603/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.2.100.v20221117-1044.jar nightly/N202306061603/plugins/org.eclipse.equinox.simpleconfigurator_1.4.200.v20221111-1340.jar nightly/N202306061603/plugins/org.eclipse.help.base_4.4.0.v20230605-0440.jar nightly/N202306061603/plugins/org.eclipse.help.ui_4.5.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.help.webapp_3.11.0.v20230503-0629.jar nightly/N202306061603/plugins/org.eclipse.help_3.10.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar nightly/N202306061603/plugins/org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar nightly/N202306061603/plugins/org.eclipse.jdt.apt.core_3.8.0.v20230413-1556.jar nightly/N202306061603/plugins/org.eclipse.jdt.apt.pluggable.core_1.4.0.v20230323-1537.jar nightly/N202306061603/plugins/org.eclipse.jdt.apt.ui_3.8.0.v20230323-1537.jar nightly/N202306061603/plugins/org.eclipse.jdt.core.compiler.batch_3.34.0.v20230523-1233.jar nightly/N202306061603/plugins/org.eclipse.jdt.core.formatterapp_1.2.0.v20230323-1537.jar nightly/N202306061603/plugins/org.eclipse.jdt.core.manipulation_1.19.0.v20230512-1848.jar nightly/N202306061603/plugins/org.eclipse.jdt.core_3.34.0.v20230512-1803.jar nightly/N202306061603/plugins/org.eclipse.jdt.debug.ui_3.13.0.v20230421-0438.jar nightly/N202306061603/plugins/org.eclipse.jdt.debug_3.21.0.v20230329-1610.jar nightly/N202306061603/plugins/org.eclipse.jdt.doc.user_3.15.1800.v20230601-1614.jar nightly/N202306061603/plugins/org.eclipse.jdt.junit.core_3.12.0.v20230323-1830.jar nightly/N202306061603/plugins/org.eclipse.jdt.junit.runtime_3.7.100.v20230115-0919.jar nightly/N202306061603/plugins/org.eclipse.jdt.junit4.runtime_1.3.0.v20220609-1843.jar nightly/N202306061603/plugins/org.eclipse.jdt.junit5.runtime_1.1.100.v20220907-0450.jar nightly/N202306061603/plugins/org.eclipse.jdt.junit_3.16.0.v20230420-0409.jar nightly/N202306061603/plugins/org.eclipse.jdt.launching.macosx_3.6.0.v20230328-1614.jar nightly/N202306061603/plugins/org.eclipse.jdt.launching.ui.macosx_1.4.0.v20230328-1614.jar nightly/N202306061603/plugins/org.eclipse.jdt.launching_3.20.0.v20230425-1118.jar nightly/N202306061603/plugins/org.eclipse.jdt.ui_3.29.0.v20230525-0728.jar nightly/N202306061603/plugins/org.eclipse.jdt_3.19.100.v20230605-0440.jar nightly/N202306061603/plugins/org.eclipse.jetty.http_10.0.15.jar nightly/N202306061603/plugins/org.eclipse.jetty.io_10.0.15.jar nightly/N202306061603/plugins/org.eclipse.jetty.security_10.0.15.jar nightly/N202306061603/plugins/org.eclipse.jetty.server_10.0.15.jar nightly/N202306061603/plugins/org.eclipse.jetty.servlet_10.0.15.jar nightly/N202306061603/plugins/org.eclipse.jetty.util.ajax_10.0.15.jar nightly/N202306061603/plugins/org.eclipse.jetty.util_10.0.15.jar nightly/N202306061603/plugins/org.eclipse.jface.databinding_1.15.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.jface.notifications_0.6.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.jface.text_3.24.0.v20230525-0719.jar nightly/N202306061603/plugins/org.eclipse.jface_3.30.0.v20230509-0720.jar nightly/N202306061603/plugins/org.eclipse.jsch.core_1.5.0.v20230317-0901.jar nightly/N202306061603/plugins/org.eclipse.jsch.ui_1.5.0.v20230317-0901.jar nightly/N202306061603/plugins/org.eclipse.ltk.core.refactoring_3.14.0.v20230323-1830.jar nightly/N202306061603/plugins/org.eclipse.ltk.ui.refactoring_3.13.0.v20230325-0319.jar nightly/N202306061603/plugins/org.eclipse.orbit.mongodb.source_3.2.2.v20181004-1955.jar nightly/N202306061603/plugins/org.eclipse.orbit.mongodb_3.2.2.v20181004-1955.jar nightly/N202306061603/plugins/org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar nightly/N202306061603/plugins/org.eclipse.osgi.services_3.11.100.v20221006-1531.jar nightly/N202306061603/plugins/org.eclipse.osgi.util_3.7.200.v20230103-1101.jar nightly/N202306061603/plugins/org.eclipse.osgi_3.18.400.v20230509-2241.jar nightly/N202306061603/plugins/org.eclipse.pde.api.tools.annotations_1.2.0.v20230128-1746.jar nightly/N202306061603/plugins/org.eclipse.pde.api.tools.ui_1.3.0.v20230331-2213.jar nightly/N202306061603/plugins/org.eclipse.pde.api.tools_1.3.0.v20230501-1515.jar nightly/N202306061603/plugins/org.eclipse.pde.build_3.12.0.v20230515-0022.jar nightly/N202306061603/plugins/org.eclipse.pde.core_3.17.0.v20230515-1841.jar nightly/N202306061603/plugins/org.eclipse.pde.doc.user_3.14.2000.v20230601-1614.jar nightly/N202306061603/plugins/org.eclipse.pde.ds.annotations_1.3.0.v20230331-0919.jar nightly/N202306061603/plugins/org.eclipse.pde.ds.core_1.3.0.v20230331-0919.jar nightly/N202306061603/plugins/org.eclipse.pde.ds.ui_1.3.0.v20230515-0022.jar nightly/N202306061603/plugins/org.eclipse.pde.genericeditor.extension_1.2.0.v20230331-0919.jar nightly/N202306061603/plugins/org.eclipse.pde.junit.runtime_3.7.0.v20230515-0022.jar nightly/N202306061603/plugins/org.eclipse.pde.launching_3.11.0.v20230515-0022.jar nightly/N202306061603/plugins/org.eclipse.pde.runtime_3.8.0.v20230515-0022.jar nightly/N202306061603/plugins/org.eclipse.pde.ua.core_1.3.0.v20230515-0022.jar nightly/N202306061603/plugins/org.eclipse.pde.ua.ui_1.3.0.v20230515-0022.jar nightly/N202306061603/plugins/org.eclipse.pde.ui.templates_3.8.0.v20230515-0022.jar nightly/N202306061603/plugins/org.eclipse.pde.ui_3.14.0.v20230515-1841.jar nightly/N202306061603/plugins/org.eclipse.pde_3.13.2300.v20230605-0440.jar nightly/N202306061603/plugins/org.eclipse.platform.doc.user_4.28.0.v20230601-1614.jar nightly/N202306061603/plugins/org.eclipse.platform_4.28.0.v20230605-0440.jar nightly/N202306061603/plugins/org.eclipse.rcp_4.28.0.v20230605-0440.jar nightly/N202306061603/plugins/org.eclipse.search_3.15.0.v20230427-2049.jar nightly/N202306061603/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.124.0.v20230523-1044.jar nightly/N202306061603/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.124.0.v20230523-1044.jar nightly/N202306061603/plugins/org.eclipse.swt.gtk.linux.aarch64_3.124.0.v20230523-1044.jar nightly/N202306061603/plugins/org.eclipse.swt.gtk.linux.x86_64_3.124.0.v20230523-1044.jar nightly/N202306061603/plugins/org.eclipse.swt.win32.win32.x86_64_3.124.0.v20230523-1044.jar nightly/N202306061603/plugins/org.eclipse.swt_3.124.0.v20230523-1044.jar nightly/N202306061603/plugins/org.eclipse.team.core_3.10.0.v20230317-0901.jar nightly/N202306061603/plugins/org.eclipse.team.genericeditor.diff.extension_1.2.0.v20230317-0901.jar nightly/N202306061603/plugins/org.eclipse.team.ui_3.10.0.v20230317-0901.jar nightly/N202306061603/plugins/org.eclipse.text.quicksearch_1.2.100.v20230427-1010.jar nightly/N202306061603/plugins/org.eclipse.text_3.13.0.v20230316-1200.jar nightly/N202306061603/plugins/org.eclipse.ui.browser_3.8.0.v20230329-1440.jar nightly/N202306061603/plugins/org.eclipse.ui.cheatsheets_3.8.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.ui.cocoa_1.3.100.v20230214-1401.jar nightly/N202306061603/plugins/org.eclipse.ui.console_3.12.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.ui.editors_3.16.0.v20230329-1609.jar nightly/N202306061603/plugins/org.eclipse.ui.externaltools_3.6.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.ui.forms_3.12.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.ui.genericeditor_1.3.0.v20230516-1137.jar nightly/N202306061603/plugins/org.eclipse.ui.ide.application_1.5.0.v20230526-1051.jar nightly/N202306061603/plugins/org.eclipse.ui.ide_3.21.0.v20230526-1500.jar nightly/N202306061603/plugins/org.eclipse.ui.intro.quicklinks_1.2.0.v20230429-1610.jar nightly/N202306061603/plugins/org.eclipse.ui.intro.universal_3.5.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.ui.intro_3.7.0.v20230503-0628.jar nightly/N202306061603/plugins/org.eclipse.ui.monitoring_1.3.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.ui.navigator.resources_3.9.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.ui.navigator_3.12.0.v20230329-1313.jar nightly/N202306061603/plugins/org.eclipse.ui.net_1.5.0.v20230317-0901.jar nightly/N202306061603/plugins/org.eclipse.ui.themes_1.2.2200.v20230220-0932.jar nightly/N202306061603/plugins/org.eclipse.ui.trace_1.3.0.v20230515-0022.jar nightly/N202306061603/plugins/org.eclipse.ui.views.log_1.4.0.v20230418-0745.jar nightly/N202306061603/plugins/org.eclipse.ui.views.properties.tabbed_3.10.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.ui.views_3.12.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.ui.win32_3.5.0.v20230317-0802.jar nightly/N202306061603/plugins/org.eclipse.ui.workbench.texteditor_3.17.0.v20230316-1200.jar nightly/N202306061603/plugins/org.eclipse.ui.workbench_3.129.0.v20230525-0648.jar nightly/N202306061603/plugins/org.eclipse.ui_3.203.100.v20230417-1307.jar nightly/N202306061603/plugins/org.eclipse.update.configurator_3.5.0.v20230317-0901.jar nightly/N202306061603/plugins/org.eclipse.urischeme_1.3.0.v20230317-0802.jar nightly/N202306061603/plugins/org.hamcrest.core_1.3.0.v20180420-1519.jar nightly/N202306061603/plugins/org.junit_4.13.2.v20211018-1956.jar nightly/N202306061603/plugins/org.mozilla.javascript.source_1.7.10.v20221112-0806.jar nightly/N202306061603/plugins/org.mozilla.javascript_1.7.10.v20221112-0806.jar nightly/N202306061603/plugins/org.opentest4j_1.2.0.jar nightly/N202306061603/plugins/org.osgi.service.cm_1.6.1.202109301733.jar nightly/N202306061603/plugins/org.osgi.service.component_1.5.1.202212101352.jar nightly/N202306061603/plugins/org.osgi.service.device_1.1.1.202109301733.jar nightly/N202306061603/plugins/org.osgi.service.event_1.4.1.202109301733.jar nightly/N202306061603/plugins/org.osgi.service.metatype_1.4.1.202109301733.jar nightly/N202306061603/plugins/org.osgi.service.prefs_1.1.2.202109301733.jar nightly/N202306061603/plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar nightly/N202306061603/plugins/org.osgi.service.upnp_1.2.1.202109301733.jar nightly/N202306061603/plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar nightly/N202306061603/plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar nightly/N202306061603/plugins/org.osgi.util.function_1.2.0.202109301733.jar nightly/N202306061603/plugins/org.osgi.util.measurement_1.0.2.201802012109.jar nightly/N202306061603/plugins/org.osgi.util.position_1.0.1.201505202026.jar nightly/N202306061603/plugins/org.osgi.util.promise_1.3.0.202212101352.jar nightly/N202306061603/plugins/org.osgi.util.xml_1.0.2.202109301733.jar nightly/N202306061603/plugins/org.tukaani.xz_1.9.0.jar nightly/N202306061603/plugins/org.w3c.css.sac.source_1.3.1.v200903091627.jar nightly/N202306061603/plugins/org.w3c.css.sac_1.3.1.v200903091627.jar nightly/N202306061603/plugins/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar nightly/N202306061603/plugins/org.w3c.dom.smil.source_1.0.1.v200903091627.jar nightly/N202306061603/plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar nightly/N202306061603/plugins/org.w3c.dom.svg.extension.source_1.1.0.v202306061603.jar nightly/N202306061603/plugins/org.w3c.dom.svg.extension_1.1.0.v202306061603.jar nightly/N202306061603/plugins/org.w3c.dom.svg.source_1.1.0.v201011041433.jar nightly/N202306061603/plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar nightly/N202306061603/plugins/org.w3c.sac.source_1.3.0.v202306061603.jar nightly/N202306061603/plugins/org.w3c.sac_1.3.0.v202306061603.jar nightly/N202306061603/plugins/uk.co.spudsoft.birt.emitters.excel.source_4.14.0.v202306061603.jar nightly/N202306061603/plugins/uk.co.spudsoft.birt.emitters.excel_4.14.0.v202306061603.jar nightly/latest/ nightly/latest/compositeArtifacts.jar nightly/latest/compositeContent.jar nightly/latest/index.html nightly/latest/p2.index sent 5.67G bytes received 13.23K bytes 38.46M bytes/sec total size is 5.67G speedup is 1.00 /usr/bin/ssh genie.birt@projects-storage.eclipse.org for i in $(find /home/data/httpd/download.eclipse.org/birt/updates-tmp -name DELETED); do echo rm -rf $(dirname $i) rm -rf $(dirname $i) done /usr/bin/ssh genie.birt@projects-storage.eclipse.org for i in $(find /home/data/httpd/download.eclipse.org/birt/updates-tmp -name plugins -a -type d); do echo touch -r $i $(dirname $i) touch -r $i $(dirname $i) done touch -r /home/data/httpd/download.eclipse.org/birt/updates-tmp/nightly/N202306061603/plugins /home/data/httpd/download.eclipse.org/birt/updates-tmp/nightly/N202306061603 [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.promote --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build-test/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build-test/promotion/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.promote --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.promote --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.promote --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build-test/promotion/target/jacoco.exec [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] org.eclipse.birt-parent 4.14.0-SNAPSHOT ............ SUCCESS [ 7.270 s] [INFO] org.eclipse.birt.target 4.14.0-SNAPSHOT ............ SUCCESS [ 0.474 s] [INFO] org.eclipse.birt.example 4.14.0-SNAPSHOT ........... SUCCESS [ 12.304 s] [INFO] org.eclipse.birt 4.14.0-SNAPSHOT ................... SUCCESS [ 3.000 s] [INFO] org.eclipse.birt.build-parent 4.14.0-SNAPSHOT ...... SUCCESS [ 0.045 s] [INFO] org.eclipse.birt.build.package-parent 4.14.0-SNAPSHOT SUCCESS [ 0.022 s] [INFO] org.eclipse.birt.chart.cshelp 4.14.0-SNAPSHOT ...... SUCCESS [ 2.073 s] [INFO] org.eclipse.birt.features-parent 4.14.0-SNAPSHOT ... SUCCESS [ 0.022 s] [INFO] org.eclipse.birt.chart.cshelp 4.14.0-SNAPSHOT ...... SUCCESS [ 2.691 s] [INFO] javax.xml.rpc 1.1.2-SNAPSHOT ....................... SUCCESS [ 3.820 s] [INFO] org.apache.axis 1.4.1-SNAPSHOT ..................... SUCCESS [ 9.284 s] [INFO] org.eclipse.birt.core-parent 4.14.0-SNAPSHOT ....... SUCCESS [ 0.032 s] [INFO] org.eclipse.birt.core 4.14.0-SNAPSHOT .............. SUCCESS [ 17.484 s] [INFO] org.eclipse.birt.chart.engine 4.14.0-SNAPSHOT ...... SUCCESS [ 26.401 s] [INFO] org.eclipse.birt.chart.device.extension 4.14.0-SNAPSHOT SUCCESS [ 5.570 s] [INFO] org.eclipse.birt.chart.device.svg 4.14.0-SNAPSHOT .. SUCCESS [ 4.207 s] [INFO] org.eclipse.birt.chart.device.pdf 4.14.0-SNAPSHOT .. SUCCESS [ 12.304 s] [INFO] org.eclipse.birt.chart.device.swt 4.14.0-SNAPSHOT .. SUCCESS [ 3.925 s] [INFO] org.eclipse.birt.chart.engine.extension 4.14.0-SNAPSHOT SUCCESS [ 6.375 s] [INFO] org.eclipse.birt.chart.examples.core 4.14.0-SNAPSHOT SUCCESS [ 4.899 s] [INFO] org.eclipse.birt.core.ui 4.14.0-SNAPSHOT ........... SUCCESS [ 3.748 s] [INFO] org.eclipse.birt.chart.ui 4.14.0-SNAPSHOT .......... SUCCESS [ 5.770 s] [INFO] org.eclipse.birt.chart.ui.extension 4.14.0-SNAPSHOT SUCCESS [ 9.449 s] [INFO] org.eclipse.birt.chart.osgi.runtime 4.14.0-SNAPSHOT SUCCESS [ 2.937 s] [INFO] org.eclipse.birt.chart 4.14.0-SNAPSHOT ............. SUCCESS [ 3.062 s] [INFO] ChartRuntime 4.14.0-SNAPSHOT ....................... SUCCESS [ 8.515 s] [INFO] org.eclipse.birt.data 4.14.0-SNAPSHOT .............. SUCCESS [ 21.564 s] [INFO] org.w3c.sac 1.3.0-SNAPSHOT ......................... SUCCESS [ 2.864 s] [INFO] org.eclipse.birt.model-parent 4.14.0-SNAPSHOT ...... SUCCESS [ 0.073 s] [INFO] org.eclipse.birt.report.model 4.14.0-SNAPSHOT ...... SUCCESS [ 23.861 s] [INFO] org.eclipse.birt.data.aggregation 4.14.0-SNAPSHOT .. SUCCESS [ 4.882 s] [INFO] org.eclipse.birt.report.data.adapter 4.14.0-SNAPSHOT SUCCESS [ 6.302 s] [INFO] org.eclipse.birt.report.designer.core 4.14.0-SNAPSHOT SUCCESS [ 5.482 s] [INFO] org.eclipse.birt.report.engine.fonts 4.14.0-SNAPSHOT SUCCESS [ 2.848 s] [INFO] org.eclipse.birt.report.engine 4.14.0-SNAPSHOT ..... SUCCESS [ 23.779 s] [INFO] org.eclipse.birt.report.item.crosstab.core 4.14.0-SNAPSHOT SUCCESS [ 6.621 s] [INFO] org.eclipse.birt.chart.reportitem 4.14.0-SNAPSHOT .. SUCCESS [ 6.090 s] [INFO] org.eclipse.birt.chart.doc.isv 4.14.0-SNAPSHOT ..... SUCCESS [ 50.428 s] [INFO] org.eclipse.birt.chart.doc.isv 4.14.0-SNAPSHOT ..... SUCCESS [ 2.904 s] [INFO] org.eclipse.birt.chart.osgi.runtime.sdk 4.14.0-SNAPSHOT SUCCESS [ 1.646 s] [INFO] ChartSDK 4.14.0-SNAPSHOT ........................... SUCCESS [ 9.339 s] [INFO] DeploymentRuntime 4.14.0-SNAPSHOT .................. SUCCESS [ 8.116 s] [INFO] birt-charts 4.14.0-SNAPSHOT ........................ SUCCESS [ 7.034 s] [INFO] org.apache.batik.dom.birt.ext 1.14.0-SNAPSHOT ...... SUCCESS [ 0.143 s] [INFO] org.apache.batik.transcoder.birt.ext 1.14.0-SNAPSHOT SUCCESS [ 0.192 s] [INFO] org.eclipse.birt.axis.overlay 4.14.0-SNAPSHOT ...... SUCCESS [ 3.167 s] [INFO] org.eclipse.birt.branding 4.14.0-SNAPSHOT .......... SUCCESS [ 3.522 s] [INFO] org.eclipse.birt.report.designer.ui 4.14.0-SNAPSHOT SUCCESS [ 24.534 s] [INFO] org.eclipse.birt.report.designer.ui.views 4.14.0-SNAPSHOT SUCCESS [ 9.015 s] [INFO] org.eclipse.birt.report.designer.ui.editors 4.14.0-SNAPSHOT SUCCESS [ 5.374 s] [INFO] org.eclipse.birt.report.designer.ui.editors.schematic 4.14.0-SNAPSHOT SUCCESS [ 4.248 s] [INFO] org.eclipse.birt.report.designer.ui.lib 4.14.0-SNAPSHOT SUCCESS [ 3.786 s] [INFO] org.eclipse.birt.report.designer.ui.lib.explorer 4.14.0-SNAPSHOT SUCCESS [ 4.277 s] [INFO] org.eclipse.birt.report.designer.ui.ide 4.14.0-SNAPSHOT SUCCESS [ 7.539 s] [INFO] org.eclipse.birt.report.designer.ui.cubebuilder 4.14.0-SNAPSHOT SUCCESS [ 5.081 s] [INFO] org.eclipse.birt.report.model.adapter.oda 4.14.0-SNAPSHOT SUCCESS [ 4.250 s] [INFO] org.eclipse.birt.report.designer.ui.data 4.14.0-SNAPSHOT SUCCESS [ 6.376 s] [INFO] org.eclipse.birt.report.item.crosstab.ui 4.14.0-SNAPSHOT SUCCESS [ 8.865 s] [INFO] org.eclipse.birt.chart.reportitem.ui 4.14.0-SNAPSHOT SUCCESS [ 8.181 s] [INFO] org.eclipse.birt.core.script.function 4.14.0-SNAPSHOT SUCCESS [ 4.000 s] [INFO] org.eclipse.birt.data.oda.mongodb 4.14.0-SNAPSHOT .. SUCCESS [ 3.775 s] [INFO] org.eclipse.birt.data.oda.mongodb.ui 4.14.0-SNAPSHOT SUCCESS [ 3.902 s] [INFO] org.eclipse.birt.data.oda.pojo 4.14.0-SNAPSHOT ..... SUCCESS [ 3.975 s] [INFO] org.eclipse.birt.data.oda.pojo.ui 4.14.0-SNAPSHOT .. SUCCESS [ 4.365 s] [INFO] org.eclipse.birt.report.designer.ui.editor.xml.wtp 4.14.0-SNAPSHOT SUCCESS [ 4.943 s] [INFO] org.eclipse.birt.report.designer.editor.xml.wtp 4.14.0-SNAPSHOT SUCCESS [ 3.167 s] [INFO] org.eclipse.birt.report.data.bidi.utils 4.14.0-SNAPSHOT SUCCESS [ 3.658 s] [INFO] org.eclipse.birt.report.data.bidi.utils.ui 4.14.0-SNAPSHOT SUCCESS [ 2.901 s] [INFO] org.eclipse.birt.report.data.oda.jdbc 4.14.0-SNAPSHOT SUCCESS [ 5.799 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.ui 4.14.0-SNAPSHOT SUCCESS [ 4.923 s] [INFO] org.eclipse.birt.report.data.oda.xml.ui 4.14.0-SNAPSHOT SUCCESS [ 3.401 s] [INFO] org.eclipse.birt.report.engine.dataextraction 4.14.0-SNAPSHOT SUCCESS [ 3.542 s] [INFO] org.eclipse.birt.report.viewer 4.14.0-SNAPSHOT ..... SUCCESS [ 28.309 s] [INFO] org.eclipse.birt.report.engine.emitter.config 4.14.0-SNAPSHOT SUCCESS [ 3.238 s] [INFO] org.eclipse.birt.report.designer.ui.preview.web 4.14.0-SNAPSHOT SUCCESS [ 4.991 s] [INFO] org.eclipse.birt.report.designer.ui.editor.script 4.14.0-SNAPSHOT SUCCESS [ 4.366 s] [INFO] org.eclipse.birt.report.data.oda.hive 4.14.0-SNAPSHOT SUCCESS [ 3.070 s] [INFO] org.eclipse.birt.report.data.oda.hive.ui 4.14.0-SNAPSHOT SUCCESS [ 4.150 s] [INFO] org.eclipse.birt.report.data.oda.xml 4.14.0-SNAPSHOT SUCCESS [ 3.278 s] [INFO] org.eclipse.birt.report.engine.emitter.html 4.14.0-SNAPSHOT SUCCESS [ 5.165 s] [INFO] org.eclipse.birt.report.engine.emitter.pdf 4.14.0-SNAPSHOT SUCCESS [ 3.660 s] [INFO] org.eclipse.birt.report.engine.ooxml 4.14.0-SNAPSHOT SUCCESS [ 3.357 s] [INFO] org.eclipse.birt.report.engine.emitter.config.docx 4.14.0-SNAPSHOT SUCCESS [ 25.488 s] [INFO] org.eclipse.birt.report.engine.emitter.ppt 4.14.0-SNAPSHOT SUCCESS [ 3.162 s] [INFO] org.eclipse.birt.report.engine.emitter.pptx 4.14.0-SNAPSHOT SUCCESS [ 4.651 s] [INFO] org.eclipse.birt.report.engine.emitter.config.pptx 4.14.0-SNAPSHOT SUCCESS [ 3.411 s] [INFO] org.eclipse.birt.report.engine.emitter.wpml 4.14.0-SNAPSHOT SUCCESS [ 4.187 s] [INFO] org.eclipse.birt.report.engine.emitter.docx 4.14.0-SNAPSHOT SUCCESS [ 3.985 s] [INFO] org.eclipse.birt.resources 4.14.0-SNAPSHOT ......... SUCCESS [ 2.958 s] [INFO] org.eclipse.birt.report.engine.dataextraction.csv 4.14.0-SNAPSHOT SUCCESS [ 4.190 s] [INFO] org.eclipse.birt.report.engine.emitter.postscript 4.14.0-SNAPSHOT SUCCESS [ 3.597 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile 4.14.0-SNAPSHOT SUCCESS [ 3.047 s] [INFO] org.eclipse.birt.report.data.oda.sampledb 4.14.0-SNAPSHOT SUCCESS [ 6.548 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb 4.14.0-SNAPSHOT SUCCESS [ 3.697 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui 4.14.0-SNAPSHOT SUCCESS [ 18.501 s] [INFO] org.eclipse.birt.report.debug.core 4.14.0-SNAPSHOT . SUCCESS [ 6.105 s] [INFO] org.eclipse.birt.report.debug.ui 4.14.0-SNAPSHOT ... SUCCESS [ 6.279 s] [INFO] org.eclipse.birt.report.data.oda.sampledb.ui 4.14.0-SNAPSHOT SUCCESS [ 3.871 s] [INFO] org.eclipse.birt.report.engine.emitter.config.html 4.14.0-SNAPSHOT SUCCESS [ 3.811 s] [INFO] org.eclipse.birt.report.engine.emitter.config.pdf 4.14.0-SNAPSHOT SUCCESS [ 3.932 s] [INFO] org.eclipse.birt.report.engine.emitter.config.postscript 4.14.0-SNAPSHOT SUCCESS [ 3.517 s] [INFO] org.eclipse.birt.report.engine.emitter.config.ppt 4.14.0-SNAPSHOT SUCCESS [ 3.921 s] [INFO] org.eclipse.birt.report.engine.emitter.config.wpml 4.14.0-SNAPSHOT SUCCESS [ 4.213 s] [INFO] org.eclipse.birt.report.engine.script.javascript 4.14.0-SNAPSHOT SUCCESS [ 3.711 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui 4.14.0-SNAPSHOT SUCCESS [ 3.682 s] [INFO] org.eclipse.birt.report.engine.odf 4.14.0-SNAPSHOT . SUCCESS [ 4.202 s] [INFO] org.eclipse.birt.report.engine.emitter.ods 4.14.0-SNAPSHOT SUCCESS [ 3.953 s] [INFO] org.eclipse.birt.report.engine.emitter.odt 4.14.0-SNAPSHOT SUCCESS [ 18.128 s] [INFO] org.eclipse.birt.report.data.oda.excel 4.14.0-SNAPSHOT SUCCESS [ 3.348 s] [INFO] org.eclipse.birt.report.data.oda.excel.ui 4.14.0-SNAPSHOT SUCCESS [ 4.671 s] [INFO] org.eclipse.birt.me.prettyprint.hector 4.14.0-SNAPSHOT SUCCESS [ 16.173 s] [INFO] uk.co.spudsoft.birt.emitters.excel 4.14.0-SNAPSHOT . SUCCESS [ 7.410 s] [INFO] org.w3c.dom.svg.extension 1.1.0-SNAPSHOT ........... SUCCESS [ 0.195 s] [INFO] org.eclipse.birt 4.14.0-SNAPSHOT ................... SUCCESS [ 6.105 s] [INFO] org.eclipse.birt.cshelp 4.14.0-SNAPSHOT ............ SUCCESS [ 1.231 s] [INFO] org.eclipse.birt.cshelp 4.14.0-SNAPSHOT ............ SUCCESS [ 2.366 s] [INFO] org.eclipse.birt.doc 4.14.0-SNAPSHOT ............... SUCCESS [ 4.042 s] [INFO] org.eclipse.birt.doc 4.14.0-SNAPSHOT ............... SUCCESS [ 3.209 s] [INFO] org.eclipse.birt.chart.examples 4.14.0-SNAPSHOT .... SUCCESS [ 6.599 s] [INFO] org.eclipse.birt.report.designer.samplereports 4.14.0-SNAPSHOT SUCCESS [ 3.285 s] [INFO] org.eclipse.birt.report.designer.ui.samplesview 4.14.0-SNAPSHOT SUCCESS [ 4.496 s] [INFO] org.eclipse.birt.report.designer.ui.samples.ide 4.14.0-SNAPSHOT SUCCESS [ 19.430 s] [INFO] org.eclipse.birt.report.designer.ui.samples.rcp 4.14.0-SNAPSHOT SUCCESS [ 3.719 s] [INFO] org.eclipse.birt.example 4.14.0-SNAPSHOT ........... SUCCESS [ 3.633 s] [INFO] org.eclipse.birt.report.engine.emitter.config.excel 4.14.0-SNAPSHOT SUCCESS [ 3.540 s] [INFO] org.eclipse.birt.report.engine.emitter.config.odp 4.14.0-SNAPSHOT SUCCESS [ 3.719 s] [INFO] org.eclipse.birt.report.engine.emitter.config.ods 4.14.0-SNAPSHOT SUCCESS [ 3.495 s] [INFO] org.eclipse.birt.report.engine.emitter.config.odt 4.14.0-SNAPSHOT SUCCESS [ 4.306 s] [INFO] org.eclipse.birt.report.engine.emitter.odp 4.14.0-SNAPSHOT SUCCESS [ 3.400 s] [INFO] org.eclipse.birt.report.engine.emitter.prototype.excel 4.14.0-SNAPSHOT SUCCESS [ 4.388 s] [INFO] org.eclipse.birt.engine.runtime 4.14.0-SNAPSHOT .... SUCCESS [ 4.797 s] [INFO] org.eclipse.birt.osgi.runtime 4.14.0-SNAPSHOT ...... SUCCESS [ 4.329 s] [INFO] org.eclipse.birt.osgi.runtime.sdk 4.14.0-SNAPSHOT .. SUCCESS [ 2.179 s] [INFO] org.eclipse.birt.chart.integration.wtp.ui 4.14.0-SNAPSHOT SUCCESS [ 6.259 s] [INFO] org.eclipse.birt.chart.integration.wtp 4.14.0-SNAPSHOT SUCCESS [ 4.149 s] [INFO] org.eclipse.birt.integration.wtp.ui 4.14.0-SNAPSHOT SUCCESS [ 6.742 s] [INFO] org.eclipse.birt.integration.wtp 4.14.0-SNAPSHOT ... SUCCESS [ 3.106 s] [INFO] org.eclipse.birt.core.testhelper 4.14.0-SNAPSHOT ... SUCCESS [ 3.578 s] [INFO] org.eclipse.birt.report.engine.testhelper 4.14.0-SNAPSHOT SUCCESS [ 5.346 s] [INFO] org.eclipse.birt.report.model.testhelper 4.14.0-SNAPSHOT SUCCESS [ 4.179 s] [INFO] org.eclipse.birt.testhelper 4.14.0-SNAPSHOT ........ SUCCESS [ 2.537 s] [INFO] org.eclipse.birt.tests.core 4.14.0-SNAPSHOT ........ SUCCESS [ 6.230 s] [INFO] org.eclipse.birt.chart.tests 4.14.0-SNAPSHOT ....... SUCCESS [ 8.838 s] [INFO] org.eclipse.birt.core.tests 4.14.0-SNAPSHOT ........ SUCCESS [ 7.270 s] [INFO] org.eclipse.birt.data.tests 4.14.0-SNAPSHOT ........ SUCCESS [ 19.446 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.tests 4.14.0-SNAPSHOT SUCCESS [ 5.403 s] [INFO] org.eclipse.birt.report.designer.tests 4.14.0-SNAPSHOT SUCCESS [ 6.378 s] [INFO] org.eclipse.birt.report.engine.emitter.html.tests 4.14.0-SNAPSHOT SUCCESS [ 6.570 s] [INFO] org.eclipse.birt.report.engine.emitter.pdf.tests 4.14.0-SNAPSHOT SUCCESS [ 5.923 s] [INFO] org.eclipse.birt.report.engine.emitter.postscript.tests 4.14.0-SNAPSHOT SUCCESS [ 8.368 s] [INFO] org.eclipse.birt.report.engine.emitter.prototype.excel.tests 4.14.0-SNAPSHOT SUCCESS [ 6.380 s] [INFO] org.eclipse.birt.report.engine.tests 4.14.0-SNAPSHOT SUCCESS [ 13.166 s] [INFO] org.eclipse.birt.report.model.adapter.oda.tests 4.14.0-SNAPSHOT SUCCESS [ 6.441 s] [INFO] org.eclipse.birt.report.model.testresources 4.14.0-SNAPSHOT SUCCESS [ 1.463 s] [INFO] org.eclipse.birt.report.modelextension.tests 4.14.0-SNAPSHOT SUCCESS [ 4.005 s] [INFO] org.eclipse.birt.report.model.tests 4.14.0-SNAPSHOT SUCCESS [ 8.576 s] [INFO] org.eclipse.birt.report.tests.chart 4.14.0-SNAPSHOT SUCCESS [ 14.942 s] [INFO] org.eclipse.birt.testsuites-parent 4.14.0-SNAPSHOT . SUCCESS [ 0.036 s] [INFO] org.eclipse.birt.report.tests.engine 4.14.0-SNAPSHOT SUCCESS [ 6.286 s] [INFO] org.eclipse.birt.report.tests.engine.emitter.html 4.14.0-SNAPSHOT SUCCESS [ 3.462 s] [INFO] org.eclipse.birt.report.tests.model 4.14.0-SNAPSHOT SUCCESS [ 4.400 s] [INFO] org.eclipse.birt.tests 4.14.0-SNAPSHOT ............. SUCCESS [ 3.201 s] [INFO] org.eclipse.birt.tests.data 4.14.0-SNAPSHOT ........ SUCCESS [ 16.853 s] [INFO] org.eclipse.birt.tests 4.14.0-SNAPSHOT ............. SUCCESS [ 5.152 s] [INFO] org.eclipse.birt.nl-parent 4.14.0-SNAPSHOT ......... SUCCESS [ 1.053 s] [INFO] org.eclipse.birt.chart.device.extension.nl1 4.14.0-SNAPSHOT SUCCESS [ 2.514 s] [INFO] org.eclipse.birt.chart.device.svg.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.200 s] [INFO] org.eclipse.birt.chart.device.swt.nl1 4.14.0-SNAPSHOT SUCCESS [ 2.618 s] [INFO] org.eclipse.birt.chart.engine.extension.nl1 4.14.0-SNAPSHOT SUCCESS [ 2.534 s] [INFO] org.eclipse.birt.chart.engine.nl1 4.14.0-SNAPSHOT .. SUCCESS [ 7.318 s] [INFO] org.eclipse.birt.chart.examples.core.nl1 4.14.0-SNAPSHOT SUCCESS [ 2.641 s] [INFO] org.eclipse.birt.chart.examples.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.984 s] [INFO] org.eclipse.birt.chart.reportitem.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.730 s] [INFO] org.eclipse.birt.chart.reportitem.ui.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.812 s] [INFO] org.eclipse.birt.chart.ui.extension.nl1 4.14.0-SNAPSHOT SUCCESS [ 2.802 s] [INFO] org.eclipse.birt.chart.ui.nl1 4.14.0-SNAPSHOT ...... SUCCESS [ 2.630 s] [INFO] org.eclipse.birt.core.nl1 4.14.0-SNAPSHOT .......... SUCCESS [ 2.314 s] [INFO] org.eclipse.birt.core.script.function.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.364 s] [INFO] org.eclipse.birt.core.ui.nl1 4.14.0-SNAPSHOT ....... SUCCESS [ 2.638 s] [INFO] org.eclipse.birt.data.aggregation.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.402 s] [INFO] org.eclipse.birt.data.nl1 4.14.0-SNAPSHOT .......... SUCCESS [ 3.540 s] [INFO] org.eclipse.birt.data.oda.mongodb.nl1 4.14.0-SNAPSHOT SUCCESS [ 2.693 s] [INFO] org.eclipse.birt.data.oda.mongodb.ui.nl1 4.14.0-SNAPSHOT SUCCESS [ 9.187 s] [INFO] org.eclipse.birt.data.oda.pojo.nl1 4.14.0-SNAPSHOT . SUCCESS [ 3.190 s] [INFO] org.eclipse.birt.data.oda.pojo.ui.nl1 4.14.0-SNAPSHOT SUCCESS [ 7.795 s] [INFO] org.eclipse.birt.resources.nl1 4.14.0-SNAPSHOT ..... SUCCESS [ 4.690 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.332 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.ui.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.689 s] [INFO] org.eclipse.birt.report.data.oda.sampledb.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.179 s] [INFO] org.eclipse.birt.report.data.oda.sampledb.ui.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.734 s] [INFO] org.eclipse.birt.report.data.oda.xml.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.579 s] [INFO] org.eclipse.birt.report.data.oda.xml.ui.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.042 s] [INFO] org.eclipse.birt.report.debug.core.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.643 s] [INFO] org.eclipse.birt.report.debug.ui.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.727 s] [INFO] org.eclipse.birt.report.designer.core.nl1 4.14.0-SNAPSHOT SUCCESS [ 4.563 s] [INFO] org.eclipse.birt.report.designer.ui.editors.schematic.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.104 s] [INFO] org.eclipse.birt.report.designer.ui.ide.nl1 4.14.0-SNAPSHOT SUCCESS [ 4.010 s] [INFO] org.eclipse.birt.report.designer.ui.lib.explorer.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.534 s] [INFO] org.eclipse.birt.report.designer.ui.lib.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.243 s] [INFO] org.eclipse.birt.report.designer.ui.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.313 s] [INFO] org.eclipse.birt.report.engine.nl1 4.14.0-SNAPSHOT . SUCCESS [ 21.277 s] [INFO] org.eclipse.birt.report.model.nl1 4.14.0-SNAPSHOT .. SUCCESS [ 4.757 s] [INFO] org.eclipse.birt.report.viewers.nl1 4.14.0-SNAPSHOT SUCCESS [ 8.041 s] [INFO] org.eclipse.birt.report.item.crosstab.core.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.784 s] [INFO] org.eclipse.birt.report.item.crosstab.ui.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.778 s] [INFO] org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 4.14.0-SNAPSHOT SUCCESS [ 4.137 s] [INFO] org.eclipse.birt.report.designer.ui.views.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.090 s] [INFO] org.eclipse.birt.report.data.adapter.nl1 4.14.0-SNAPSHOT SUCCESS [ 2.850 s] [INFO] org.eclipse.birt.report.designer.ui.preview 4.14.0-SNAPSHOT SUCCESS [ 4.192 s] [INFO] org.eclipse.birt.report.designer.ui.preview.nl1 4.14.0-SNAPSHOT SUCCESS [ 4.225 s] [INFO] org.eclipse.birt.report.designer.ui.preview.web.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.864 s] [INFO] org.eclipse.birt.report.designer.ui.cubebuilder.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.990 s] [INFO] org.eclipse.birt.report.engine.dataextraction.csv.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.794 s] [INFO] org.eclipse.birt.report.designer.ui.editor.script.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.905 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 4.14.0-SNAPSHOT SUCCESS [ 2.864 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 4.14.0-SNAPSHOT SUCCESS [ 9.941 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 4.14.0-SNAPSHOT SUCCESS [ 2.897 s] [INFO] org.eclipse.birt.report.designer.ui.editors.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.132 s] [INFO] org.eclipse.birt.report.engine.dataextraction.nl1 4.14.0-SNAPSHOT SUCCESS [ 4.051 s] [INFO] org.eclipse.birt.report.engine.emitter.config.excel.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.509 s] [INFO] org.eclipse.birt.report.engine.emitter.config.pdf.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.466 s] [INFO] org.eclipse.birt.report.engine.emitter.config.html.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.491 s] [INFO] org.eclipse.birt.report.engine.emitter.config.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.445 s] [INFO] org.eclipse.birt.report.engine.emitter.config.ppt.nl1 4.14.0-SNAPSHOT SUCCESS [ 21.450 s] [INFO] org.eclipse.birt.report.engine.emitter.config.postscript.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.149 s] [INFO] org.eclipse.birt.report.engine.emitter.config.wpml.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.423 s] [INFO] org.eclipse.birt.report.data.bidi.utils.nl1 4.14.0-SNAPSHOT SUCCESS [ 2.585 s] [INFO] org.eclipse.birt.report.data.oda.hive.nl1 4.14.0-SNAPSHOT SUCCESS [ 2.690 s] [INFO] org.eclipse.birt.report.data.oda.hive.ui.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.668 s] [INFO] org.eclipse.birt.report.data.oda.excel.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.502 s] [INFO] org.eclipse.birt.report.data.oda.excel.ui.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.344 s] [INFO] org.eclipse.birt.report.engine.emitter.config.docx.nl1 4.14.0-SNAPSHOT SUCCESS [ 4.284 s] [INFO] org.eclipse.birt.report.engine.emitter.config.pptx.nl1 4.14.0-SNAPSHOT SUCCESS [ 2.866 s] [INFO] org.eclipse.birt.nl 4.14.0-SNAPSHOT ................ SUCCESS [ 6.024 s] [INFO] birt-epp 4.14.0-SNAPSHOT ........................... SUCCESS [02:37 min] [INFO] org.eclipse.birt.report.designer.ui.rcp 4.14.0-SNAPSHOT SUCCESS [ 9.965 s] [INFO] org.eclipse.birt.rcp 4.14.0-SNAPSHOT ............... SUCCESS [ 1.625 s] [INFO] birt-report-rcp 4.14.0-SNAPSHOT .................... SUCCESS [09:46 min] [INFO] birt-report-all-in-one 4.14.0-SNAPSHOT ............. SUCCESS [09:01 min] [INFO] birt-report-framework 4.14.0-SNAPSHOT .............. SUCCESS [ 17.245 s] [INFO] org.eclipse.birt.doc.isv 4.14.0-SNAPSHOT ........... SUCCESS [01:11 min] [INFO] org.eclipse.birt.doc.isv 4.14.0-SNAPSHOT ........... SUCCESS [ 2.300 s] [INFO] birt-report-framework-sdk 4.14.0-SNAPSHOT .......... SUCCESS [ 27.610 s] [INFO] org.eclipse.birt.build 4.14.0-SNAPSHOT ............. SUCCESS [ 4.041 s] [INFO] org.eclipse.birt.chart.integration.wtp.ui.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.736 s] [INFO] org.eclipse.birt.integration.wtp.ui.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.971 s] [INFO] org.eclipse.birt.wtp.nl 4.14.0-SNAPSHOT ............ SUCCESS [ 2.471 s] [INFO] org.eclipse.birt.report.designer.ui.rcp.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.366 s] [INFO] org.eclipse.birt.rcp.nl 4.14.0-SNAPSHOT ............ SUCCESS [ 3.262 s] [INFO] org.eclipse.birt.p2updatesite 4.14.0-SNAPSHOT ...... SUCCESS [05:11 min] [INFO] org.eclipse.birt.api 4.14.0-SNAPSHOT ............... SUCCESS [ 1.930 s] [INFO] birt-runtime-osgi 4.14.0-SNAPSHOT .................. SUCCESS [01:08 min] [INFO] birt-runtime 4.14.0-SNAPSHOT ....................... SUCCESS [ 43.210 s] [INFO] birt-sample-plugins 4.14.0-SNAPSHOT ................ SUCCESS [ 4.888 s] [INFO] birt-tests-suite 4.14.0-SNAPSHOT ................... SUCCESS [ 6.929 s] [INFO] org.eclipse.birt.integration.wtp.sdk 4.14.0-SNAPSHOT SUCCESS [ 2.277 s] [INFO] birt-wtp-integration-sdk 4.14.0-SNAPSHOT ........... SUCCESS [ 3.489 s] [INFO] org.eclipse.birt.chart.viewer 4.14.0-SNAPSHOT ...... SUCCESS [ 5.464 s] [INFO] org.eclipse.birt.chart.viewer 4.14.0-SNAPSHOT ...... SUCCESS [ 2.647 s] [INFO] birt-source 4.14.0-SNAPSHOT ........................ SUCCESS [ 22.017 s] [INFO] org.eclipse.birt.build.package.nl-parent 4.14.0-SNAPSHOT SUCCESS [ 0.012 s] [INFO] NLpack1-birt-charts 4.14.0-SNAPSHOT ................ SUCCESS [ 7.848 s] [INFO] NLpack1-birt-rcp-report-designer 4.14.0-SNAPSHOT ... SUCCESS [ 6.147 s] [INFO] NLpack1-birt-report-designer-all-in-one 4.14.0-SNAPSHOT SUCCESS [ 5.766 s] [INFO] NLpack1-birt-report-framework 4.14.0-SNAPSHOT ...... SUCCESS [ 5.653 s] [INFO] NLpack1-birt-runtime 4.14.0-SNAPSHOT ............... SUCCESS [ 5.640 s] [INFO] birt-publish 4.14.0-SNAPSHOT ....................... SUCCESS [ 0.009 s] [INFO] birt-runtime-test 4.14.0-SNAPSHOT .................. SUCCESS [ 21.915 s] [INFO] org.eclipse.birt.chart-parent 4.14.0-SNAPSHOT ...... SUCCESS [ 0.099 s] [INFO] org.eclipse.birt.common-parent 4.14.0-SNAPSHOT ..... SUCCESS [ 0.018 s] [INFO] org.eclipse.birt.data.oda.pojo.tests 4.14.0-SNAPSHOT SUCCESS [ 4.524 s] [INFO] org.eclipse.birt.data-parent 4.14.0-SNAPSHOT ....... SUCCESS [ 0.145 s] [INFO] org.eclipse.birt.docs-parent 4.14.0-SNAPSHOT ....... SUCCESS [ 0.086 s] [INFO] org.eclipse.birt.report.engine.dataextraction.csv.tests 4.14.0-SNAPSHOT SUCCESS [ 4.492 s] [INFO] org.eclipse.birt.report.engine.emitter.pptx.tests 4.14.0-SNAPSHOT SUCCESS [ 6.265 s] [INFO] uk.co.spudsoft.birt.emitters.excel.tests 4.14.0-SNAPSHOT SUCCESS [ 16.888 s] [INFO] org.eclipse.birt.engine-parent 4.14.0-SNAPSHOT ..... SUCCESS [ 0.140 s] [INFO] org.eclipse.birt.sdk 4.14.0-SNAPSHOT ............... SUCCESS [ 2.764 s] [INFO] org.eclipse.birt.report.designer.ui.samples.ide.nl1 4.14.0-SNAPSHOT SUCCESS [ 4.931 s] [INFO] org.eclipse.birt.report.designer.ui.samplesview.nl1 4.14.0-SNAPSHOT SUCCESS [ 3.766 s] [INFO] org.eclipse.birt.report.designer.ui.preview.static_html 4.14.0-SNAPSHOT SUCCESS [ 4.506 s] [INFO] org.eclipse.birt.report.designer.ui.preview.test 4.14.0-SNAPSHOT SUCCESS [ 18.821 s] [INFO] org.eclipse.birt.UI-parent 4.14.0-SNAPSHOT ......... SUCCESS [ 0.158 s] [INFO] org.eclipse.birt.jetty.overlay 4.14.0-SNAPSHOT ..... SUCCESS [ 5.208 s] [INFO] org.eclipse.birt.report.viewer.tests 4.14.0-SNAPSHOT SUCCESS [ 5.158 s] [INFO] org.eclipse.birt.viewer-parent 4.14.0-SNAPSHOT ..... SUCCESS [ 0.034 s] [INFO] org.eclipse.birt.report.item.crosstab.core.tests 4.14.0-SNAPSHOT SUCCESS [ 5.920 s] [INFO] org.eclipse.birt.xtab-parent 4.14.0-SNAPSHOT ....... SUCCESS [ 0.029 s] [INFO] org.eclipse.birt.promote 4.14.0-SNAPSHOT ........... SUCCESS [05:08 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:05 h [INFO] Finished at: 2023-06-06T17:08:33Z [INFO] ------------------------------------------------------------------------ [Pipeline] } Terminating xvnc. Tue Jun 6 17:08:44 2023 ComparingUpdateTracker: 0 pixels in / 0 pixels out ComparingUpdateTracker: (1:-nan ratio) [Pipeline] // xvnc [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 140 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // script Post stage [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] junit Recording test results No test report files were found. Configuration error? Error when executing always post condition: Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.18.105/10.40.18.105:50220 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:1000) at hudson.FilePath.act(FilePath.java:1192) at hudson.FilePath.act(FilePath.java:1181) at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:118) at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:157) at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:251) at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:63) at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:29) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) hudson.AbortException: No test report files were found. Configuration error? at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:184) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3578) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:377) at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125) at java.base/java.lang.Thread.run(Thread.java:829) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: No test report files were found. Configuration error? Finished: FAILURE