Started by an SCM change Running as SYSTEM Agent basic-gf88h is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-gf88h" namespace: "birt" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.birt.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-gf88h" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-gf88h" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.birt.svc.cluster.local/birt/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3107.v665000b_51092" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-birt" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-gf88h (basic) in workspace /home/jenkins/agent/workspace/maven_test [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/birt.git > git init /home/jenkins/agent/workspace/maven_test # timeout=10 Fetching upstream changes from https://github.com/eclipse/birt.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/birt.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/birt.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 113c1c7420fc61734dbc1a6a8a7bead246634b45 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 113c1c7420fc61734dbc1a6a8a7bead246634b45 # timeout=10 Commit message: "Update all the features to use the shared license feature (#1312)" > git rev-list --no-walk 113c1c7420fc61734dbc1a6a8a7bead246634b45 # timeout=10 [maven_test] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.test.skip=true -Drelease.base.dir=/home/data/httpd/download.eclipse.org/birt clean verify --no-transfer-progress -U -Pmaster,build-server Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/openj9-jdk-11/11.0.11+9 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/maven_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@cf55a981... 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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_test/build/org.eclipse.birt.build/pom.xml [INFO] Fetching 4.28.0&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/oomph/simrel-orbit/release/ (63B) [INFO] Fetching jakarta.xml.bind_2.3.3.v20221203-1659.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (135.86kB) [INFO] Fetching javax.activation_1.2.2.v20221203-1659.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/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/release/4.28.0/plugins/ (2.96MB) [INFO] Fetching org.dom4j_2.1.1.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (347.35kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.p2updatesite:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.p2updatesite/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/maven_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@cf55a981... [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-runtime-osgi:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/release/4.28.0/plugins/ (13.89MB) [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (81.03kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/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/release/4.28.0/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/release/4.28.0/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/maven_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/release/4.28.0/plugins/ (529.46kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.dom.svg_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (253.47kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.dom_1.16.0.v20230210-1249.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (206.11kB) [INFO] Fetching org.apache.batik.awt.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (452.28kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (25.35kB) [INFO] Fetching org.apache.batik.parser_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (94.68kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (21.23kB) [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (717.41kB) [INFO] Fetching org.apache.batik.bridge_1.16.0.v20230210-1249.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (744.81kB) [INFO] Fetching org.apache.batik.gvt_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (212.25kB) [INFO] Fetching org.apache.batik.script_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (40.19kB) [INFO] Fetching org.apache.batik.xml_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (47.81kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (22.12kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (15.35kB) [INFO] Fetching org.apache.batik.svggen_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (251.99kB) [INFO] Fetching org.apache.batik.transcoder_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (146.97kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/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/maven_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/maven_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/maven_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/maven_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/maven_test/chart/org.eclipse.birt.chart.examples/pom.xml [INFO] Fetching bcpg_1.73.0.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (401.43kB) [INFO] Fetching bcprov_1.73.0.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (10.95MB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (23.09kB) [INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (83.65kB) [INFO] Fetching com.sun.jna_5.13.0.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (1.79MB) [INFO] Fetching com.sun.jna.platform_5.13.0.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (1.3MB) [INFO] Fetching org.eclipse.jetty.servlet-api_4.0.6.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (266.68kB) [INFO] Fetching javax.annotation_1.3.5.v20230504-0748.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (48.11kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (32.41kB) [INFO] Fetching org.apache.felix.scr_2.2.6.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (393.54kB) [INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/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.202306071707.jar from https://download.eclipse.org/tools/gef/classic/releases/latest/plugins/ (1,000.73kB) [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.202306071707.jar from https://download.eclipse.org/tools/gef/classic/releases/latest/plugins/ (649.48kB) [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/release/4.28.0/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.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (107.16kB) [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/release/4.28.0/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/maven_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/maven_test/chart/org.eclipse.birt.chart.integration.wtp.ui/pom.xml [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (33.35kB) [INFO] Fetching javax.servlet.jsp-api_2.3.3.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (52.93kB) [INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (1.5MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v20220715-1206.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/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/release/4.28.0/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/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/release/4.28.0/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/release/4.28.0/plugins/ (42.85kB) [INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (13.38kB) [INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (30.58kB) [INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (35.82kB) [INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (19.88kB) [INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/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/release/4.28.0/plugins/ (25.74kB) [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (13.73kB) [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/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/maven_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/maven_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/release/4.28.0/plugins/ (418.95kB) [INFO] Fetching biz.aQute.bndlib_6.4.0.202211291949.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (3.05MB) [INFO] Fetching org.osgi.service.repository_1.1.0.201505202024.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (24.84kB) [INFO] Fetching org.slf4j.api_1.7.30.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/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/release/4.28.0/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/release/4.28.0/plugins/ (65.43kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_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/release/4.28.0/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/release/4.28.0/plugins/ (2.03MB) [INFO] Fetching com.sun.el.javax.el_3.0.0.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (218.76kB) [INFO] Fetching org.mortbay.jasper.apache-el_9.0.52.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (246.95kB) [INFO] Fetching javax.transaction_1.1.1.v201105210645.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (17.08kB) [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/release/4.28.0/plugins/ (172.81kB) [INFO] Fetching org.apache.commons.discovery_0.2.0.v201004190315.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (68.32kB) [INFO] Fetching org.apache.batik.codec_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (128.92kB) [INFO] Fetching org.apache.batik.ext_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (24.58kB) [INFO] Fetching org.apache.commons.collections4_4.4.0.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (798.54kB) [INFO] Fetching org.apache.commons.compress_1.22.0.v20221207-1049.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (1.06MB) [INFO] Fetching org.apache.commons.math3_3.6.1.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/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/release/4.28.0/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/release/4.28.0/plugins/ (2.89MB) [INFO] Fetching org.apache.poi.ooxml_4.1.1.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/plugins/ (1.88MB) [INFO] Fetching org.apache.poi.ooxml.schemas_4.1.1.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/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/release/4.28.0/plugins/ (2.67MB) [INFO] Fetching org.eclipse.orbit.mongodb_3.2.2.v20181004-1955.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/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.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (1.35MB) [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.202306071707.jar from https://download.eclipse.org/tools/gef/classic/releases/latest/features/ (19.74kB) [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.202306071707.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.license_2.0.2.v20181016-2210.jar from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [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/maven_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/maven_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/maven_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/maven_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/maven_test/common/org.apache.axis/pom.xml [INFO] Fetching javax.activation_1.1.0.v201211130549.jar from https://download.eclipse.org/oomph/simrel-orbit/release/4.28.0/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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/release/4.28.0/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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_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/maven_test/xtab/org.eclipse.birt.report.item.crosstab.core.tests/pom.xml [WARNING] The requested profile "master" could not be activated because it does not exist. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.eclipse.birt-parent [pom] [INFO] org.eclipse.birt.target [eclipse-target-definition] [INFO] org.eclipse.birt.example [eclipse-plugin] [INFO] org.eclipse.birt [eclipse-plugin] [INFO] org.eclipse.birt.build-parent [pom] [INFO] org.eclipse.birt.build.package-parent [pom] [INFO] org.eclipse.birt.chart.cshelp [eclipse-plugin] [INFO] org.eclipse.birt.features-parent [pom] [INFO] org.eclipse.birt.chart.cshelp [eclipse-feature] [INFO] javax.xml.rpc [eclipse-plugin] [INFO] org.apache.axis [eclipse-plugin] [INFO] org.eclipse.birt.core-parent [pom] [INFO] org.eclipse.birt.core [eclipse-plugin] [INFO] org.eclipse.birt.chart.engine [eclipse-plugin] [INFO] org.eclipse.birt.chart.device.extension [eclipse-plugin] [INFO] org.eclipse.birt.chart.device.svg [eclipse-plugin] [INFO] org.eclipse.birt.chart.device.pdf [eclipse-plugin] [INFO] org.eclipse.birt.chart.device.swt [eclipse-plugin] [INFO] org.eclipse.birt.chart.engine.extension [eclipse-plugin] [INFO] org.eclipse.birt.chart.examples.core [eclipse-plugin] [INFO] org.eclipse.birt.core.ui [eclipse-plugin] [INFO] org.eclipse.birt.chart.ui [eclipse-plugin] [INFO] org.eclipse.birt.chart.ui.extension [eclipse-plugin] [INFO] org.eclipse.birt.chart.osgi.runtime [eclipse-feature] [INFO] org.eclipse.birt.chart [eclipse-feature] [INFO] ChartRuntime [eclipse-repository] [INFO] org.eclipse.birt.data [eclipse-plugin] [INFO] org.w3c.sac [eclipse-plugin] [INFO] org.eclipse.birt.model-parent [pom] [INFO] org.eclipse.birt.report.model [eclipse-plugin] [INFO] org.eclipse.birt.data.aggregation [eclipse-plugin] [INFO] org.eclipse.birt.report.data.adapter [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.core [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.fonts [eclipse-plugin] [INFO] org.eclipse.birt.report.engine [eclipse-plugin] [INFO] org.eclipse.birt.report.item.crosstab.core [eclipse-plugin] [INFO] org.eclipse.birt.chart.reportitem [eclipse-plugin] [INFO] org.eclipse.birt.chart.doc.isv [eclipse-plugin] [INFO] org.eclipse.birt.chart.doc.isv [eclipse-feature] [INFO] org.eclipse.birt.chart.osgi.runtime.sdk [eclipse-feature] [INFO] ChartSDK [eclipse-repository] [INFO] DeploymentRuntime [eclipse-repository] [INFO] birt-charts [pom] [INFO] org.apache.batik.dom.birt.ext [eclipse-plugin] [INFO] org.apache.batik.transcoder.birt.ext [eclipse-plugin] [INFO] org.eclipse.birt.axis.overlay [eclipse-plugin] [INFO] org.eclipse.birt.branding [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.views [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editors [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editors.schematic [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.lib [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.lib.explorer [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.ide [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.cubebuilder [eclipse-plugin] [INFO] org.eclipse.birt.report.model.adapter.oda [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.data [eclipse-plugin] [INFO] org.eclipse.birt.report.item.crosstab.ui [eclipse-plugin] [INFO] org.eclipse.birt.chart.reportitem.ui [eclipse-plugin] [INFO] org.eclipse.birt.core.script.function [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.mongodb [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.mongodb.ui [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.pojo [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.pojo.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editor.xml.wtp [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.editor.xml.wtp [eclipse-feature] [INFO] org.eclipse.birt.report.data.bidi.utils [eclipse-plugin] [INFO] org.eclipse.birt.report.data.bidi.utils.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.xml.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.dataextraction [eclipse-plugin] [INFO] org.eclipse.birt.report.viewer [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.preview.web [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editor.script [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.hive [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.hive.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.xml [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.html [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.pdf [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.ooxml [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.docx [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.ppt [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.pptx [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.pptx [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.wpml [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.docx [eclipse-plugin] [INFO] org.eclipse.birt.resources [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.dataextraction.csv [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.postscript [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.sampledb [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.debug.core [eclipse-plugin] [INFO] org.eclipse.birt.report.debug.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.sampledb.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.html [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.pdf [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.postscript [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.ppt [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.wpml [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.script.javascript [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.odf [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.ods [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.odt [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.excel [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.excel.ui [eclipse-plugin] [INFO] org.eclipse.birt.me.prettyprint.hector [eclipse-plugin] [INFO] uk.co.spudsoft.birt.emitters.excel [eclipse-plugin] [INFO] org.w3c.dom.svg.extension [eclipse-plugin] [INFO] org.eclipse.birt [eclipse-feature] [INFO] org.eclipse.birt.cshelp [eclipse-plugin] [INFO] org.eclipse.birt.cshelp [eclipse-feature] [INFO] org.eclipse.birt.doc [eclipse-plugin] [INFO] org.eclipse.birt.doc [eclipse-feature] [INFO] org.eclipse.birt.chart.examples [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.samplereports [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.samplesview [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.samples.ide [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.samples.rcp [eclipse-plugin] [INFO] org.eclipse.birt.example [eclipse-feature] [INFO] org.eclipse.birt.report.engine.emitter.config.excel [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.odp [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.ods [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.odt [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.odp [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.prototype.excel [eclipse-plugin] [INFO] org.eclipse.birt.engine.runtime [eclipse-feature] [INFO] org.eclipse.birt.osgi.runtime [eclipse-feature] [INFO] org.eclipse.birt.osgi.runtime.sdk [eclipse-feature] [INFO] org.eclipse.birt.chart.integration.wtp.ui [eclipse-plugin] [INFO] org.eclipse.birt.chart.integration.wtp [eclipse-feature] [INFO] org.eclipse.birt.integration.wtp.ui [eclipse-plugin] [INFO] org.eclipse.birt.integration.wtp [eclipse-feature] [INFO] org.eclipse.birt.core.testhelper [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.testhelper [eclipse-plugin] [INFO] org.eclipse.birt.report.model.testhelper [eclipse-plugin] [INFO] org.eclipse.birt.testhelper [eclipse-feature] [INFO] org.eclipse.birt.tests.core [eclipse-test-plugin] [INFO] org.eclipse.birt.chart.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.core.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.data.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.designer.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.engine.emitter.html.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.engine.emitter.pdf.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.engine.emitter.postscript.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.engine.emitter.prototype.excel.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.engine.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.model.adapter.oda.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.model.testresources [eclipse-plugin] [INFO] org.eclipse.birt.report.modelextension.tests [eclipse-plugin] [INFO] org.eclipse.birt.report.model.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.tests.chart [eclipse-test-plugin] [INFO] org.eclipse.birt.testsuites-parent [pom] [INFO] org.eclipse.birt.report.tests.engine [eclipse-test-plugin] [INFO] org.eclipse.birt.report.tests.engine.emitter.html [eclipse-plugin] [INFO] org.eclipse.birt.report.tests.model [eclipse-test-plugin] [INFO] org.eclipse.birt.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.tests.data [eclipse-test-plugin] [INFO] org.eclipse.birt.tests [eclipse-feature] [INFO] org.eclipse.birt.nl-parent [pom] [INFO] org.eclipse.birt.chart.device.extension.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.device.svg.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.device.swt.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.engine.extension.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.engine.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.examples.core.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.examples.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.reportitem.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.reportitem.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.ui.extension.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.core.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.core.script.function.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.core.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.data.aggregation.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.data.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.mongodb.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.mongodb.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.pojo.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.pojo.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.resources.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.sampledb.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.sampledb.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.xml.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.xml.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.debug.core.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.debug.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.core.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editors.schematic.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.ide.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.lib.explorer.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.lib.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.model.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.viewers.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.item.crosstab.core.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.item.crosstab.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.views.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.adapter.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.preview [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.preview.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.preview.web.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.cubebuilder.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.dataextraction.csv.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editor.script.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editors.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.dataextraction.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.excel.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.pdf.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.html.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.ppt.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.postscript.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.wpml.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.bidi.utils.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.hive.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.hive.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.excel.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.excel.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.docx.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.pptx.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.nl [eclipse-feature] [INFO] birt-epp [eclipse-repository] [INFO] org.eclipse.birt.report.designer.ui.rcp [eclipse-plugin] [INFO] org.eclipse.birt.rcp [eclipse-feature] [INFO] birt-report-rcp [eclipse-repository] [INFO] birt-report-all-in-one [eclipse-repository] [INFO] birt-report-framework [eclipse-repository] [INFO] org.eclipse.birt.doc.isv [eclipse-plugin] [INFO] org.eclipse.birt.doc.isv [eclipse-feature] [INFO] birt-report-framework-sdk [eclipse-repository] [INFO] org.eclipse.birt.build [eclipse-plugin] [INFO] org.eclipse.birt.chart.integration.wtp.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.integration.wtp.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.wtp.nl [eclipse-feature] [INFO] org.eclipse.birt.report.designer.ui.rcp.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.rcp.nl [eclipse-feature] [INFO] org.eclipse.birt.p2updatesite [eclipse-repository] [INFO] org.eclipse.birt.api [pom] [INFO] birt-runtime-osgi [eclipse-repository] [INFO] birt-runtime [pom] [INFO] birt-sample-plugins [eclipse-repository] [INFO] birt-tests-suite [eclipse-repository] [INFO] org.eclipse.birt.integration.wtp.sdk [eclipse-feature] [INFO] birt-wtp-integration-sdk [eclipse-repository] [INFO] org.eclipse.birt.chart.viewer [eclipse-plugin] [INFO] org.eclipse.birt.chart.viewer [eclipse-feature] [INFO] birt-source [eclipse-repository] [INFO] org.eclipse.birt.build.package.nl-parent [pom] [INFO] NLpack1-birt-charts [pom] [INFO] NLpack1-birt-rcp-report-designer [pom] [INFO] NLpack1-birt-report-designer-all-in-one [pom] [INFO] NLpack1-birt-report-framework [pom] [INFO] NLpack1-birt-runtime [pom] [INFO] birt-publish [pom] [INFO] birt-runtime-test [jar] [INFO] org.eclipse.birt.chart-parent [pom] [INFO] org.eclipse.birt.common-parent [pom] [INFO] org.eclipse.birt.data.oda.pojo.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.data-parent [pom] [INFO] org.eclipse.birt.docs-parent [pom] [INFO] org.eclipse.birt.report.engine.dataextraction.csv.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.engine.emitter.pptx.tests [eclipse-test-plugin] [INFO] uk.co.spudsoft.birt.emitters.excel.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.engine-parent [pom] [INFO] org.eclipse.birt.sdk [eclipse-feature] [INFO] org.eclipse.birt.report.designer.ui.samples.ide.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.samplesview.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.preview.static_html [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.preview.test [eclipse-test-plugin] [INFO] org.eclipse.birt.UI-parent [pom] [INFO] org.eclipse.birt.jetty.overlay [eclipse-plugin] [INFO] org.eclipse.birt.report.viewer.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.viewer-parent [pom] [INFO] org.eclipse.birt.report.item.crosstab.core.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.xtab-parent [pom] [INFO] [INFO] --------------< org.eclipse.birt:org.eclipse.birt-parent >-------------- [INFO] Building org.eclipse.birt-parent 4.14.0-SNAPSHOT [1/288] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt-parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_test/target/jacoco.exec [INFO] [INFO] --------------< org.eclipse.birt:org.eclipse.birt.target >-------------- [INFO] Building org.eclipse.birt.target 4.14.0-SNAPSHOT [2/288] [INFO] from build/org.eclipse.birt.target/pom.xml [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.target --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.target --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from build/org.eclipse.birt.example/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.example --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.example --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.example --- [INFO] Resolving class path of org.eclipse.birt.example... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.example --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.example --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.example --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.example --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_test/build/org.eclipse.birt.example/target/org.eclipse.birt.example-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from build/org.eclipse.birt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt --- [INFO] Resolving class path of org.eclipse.birt... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_test/build/org.eclipse.birt/target/org.eclipse.birt-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from build/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.build-parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.build-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from build/birt-packages/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.build.package-parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.build.package-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from docs/org.eclipse.birt.chart.cshelp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.cshelp --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.cshelp --- [INFO] Resolving class path of org.eclipse.birt.chart.cshelp... [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (251.02kB) [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.cshelp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.cshelp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.cshelp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.cshelp --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.features-parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.features-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from features/org.eclipse.birt.chart.cshelp.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.cshelp --- [INFO] Deleting /home/jenkins/agent/workspace/maven_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.v202306081152 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.cshelp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from common/javax.xml.rpc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ javax.xml.rpc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ javax.xml.rpc --- [INFO] The project's OSGi version is 1.1.2.v202306081152 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ javax.xml.rpc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ javax.xml.rpc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ javax.xml.rpc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ javax.xml.rpc --- [INFO] Resolving class path of javax.xml.rpc... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ javax.xml.rpc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ javax.xml.rpc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ javax.xml.rpc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ javax.xml.rpc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ javax.xml.rpc --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/maven_test/common/javax.xml.rpc/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_test/common/javax.xml.rpc/target/javax.xml.rpc-1.1.2-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from common/org.apache.axis/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.apache.axis --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.apache.axis --- [INFO] The project's OSGi version is 1.4.1.v202306081152 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.apache.axis --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.apache.axis --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.apache.axis --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.apache.axis --- [INFO] Resolving class path of org.apache.axis... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.apache.axis --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.apache.axis --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.apache.axis --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.apache.axis --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.apache.axis --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_test/common/org.apache.axis/target/org.apache.axis-1.4.1-SNAPSHOT.jar_unpacked_777294278356102761/lib/axis-1.4.1-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/common/org.apache.axis/target/org.apache.axis-1.4.1-SNAPSHOT.jar_unpacked_777294278356102761/lib/axis-1.4.1-SNAPSHOT-sources.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/common/org.apache.axis/target/org.apache.axis-1.4.1-SNAPSHOT.jar_unpacked_777294278356102761/lib/axis-1.4.1-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/common/org.apache.axis/target/org.apache.axis-1.4.1-SNAPSHOT.jar_unpacked_777294278356102761/lib/axis-1.4.1-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/common/org.apache.axis/target/org.apache.axis-1.4.1-SNAPSHOT.jar_unpacked_777294278356102761/lib/axis-ant.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/common/org.apache.axis/target/org.apache.axis-1.4.1-SNAPSHOT.jar_unpacked_777294278356102761/lib/axis-ant.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/common/org.apache.axis/target/org.apache.axis-1.4.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from core/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core-parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from core/org.eclipse.birt.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core --- [INFO] Resolving class path of org.eclipse.birt.core... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_test/core/org.eclipse.birt.core/target/org.eclipse.birt.core-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from chart/org.eclipse.birt.chart.engine/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.engine --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.engine --- [INFO] Resolving class path of org.eclipse.birt.chart.engine... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.engine --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.engine --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from chart/org.eclipse.birt.chart.device.extension/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.extension --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.extension --- [INFO] Resolving class path of org.eclipse.birt.chart.device.extension... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.extension --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.device.extension --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from chart/org.eclipse.birt.chart.device.svg/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.svg --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.svg --- [INFO] Resolving class path of org.eclipse.birt.chart.device.svg... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.svg --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.device.svg --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.svg --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from chart/org.eclipse.birt.chart.device.pdf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.pdf --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.pdf --- [INFO] Resolving class path of org.eclipse.birt.chart.device.pdf... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.pdf --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.device.pdf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.pdf --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_test/chart/org.eclipse.birt.chart.device.pdf/target/org.eclipse.birt.chart.device.pdf-4.14.0-SNAPSHOT.jar_unpacked_1681715367411940031/lib/fop-2.6.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.device.pdf/target/org.eclipse.birt.chart.device.pdf-4.14.0-SNAPSHOT.jar_unpacked_1681715367411940031/lib/fop-2.6.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from chart/org.eclipse.birt.chart.device.swt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.swt --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.swt --- [INFO] Resolving class path of org.eclipse.birt.chart.device.swt... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.swt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.device.swt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from chart/org.eclipse.birt.chart.engine.extension/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.engine.extension --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.engine.extension --- [INFO] Resolving class path of org.eclipse.birt.chart.engine.extension... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.engine.extension --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.engine.extension --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.engine.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from chart/org.eclipse.birt.chart.examples.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.examples.core --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.examples.core --- [INFO] Resolving class path of org.eclipse.birt.chart.examples.core... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.examples.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.examples.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.examples.core --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from core/org.eclipse.birt.core.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.ui --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core.ui --- [INFO] Resolving class path of org.eclipse.birt.core.ui... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.core.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.core.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from chart/org.eclipse.birt.chart.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.ui --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from chart/org.eclipse.birt.chart.ui.extension/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.ui.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.ui.extension --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.ui.extension --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.ui.extension --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.ui.extension --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.ui.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from features/org.eclipse.birt.chart.osgi.runtime/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] Deleting /home/jenkins/agent/workspace/maven_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.v202306081152 [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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from features/org.eclipse.birt.chart.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart --- [INFO] Deleting /home/jenkins/agent/workspace/maven_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.v202306081152 [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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_test/features/org.eclipse.birt.chart.feature/target/org.eclipse.birt.chart-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from build/birt-packages/birt-charts/ChartRuntime/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ ChartRuntime --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ ChartRuntime --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from data/org.eclipse.birt.data/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data --- [INFO] Resolving class path of org.eclipse.birt.data... [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (13.13kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (59.56kB) [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.200.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (13kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (27.41kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (39.29kB) [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_test/data/org.eclipse.birt.data/target/org.eclipse.birt.data-4.14.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from common/org.w3c.sac/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.w3c.sac --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.w3c.sac --- [INFO] The project's OSGi version is 1.3.0.v202306081152 [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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.w3c.sac --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.w3c.sac --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.w3c.sac --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.w3c.sac --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_test/common/org.w3c.sac/target/org.w3c.sac-1.3.0-SNAPSHOT.jar_unpacked_13194798454583750875/lib/flute.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/common/org.w3c.sac/target/org.w3c.sac-1.3.0-SNAPSHOT.jar_unpacked_13194798454583750875/lib/flute.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/common/org.w3c.sac/target/org.w3c.sac-1.3.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from model/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.model-parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.model-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from model/org.eclipse.birt.report.model/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.model --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.model --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.model --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from data/org.eclipse.birt.data.aggregation/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.aggregation --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.aggregation --- [INFO] Resolving class path of org.eclipse.birt.data.aggregation... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.aggregation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.aggregation --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.aggregation --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from data/org.eclipse.birt.report.data.adapter/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.adapter --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.adapter --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.adapter --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.adapter --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.adapter --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from UI/org.eclipse.birt.report.designer.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.core --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.core --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from engine/org.eclipse.birt.report.engine.fonts/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.fonts --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.fonts --- [INFO] Resolving class path of org.eclipse.birt.report.engine.fonts... [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.fonts --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.fonts --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.fonts --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from engine/org.eclipse.birt.report.engine/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_test/engine/org.eclipse.birt.report.engine/target/org.eclipse.birt.report.engine-4.14.0-SNAPSHOT.jar_unpacked_10757101212101752013/lib/Tidy.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/target/org.eclipse.birt.report.engine-4.14.0-SNAPSHOT.jar_unpacked_10757101212101752013/lib/Tidy.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/target/org.eclipse.birt.report.engine-4.14.0-SNAPSHOT.jar_unpacked_10757101212101752013/lib/commons-cli-1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/target/org.eclipse.birt.report.engine-4.14.0-SNAPSHOT.jar_unpacked_10757101212101752013/lib/commons-cli-1.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from xtab/org.eclipse.birt.report.item.crosstab.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.item.crosstab.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from chart/org.eclipse.birt.chart.reportitem/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.reportitem --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.reportitem --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_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] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.reportitem --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.reportitem --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.reportitem --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.reportitem --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_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/maven_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/maven_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/maven_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/maven_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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/288] [INFO] from docs/org.eclipse.birt.chart.doc.isv/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- antrun:3.0.0:run (clean) @ org.eclipse.birt.chart.doc.isv --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.doc.isv --- [INFO] The project's OSGi version is 4.14.0.v202306081152 [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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_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/maven_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/maven_test/docs/org.eclipse.birt.chart.doc.isv/chart/api [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.chart.doc.isv [INFO] [javadoc] Generating Javadoc [INFO] [javadoc] Javadoc execution [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/aggregate/IAggregateFunction.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/ISeriesRenderer.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/ISeriesRenderingHints.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/IGenerator.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/GeneratedChartState.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/IMessageLookup.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/RunTimeContext.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/CDateTime.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/api/ChartEngine.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/BubbleEntry.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/DifferenceEntry.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/StockEntry.java... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.api... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.computation... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.computation.withaxes... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.computation.withoutaxes... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.datafeed... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.device... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.event... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.exception... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.factory... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.log... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.model... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.model.attribute... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.model.attribute.impl... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.model.component... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.model.component.impl... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.model.data... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.model.data.impl... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.model.impl... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.model.layout... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.model.layout.impl... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.model.type... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.model.type.impl... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.render... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.script... [INFO] [javadoc] Constructing Javadoc information... [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/plugin/ChartEnginePlugin.java:18: error: cannot access Plugin [WARNING] [javadoc] import org.eclipse.core.runtime.Plugin; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.27.0.v20230515-1719/org.eclipse.core.runtime-3.27.0.v20230515-1719.jar(/org/eclipse/core/runtime/Plugin.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/plugin/ChartEnginePlugin.java:25: error: cannot find symbol [WARNING] [javadoc] public class ChartEnginePlugin extends Plugin { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Plugin [INFO] [javadoc] 2 errors [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.chart.doc.isv/chartui/api [INFO] [javadoc] Generating Javadoc [INFO] [javadoc] Javadoc execution [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.ui.swt.interfaces... [INFO] [javadoc] Constructing Javadoc information... [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartDataSheet.java:20: error: cannot access Composite [WARNING] [javadoc] import org.eclipse.swt.widgets.Composite; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.124.0.v20230523-1044/org.eclipse.swt.win32.win32.x86_64-3.124.0.v20230523-1044.jar(/org/eclipse/swt/widgets/Composite.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartDataSheet.java:21: error: cannot access Event [WARNING] [javadoc] import org.eclipse.swt.widgets.Event; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.124.0.v20230523-1044/org.eclipse.swt.win32.win32.x86_64-3.124.0.v20230523-1044.jar(/org/eclipse/swt/widgets/Event.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartDataSheet.java:22: error: cannot access Listener [WARNING] [javadoc] import org.eclipse.swt.widgets.Listener; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.124.0.v20230523-1044/org.eclipse.swt.win32.win32.x86_64-3.124.0.v20230523-1044.jar(/org/eclipse/swt/widgets/Listener.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartDataSheet.java:76: error: cannot find symbol [WARNING] [javadoc] Composite createDataSelector(Composite parent); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface IChartDataSheet [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartDataSheet.java:76: error: cannot find symbol [WARNING] [javadoc] Composite createDataSelector(Composite parent); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface IChartDataSheet [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartDataSheet.java:85: error: cannot find symbol [WARNING] [javadoc] Composite createDataDragSource(Composite parent); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface IChartDataSheet [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartDataSheet.java:85: error: cannot find symbol [WARNING] [javadoc] Composite createDataDragSource(Composite parent); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface IChartDataSheet [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartDataSheet.java:93: error: cannot find symbol [WARNING] [javadoc] Composite createActionButtons(Composite parent); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface IChartDataSheet [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartDataSheet.java:93: error: cannot find symbol [WARNING] [javadoc] Composite createActionButtons(Composite parent); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface IChartDataSheet [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartDataSheet.java:109: error: cannot find symbol [WARNING] [javadoc] void addListener(Listener listener); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Listener [WARNING] [javadoc] location: interface IChartDataSheet [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartDataSheet.java:124: error: cannot find symbol [WARNING] [javadoc] void removeListener(Listener listener); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Listener [WARNING] [javadoc] location: interface IChartDataSheet [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartDataSheet.java:138: error: cannot find symbol [WARNING] [javadoc] void notifyListeners(Event event); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Event [WARNING] [javadoc] location: interface IChartDataSheet [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/ISelectDataCustomizeUI.java:36: error: cannot find symbol [WARNING] [javadoc] void createLeftBindingArea(Composite parent); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface ISelectDataCustomizeUI [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/ISelectDataCustomizeUI.java:38: error: cannot find symbol [WARNING] [javadoc] void createRightBindingArea(Composite parent); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface ISelectDataCustomizeUI [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/ISelectDataCustomizeUI.java:40: error: cannot find symbol [WARNING] [javadoc] void createBottomBindingArea(Composite parent); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface ISelectDataCustomizeUI [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIAccessible.java:17: error: cannot access Label [WARNING] [javadoc] import org.eclipse.swt.widgets.Label; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.124.0.v20230523-1044/org.eclipse.swt.win32.win32.x86_64-3.124.0.v20230523-1044.jar(/org/eclipse/swt/widgets/Label.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/ISelectDataComponent.java:26: error: cannot find symbol [WARNING] [javadoc] Composite createArea(Composite parent); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface ISelectDataComponent [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/ISelectDataComponent.java:26: error: cannot find symbol [WARNING] [javadoc] Composite createArea(Composite parent); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface ISelectDataComponent [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/ISelectDataComponent.java:32: error: cannot find symbol [WARNING] [javadoc] void addListener(Listener listener); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Listener [WARNING] [javadoc] location: interface ISelectDataComponent [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIAccessible.java:30: error: cannot find symbol [WARNING] [javadoc] void bindAssociatedLabel(Label label); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Label [WARNING] [javadoc] location: interface IChartUIAccessible [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java:23: error: cannot access Image [WARNING] [javadoc] import org.eclipse.swt.graphics.Image; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.124.0.v20230523-1044/org.eclipse.swt.win32.win32.x86_64-3.124.0.v20230523-1044.jar(/org/eclipse/swt/graphics/Image.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:37: error: cannot access TrayDialog [WARNING] [javadoc] import org.eclipse.jface.dialogs.TrayDialog; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface/3.30.0.v20230509-0720/org.eclipse.jface-3.30.0.v20230509-0720.jar(/org/eclipse/jface/dialogs/TrayDialog.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:39: error: cannot access Shell [WARNING] [javadoc] import org.eclipse.swt.widgets.Shell; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.124.0.v20230523-1044/org.eclipse.swt.win32.win32.x86_64-3.124.0.v20230523-1044.jar(/org/eclipse/swt/widgets/Shell.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:72: error: cannot find symbol [WARNING] [javadoc] ChartCheckbox createChartCheckbox(Composite parent, int styles, boolean defaultSelection); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface IChartUIFactory [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCheckbox.java:22: error: cannot access SWT [WARNING] [javadoc] import org.eclipse.swt.SWT; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.124.0.v20230523-1044/org.eclipse.swt.win32.win32.x86_64-3.124.0.v20230523-1044.jar(/org/eclipse/swt/SWT.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCheckbox.java:23: error: cannot access FocusEvent [WARNING] [javadoc] import org.eclipse.swt.events.FocusEvent; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.124.0.v20230523-1044/org.eclipse.swt.win32.win32.x86_64-3.124.0.v20230523-1044.jar(/org/eclipse/swt/events/FocusEvent.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCheckbox.java:24: error: cannot access FocusListener [WARNING] [javadoc] import org.eclipse.swt.events.FocusListener; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.124.0.v20230523-1044/org.eclipse.swt.win32.win32.x86_64-3.124.0.v20230523-1044.jar(/org/eclipse/swt/events/FocusListener.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCheckbox.java:25: error: cannot access PaintEvent [WARNING] [javadoc] import org.eclipse.swt.events.PaintEvent; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.124.0.v20230523-1044/org.eclipse.swt.win32.win32.x86_64-3.124.0.v20230523-1044.jar(/org/eclipse/swt/events/PaintEvent.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCheckbox.java:26: error: cannot access PaintListener [WARNING] [javadoc] import org.eclipse.swt.events.PaintListener; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.124.0.v20230523-1044/org.eclipse.swt.win32.win32.x86_64-3.124.0.v20230523-1044.jar(/org/eclipse/swt/events/PaintListener.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCheckbox.java:27: error: cannot access SelectionEvent [WARNING] [javadoc] import org.eclipse.swt.events.SelectionEvent; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.124.0.v20230523-1044/org.eclipse.swt.win32.win32.x86_64-3.124.0.v20230523-1044.jar(/org/eclipse/swt/events/SelectionEvent.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCheckbox.java:28: error: cannot access SelectionListener [WARNING] [javadoc] import org.eclipse.swt.events.SelectionListener; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.124.0.v20230523-1044/org.eclipse.swt.win32.win32.x86_64-3.124.0.v20230523-1044.jar(/org/eclipse/swt/events/SelectionListener.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCheckbox.java:29: error: cannot access Rectangle [WARNING] [javadoc] import org.eclipse.swt.graphics.Rectangle; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.124.0.v20230523-1044/org.eclipse.swt.win32.win32.x86_64-3.124.0.v20230523-1044.jar(/org/eclipse/swt/graphics/Rectangle.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCheckbox.java:30: error: cannot access GridData [WARNING] [javadoc] import org.eclipse.swt.layout.GridData; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.124.0.v20230523-1044/org.eclipse.swt.win32.win32.x86_64-3.124.0.v20230523-1044.jar(/org/eclipse/swt/layout/GridData.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCheckbox.java:31: error: cannot access GridLayout [WARNING] [javadoc] import org.eclipse.swt.layout.GridLayout; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.124.0.v20230523-1044/org.eclipse.swt.win32.win32.x86_64-3.124.0.v20230523-1044.jar(/org/eclipse/swt/layout/GridLayout.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCheckbox.java:32: error: cannot access Button [WARNING] [javadoc] import org.eclipse.swt.widgets.Button; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.124.0.v20230523-1044/org.eclipse.swt.win32.win32.x86_64-3.124.0.v20230523-1044.jar(/org/eclipse/swt/widgets/Button.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCheckbox.java:33: error: cannot access Canvas [WARNING] [javadoc] import org.eclipse.swt.widgets.Canvas; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.124.0.v20230523-1044/org.eclipse.swt.win32.win32.x86_64-3.124.0.v20230523-1044.jar(/org/eclipse/swt/widgets/Canvas.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCheckbox.java:43: error: cannot find symbol [WARNING] [javadoc] public class ChartCheckbox extends Canvas implements Listener, SelectionListener { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Canvas [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCheckbox.java:43: error: cannot find symbol [WARNING] [javadoc] public class ChartCheckbox extends Canvas implements Listener, SelectionListener { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Listener [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCheckbox.java:43: error: cannot find symbol [WARNING] [javadoc] public class ChartCheckbox extends Canvas implements Listener, SelectionListener { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class SelectionListener [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:84: error: cannot find symbol [WARNING] [javadoc] ChartSpinner createChartSpinner(Composite parent, int styles, EObject obj, String property, boolean enabled); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface IChartUIFactory [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartSpinner.java:32: error: cannot access Spinner [WARNING] [javadoc] import org.eclipse.swt.widgets.Spinner; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.124.0.v20230523-1044/org.eclipse.swt.win32.win32.x86_64-3.124.0.v20230523-1044.jar(/org/eclipse/swt/widgets/Spinner.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartSpinner.java:38: error: cannot find symbol [WARNING] [javadoc] public class ChartSpinner extends Composite implements Listener, SelectionListener { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartSpinner.java:38: error: cannot find symbol [WARNING] [javadoc] public class ChartSpinner extends Composite implements Listener, SelectionListener { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Listener [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartSpinner.java:38: error: cannot find symbol [WARNING] [javadoc] public class ChartSpinner extends Composite implements Listener, SelectionListener { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class SelectionListener [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:98: error: cannot find symbol [WARNING] [javadoc] ChartSpinner createChartSpinner(Composite parent, int styles, EObject obj, String property, boolean enabled, [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface IChartUIFactory [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:114: error: cannot find symbol [WARNING] [javadoc] AbstractChartInsets createChartInsetsComposite(Composite parent, int style, int numberRows, Insets insets, [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface IChartUIFactory [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/AbstractChartInsets.java:24: error: cannot find symbol [WARNING] [javadoc] public abstract class AbstractChartInsets extends Composite { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:128: error: cannot find symbol [WARNING] [javadoc] AbstractChartIntSpinner createChartIntSpinner(Composite parent, int style, int iCurrentValue, EObject obj, [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface IChartUIFactory [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/AbstractChartIntSpinner.java:24: error: cannot find symbol [WARNING] [javadoc] public abstract class AbstractChartIntSpinner extends Composite { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:140: error: cannot find symbol [WARNING] [javadoc] IDataElementComposite createNumberDataElementComposite(Composite parent, DataElement data, EObject eParent, [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface IChartUIFactory [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:154: error: cannot find symbol [WARNING] [javadoc] IDataElementComposite createDateTimeDataElementComposite(Composite parent, int style, DateTimeDataElement data, [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface IChartUIFactory [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:167: error: cannot find symbol [WARNING] [javadoc] ChartCombo createChartCombo(Composite parent, int style, EObject eParent, String sProperty, String defaultItem); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface IChartUIFactory [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCombo.java:26: error: cannot access Combo [WARNING] [javadoc] import org.eclipse.swt.widgets.Combo; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.124.0.v20230523-1044/org.eclipse.swt.win32.win32.x86_64-3.124.0.v20230523-1044.jar(/org/eclipse/swt/widgets/Combo.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCombo.java:35: error: cannot find symbol [WARNING] [javadoc] public class ChartCombo extends Composite implements SelectionListener { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCombo.java:35: error: cannot find symbol [WARNING] [javadoc] public class ChartCombo extends Composite implements SelectionListener { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class SelectionListener [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:180: error: cannot find symbol [WARNING] [javadoc] AbstractLineStyleChooserComposite createLineStyleChooserComposite(Composite parent, int style, int iLineStyle, [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface IChartUIFactory [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:194: error: cannot find symbol [WARNING] [javadoc] AbstractLineWidthChooserComposite createLineWidthChooserComposite(Composite parent, int style, int iWidth, [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface IChartUIFactory [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:207: error: cannot find symbol [WARNING] [javadoc] AbstractHeadStyleChooserComposite createHeadStyleChooserComposite(Composite parent, int style, int iLineDecorator, [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface IChartUIFactory [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:220: error: cannot find symbol [WARNING] [javadoc] IFontDefinitionDialog createFontDefinitionDialog(Shell shellParent, ChartWizardContext wizardContext, [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Shell [WARNING] [javadoc] location: interface IChartUIFactory [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:232: error: cannot find symbol [WARNING] [javadoc] AbstractChartTextEditor createChartTextEditor(Composite parent, int style, EObject eParent, String sProperty); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface IChartUIFactory [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/AbstractChartTextEditor.java:20: error: cannot access Text [WARNING] [javadoc] import org.eclipse.swt.widgets.Text; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.124.0.v20230523-1044/org.eclipse.swt.win32.win32.x86_64-3.124.0.v20230523-1044.jar(/org/eclipse/swt/widgets/Text.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/AbstractChartTextEditor.java:26: error: cannot find symbol [WARNING] [javadoc] public abstract class AbstractChartTextEditor extends Composite { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:244: error: cannot find symbol [WARNING] [javadoc] AbstractChartNumberEditor createChartNumberEditor(Composite parent, int style, String unit, EObject eParent, [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface IChartUIFactory [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/AbstractChartNumberEditor.java:18: error: cannot access ModifyListener [WARNING] [javadoc] import org.eclipse.swt.events.ModifyListener; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.124.0.v20230523-1044/org.eclipse.swt.win32.win32.x86_64-3.124.0.v20230523-1044.jar(/org/eclipse/swt/events/ModifyListener.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/AbstractChartNumberEditor.java:28: error: cannot find symbol [WARNING] [javadoc] public abstract class AbstractChartNumberEditor extends Composite { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:256: error: cannot find symbol [WARNING] [javadoc] ChartSlider createChartSlider(Composite parent, int style, EObject eParent, String sProperty); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: interface IChartUIFactory [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartSlider.java:26: error: cannot access Slider [WARNING] [javadoc] import org.eclipse.swt.widgets.Slider; [WARNING] [javadoc] ^ [WARNING] [javadoc] bad class file: /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.swt.win32.win32.x86_64/3.124.0.v20230523-1044/org.eclipse.swt.win32.win32.x86_64-3.124.0.v20230523-1044.jar(/org/eclipse/swt/widgets/Slider.class) [WARNING] [javadoc] class file has wrong version 61.0, should be 55.0 [WARNING] [javadoc] Please remove or make sure it appears in the correct subdirectory of the classpath. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartSlider.java:32: error: cannot find symbol [WARNING] [javadoc] public class ChartSlider extends Composite implements SelectionListener { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartSlider.java:32: error: cannot find symbol [WARNING] [javadoc] public class ChartSlider extends Composite implements SelectionListener { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class SelectionListener [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:266: error: cannot find symbol [WARNING] [javadoc] TrayDialog createChartMarkerIconDialog(Shell parent, Fill fill, ChartWizardContext context); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Shell [WARNING] [javadoc] location: interface IChartUIFactory [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:266: error: cannot find symbol [WARNING] [javadoc] TrayDialog createChartMarkerIconDialog(Shell parent, Fill fill, ChartWizardContext context); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class TrayDialog [WARNING] [javadoc] location: interface IChartUIFactory [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:273: error: cannot find symbol [WARNING] [javadoc] TrayDialog createChartImageDialog(Shell parentShell, Fill fCurrent, ChartWizardContext context, [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Shell [WARNING] [javadoc] location: interface IChartUIFactory [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:273: error: cannot find symbol [WARNING] [javadoc] TrayDialog createChartImageDialog(Shell parentShell, Fill fCurrent, ChartWizardContext context, [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class TrayDialog [WARNING] [javadoc] location: interface IChartUIFactory [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartSlider.java:33: error: cannot find symbol [WARNING] [javadoc] protected Slider slider; [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Slider [WARNING] [javadoc] location: class ChartSlider [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartSlider.java:35: error: cannot find symbol [WARNING] [javadoc] protected Vector vListeners = new Vector<>(); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class SelectionListener [WARNING] [javadoc] location: class ChartSlider [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartSlider.java:37: error: cannot find symbol [WARNING] [javadoc] public ChartSlider(Composite parent, int style) { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: class ChartSlider [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartSlider.java:57: error: cannot find symbol [WARNING] [javadoc] public Slider getWidget() { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Slider [WARNING] [javadoc] location: class ChartSlider [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartSlider.java:70: error: cannot find symbol [WARNING] [javadoc] public void addSelectionListener(SelectionListener listener) { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class SelectionListener [WARNING] [javadoc] location: class ChartSlider [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartSlider.java:87: error: cannot find symbol [WARNING] [javadoc] public void widgetDefaultSelected(SelectionEvent arg0) { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class SelectionEvent [WARNING] [javadoc] location: class ChartSlider [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartSlider.java:93: error: cannot find symbol [WARNING] [javadoc] public void widgetSelected(SelectionEvent event) { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class SelectionEvent [WARNING] [javadoc] location: class ChartSlider [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/AbstractChartNumberEditor.java:30: error: cannot find symbol [WARNING] [javadoc] public AbstractChartNumberEditor(Composite parent, int style) { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: class AbstractChartNumberEditor [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/AbstractChartNumberEditor.java:42: error: cannot find symbol [WARNING] [javadoc] abstract public Text getTextControl(); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Text [WARNING] [javadoc] location: class AbstractChartNumberEditor [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/AbstractChartNumberEditor.java:44: error: cannot find symbol [WARNING] [javadoc] abstract public Label getUnitLabel(); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Label [WARNING] [javadoc] location: class AbstractChartNumberEditor [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/AbstractChartNumberEditor.java:46: error: cannot find symbol [WARNING] [javadoc] abstract public void addFractionListener(Listener listener); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Listener [WARNING] [javadoc] location: class AbstractChartNumberEditor [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/AbstractChartNumberEditor.java:48: error: cannot find symbol [WARNING] [javadoc] abstract public void addModifyListener(ModifyListener listener); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class ModifyListener [WARNING] [javadoc] location: class AbstractChartNumberEditor [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/AbstractChartTextEditor.java:28: error: cannot find symbol [WARNING] [javadoc] public AbstractChartTextEditor(Composite parent, int style) { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: class AbstractChartTextEditor [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/AbstractChartTextEditor.java:37: error: cannot find symbol [WARNING] [javadoc] abstract public void addListener(Listener listener); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Listener [WARNING] [javadoc] location: class AbstractChartTextEditor [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/AbstractChartTextEditor.java:41: error: cannot find symbol [WARNING] [javadoc] abstract public Text getTextControl(); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Text [WARNING] [javadoc] location: class AbstractChartTextEditor [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/AbstractHeadStyleChooserComposite.java:28: error: cannot find symbol [WARNING] [javadoc] public AbstractHeadStyleChooserComposite(Composite parent, int style, Object choiceValue) { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: class AbstractHeadStyleChooserComposite [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/AbstractLineWidthChooserComposite.java:29: error: cannot find symbol [WARNING] [javadoc] public AbstractLineWidthChooserComposite(Composite parent, int style, Object choiceValue) { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: class AbstractLineWidthChooserComposite [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/AbstractLineStyleChooserComposite.java:30: error: cannot find symbol [WARNING] [javadoc] public AbstractLineStyleChooserComposite(Composite parent, int style, Object choiceValue) { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: class AbstractLineStyleChooserComposite [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCombo.java:37: error: cannot find symbol [WARNING] [javadoc] protected Combo cmbItems; [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Combo [WARNING] [javadoc] location: class ChartCombo [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCombo.java:39: error: cannot find symbol [WARNING] [javadoc] protected Vector vListeners = new Vector<>(); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class SelectionListener [WARNING] [javadoc] location: class ChartCombo [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCombo.java:51: error: cannot find symbol [WARNING] [javadoc] public ChartCombo(Composite parent, int style, EObject eParent, String sProperty, String defaultItem) { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Composite [WARNING] [javadoc] location: class ChartCombo [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCombo.java:157: error: cannot find symbol [WARNING] [javadoc] public Combo getWidget() { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Combo [WARNING] [javadoc] location: class ChartCombo [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCombo.java:161: error: cannot find symbol [WARNING] [javadoc] public void addSelectionListener(SelectionListener listener) { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class SelectionListener [WARNING] [javadoc] location: class ChartCombo [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCombo.java:167: error: cannot find symbol [WARNING] [javadoc] public void addListener(int eventType, final Listener listener) { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Listener [WARNING] [javadoc] location: class ChartCombo [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCombo.java:202: error: cannot find symbol [WARNING] [javadoc] public void widgetDefaultSelected(SelectionEvent arg0) { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class SelectionEvent [WARNING] [javadoc] location: class ChartCombo [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/ChartCombo.java:208: error: cannot find symbol [WARNING] [javadoc] public void widgetSelected(SelectionEvent event) { [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class SelectionEvent [WARNING] [javadoc] location: class ChartCombo [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IDataElementComposite.java:52: error: cannot find symbol [WARNING] [javadoc] void addListener(Listener listener); [WARNING] [javadoc] ^ [WARNING] [javadoc] symbol: class Listener [WARNING] [javadoc] location: interface IDataElementComposite [INFO] [javadoc] 100 errors [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.chart.doc.isv/chartscript/api [INFO] [javadoc] Generating Javadoc [INFO] [javadoc] Javadoc execution [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.script.api... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.script.api.attribute... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.script.api.component... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.script.api.data... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.script.api.scale... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.script.api.series... [INFO] [javadoc] Loading source files for package org.eclipse.birt.chart.script.api.series.data... [INFO] [javadoc] Constructing Javadoc information... [INFO] [javadoc] Standard Doclet version 11.0.11 [INFO] [javadoc] Building tree for all the packages and classes... [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/component/IMarkerRange.java:35: warning - @param argument "start" is not a parameter name. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/component/IMarkerRange.java:49: warning - @param argument "end" is not a parameter name. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/scale/ITimeScale.java:49: warning - @param argument "the" is not a parameter name. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_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] /home/jenkins/agent/workspace/maven_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. [INFO] [javadoc] Building index for all the packages and classes... [INFO] [javadoc] Building index for all classes... [INFO] [javadoc] Building index for all classes... [INFO] [javadoc] Generating /home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/help-doc.html... [INFO] [javadoc] 5 warnings [WARNING] [echo] generating javadoc for chart [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] org.eclipse.birt-parent 4.14.0-SNAPSHOT ............ SUCCESS [ 7.730 s] [INFO] org.eclipse.birt.target 4.14.0-SNAPSHOT ............ SUCCESS [ 0.642 s] [INFO] org.eclipse.birt.example 4.14.0-SNAPSHOT ........... SUCCESS [ 8.212 s] [INFO] org.eclipse.birt 4.14.0-SNAPSHOT ................... SUCCESS [ 1.835 s] [INFO] org.eclipse.birt.build-parent 4.14.0-SNAPSHOT ...... SUCCESS [ 0.033 s] [INFO] org.eclipse.birt.build.package-parent 4.14.0-SNAPSHOT SUCCESS [ 0.019 s] [INFO] org.eclipse.birt.chart.cshelp 4.14.0-SNAPSHOT ...... SUCCESS [ 1.412 s] [INFO] org.eclipse.birt.features-parent 4.14.0-SNAPSHOT ... SUCCESS [ 0.017 s] [INFO] org.eclipse.birt.chart.cshelp 4.14.0-SNAPSHOT ...... SUCCESS [ 3.041 s] [INFO] javax.xml.rpc 1.1.2-SNAPSHOT ....................... SUCCESS [ 3.271 s] [INFO] org.apache.axis 1.4.1-SNAPSHOT ..................... SUCCESS [ 8.344 s] [INFO] org.eclipse.birt.core-parent 4.14.0-SNAPSHOT ....... SUCCESS [ 0.026 s] [INFO] org.eclipse.birt.core 4.14.0-SNAPSHOT .............. SUCCESS [ 11.786 s] [INFO] org.eclipse.birt.chart.engine 4.14.0-SNAPSHOT ...... SUCCESS [ 11.444 s] [INFO] org.eclipse.birt.chart.device.extension 4.14.0-SNAPSHOT SUCCESS [ 3.047 s] [INFO] org.eclipse.birt.chart.device.svg 4.14.0-SNAPSHOT .. SUCCESS [ 3.902 s] [INFO] org.eclipse.birt.chart.device.pdf 4.14.0-SNAPSHOT .. SUCCESS [ 23.461 s] [INFO] org.eclipse.birt.chart.device.swt 4.14.0-SNAPSHOT .. SUCCESS [ 2.974 s] [INFO] org.eclipse.birt.chart.engine.extension 4.14.0-SNAPSHOT SUCCESS [ 4.611 s] [INFO] org.eclipse.birt.chart.examples.core 4.14.0-SNAPSHOT SUCCESS [ 3.185 s] [INFO] org.eclipse.birt.core.ui 4.14.0-SNAPSHOT ........... SUCCESS [ 2.948 s] [INFO] org.eclipse.birt.chart.ui 4.14.0-SNAPSHOT .......... SUCCESS [ 4.433 s] [INFO] org.eclipse.birt.chart.ui.extension 4.14.0-SNAPSHOT SUCCESS [ 5.489 s] [INFO] org.eclipse.birt.chart.osgi.runtime 4.14.0-SNAPSHOT SUCCESS [ 2.962 s] [INFO] org.eclipse.birt.chart 4.14.0-SNAPSHOT ............. SUCCESS [ 2.347 s] [INFO] ChartRuntime 4.14.0-SNAPSHOT ....................... SUCCESS [ 6.426 s] [INFO] org.eclipse.birt.data 4.14.0-SNAPSHOT .............. SUCCESS [ 7.776 s] [INFO] org.w3c.sac 1.3.0-SNAPSHOT ......................... SUCCESS [ 4.216 s] [INFO] org.eclipse.birt.model-parent 4.14.0-SNAPSHOT ...... SUCCESS [ 0.038 s] [INFO] org.eclipse.birt.report.model 4.14.0-SNAPSHOT ...... SUCCESS [ 10.231 s] [INFO] org.eclipse.birt.data.aggregation 4.14.0-SNAPSHOT .. SUCCESS [ 3.233 s] [INFO] org.eclipse.birt.report.data.adapter 4.14.0-SNAPSHOT SUCCESS [ 3.066 s] [INFO] org.eclipse.birt.report.designer.core 4.14.0-SNAPSHOT SUCCESS [ 3.419 s] [INFO] org.eclipse.birt.report.engine.fonts 4.14.0-SNAPSHOT SUCCESS [ 2.329 s] [INFO] org.eclipse.birt.report.engine 4.14.0-SNAPSHOT ..... SUCCESS [ 15.096 s] [INFO] org.eclipse.birt.report.item.crosstab.core 4.14.0-SNAPSHOT SUCCESS [ 3.940 s] [INFO] org.eclipse.birt.chart.reportitem 4.14.0-SNAPSHOT .. SUCCESS [ 4.172 s] [INFO] org.eclipse.birt.chart.doc.isv 4.14.0-SNAPSHOT ..... FAILURE [ 13.033 s] [INFO] org.eclipse.birt.chart.doc.isv 4.14.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.birt.chart.osgi.runtime.sdk 4.14.0-SNAPSHOT SKIPPED [INFO] ChartSDK 4.14.0-SNAPSHOT ........................... SKIPPED [INFO] DeploymentRuntime 4.14.0-SNAPSHOT .................. SKIPPED [INFO] birt-charts 4.14.0-SNAPSHOT ........................ SKIPPED [INFO] org.apache.batik.dom.birt.ext 1.14.0-SNAPSHOT ...... SKIPPED [INFO] org.apache.batik.transcoder.birt.ext 1.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.axis.overlay 4.14.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.birt.branding 4.14.0-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.birt.report.designer.ui 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.views 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.editors 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.editors.schematic 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.lib 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.lib.explorer 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.ide 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.cubebuilder 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.model.adapter.oda 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.data 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.item.crosstab.ui 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.chart.reportitem.ui 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.core.script.function 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.data.oda.mongodb 4.14.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.birt.data.oda.mongodb.ui 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.data.oda.pojo 4.14.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.birt.data.oda.pojo.ui 4.14.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.birt.report.designer.ui.editor.xml.wtp 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.editor.xml.wtp 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.bidi.utils 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.bidi.utils.ui 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.jdbc 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.jdbc.ui 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.xml.ui 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.dataextraction 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.viewer 4.14.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.config 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.preview.web 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.editor.script 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.hive 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.hive.ui 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.xml 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.html 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.pdf 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.ooxml 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.config.docx 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.ppt 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.pptx 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.config.pptx 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.wpml 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.docx 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.resources 4.14.0-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.birt.report.engine.dataextraction.csv 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.postscript 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.sampledb 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.debug.core 4.14.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.birt.report.debug.ui 4.14.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.birt.report.data.oda.sampledb.ui 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.config.html 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.config.pdf 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.config.postscript 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.config.ppt 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.config.wpml 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.script.javascript 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.odf 4.14.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.ods 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.odt 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.excel 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.excel.ui 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.me.prettyprint.hector 4.14.0-SNAPSHOT SKIPPED [INFO] uk.co.spudsoft.birt.emitters.excel 4.14.0-SNAPSHOT . SKIPPED [INFO] org.w3c.dom.svg.extension 1.1.0-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.birt 4.14.0-SNAPSHOT ................... SKIPPED [INFO] org.eclipse.birt.cshelp 4.14.0-SNAPSHOT ............ SKIPPED [INFO] org.eclipse.birt.cshelp 4.14.0-SNAPSHOT ............ SKIPPED [INFO] org.eclipse.birt.doc 4.14.0-SNAPSHOT ............... SKIPPED [INFO] org.eclipse.birt.doc 4.14.0-SNAPSHOT ............... SKIPPED [INFO] org.eclipse.birt.chart.examples 4.14.0-SNAPSHOT .... SKIPPED [INFO] org.eclipse.birt.report.designer.samplereports 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.samplesview 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.samples.ide 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.samples.rcp 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.example 4.14.0-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.config.excel 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.config.odp 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.config.ods 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.config.odt 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.odp 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.prototype.excel 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.engine.runtime 4.14.0-SNAPSHOT .... SKIPPED [INFO] org.eclipse.birt.osgi.runtime 4.14.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.birt.osgi.runtime.sdk 4.14.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.birt.chart.integration.wtp.ui 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.chart.integration.wtp 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.integration.wtp.ui 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.integration.wtp 4.14.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.birt.core.testhelper 4.14.0-SNAPSHOT ... SKIPPED [INFO] org.eclipse.birt.report.engine.testhelper 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.model.testhelper 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.testhelper 4.14.0-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.birt.tests.core 4.14.0-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.birt.chart.tests 4.14.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.birt.core.tests 4.14.0-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.birt.data.tests 4.14.0-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.birt.report.data.oda.jdbc.tests 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.tests 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.html.tests 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.pdf.tests 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.postscript.tests 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.prototype.excel.tests 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.tests 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.model.adapter.oda.tests 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.model.testresources 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.modelextension.tests 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.model.tests 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.tests.chart 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.testsuites-parent 4.14.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.birt.report.tests.engine 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.tests.engine.emitter.html 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.tests.model 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.tests 4.14.0-SNAPSHOT ............. SKIPPED [INFO] org.eclipse.birt.tests.data 4.14.0-SNAPSHOT ........ SKIPPED [INFO] org.eclipse.birt.tests 4.14.0-SNAPSHOT ............. SKIPPED [INFO] org.eclipse.birt.nl-parent 4.14.0-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.birt.chart.device.extension.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.chart.device.svg.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.chart.device.swt.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.chart.engine.extension.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.chart.engine.nl1 4.14.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.birt.chart.examples.core.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.chart.examples.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.chart.reportitem.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.chart.reportitem.ui.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.chart.ui.extension.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.chart.ui.nl1 4.14.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.birt.core.nl1 4.14.0-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.birt.core.script.function.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.core.ui.nl1 4.14.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.birt.data.aggregation.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.data.nl1 4.14.0-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.birt.data.oda.mongodb.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.data.oda.mongodb.ui.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.data.oda.pojo.nl1 4.14.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.birt.data.oda.pojo.ui.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.resources.nl1 4.14.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.birt.report.data.oda.jdbc.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.jdbc.ui.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.sampledb.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.sampledb.ui.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.xml.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.xml.ui.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.debug.core.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.debug.ui.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.core.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.editors.schematic.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.ide.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.lib.explorer.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.lib.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.nl1 4.14.0-SNAPSHOT . SKIPPED [INFO] org.eclipse.birt.report.model.nl1 4.14.0-SNAPSHOT .. SKIPPED [INFO] org.eclipse.birt.report.viewers.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.item.crosstab.core.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.item.crosstab.ui.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.views.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.adapter.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.preview 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.preview.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.preview.web.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.cubebuilder.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.dataextraction.csv.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.editor.script.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.editors.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.dataextraction.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.config.excel.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.config.pdf.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.config.html.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.config.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.config.ppt.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.config.postscript.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.config.wpml.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.bidi.utils.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.hive.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.hive.ui.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.excel.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.data.oda.excel.ui.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.config.docx.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.config.pptx.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.nl 4.14.0-SNAPSHOT ................ SKIPPED [INFO] birt-epp 4.14.0-SNAPSHOT ........................... SKIPPED [INFO] org.eclipse.birt.report.designer.ui.rcp 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.rcp 4.14.0-SNAPSHOT ............... SKIPPED [INFO] birt-report-rcp 4.14.0-SNAPSHOT .................... SKIPPED [INFO] birt-report-all-in-one 4.14.0-SNAPSHOT ............. SKIPPED [INFO] birt-report-framework 4.14.0-SNAPSHOT .............. SKIPPED [INFO] org.eclipse.birt.doc.isv 4.14.0-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.birt.doc.isv 4.14.0-SNAPSHOT ........... SKIPPED [INFO] birt-report-framework-sdk 4.14.0-SNAPSHOT .......... SKIPPED [INFO] org.eclipse.birt.build 4.14.0-SNAPSHOT ............. SKIPPED [INFO] org.eclipse.birt.chart.integration.wtp.ui.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.integration.wtp.ui.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.wtp.nl 4.14.0-SNAPSHOT ............ SKIPPED [INFO] org.eclipse.birt.report.designer.ui.rcp.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.rcp.nl 4.14.0-SNAPSHOT ............ SKIPPED [INFO] org.eclipse.birt.p2updatesite 4.14.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.birt.api 4.14.0-SNAPSHOT ............... SKIPPED [INFO] birt-runtime-osgi 4.14.0-SNAPSHOT .................. SKIPPED [INFO] birt-runtime 4.14.0-SNAPSHOT ....................... SKIPPED [INFO] birt-sample-plugins 4.14.0-SNAPSHOT ................ SKIPPED [INFO] birt-tests-suite 4.14.0-SNAPSHOT ................... SKIPPED [INFO] org.eclipse.birt.integration.wtp.sdk 4.14.0-SNAPSHOT SKIPPED [INFO] birt-wtp-integration-sdk 4.14.0-SNAPSHOT ........... SKIPPED [INFO] org.eclipse.birt.chart.viewer 4.14.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.birt.chart.viewer 4.14.0-SNAPSHOT ...... SKIPPED [INFO] birt-source 4.14.0-SNAPSHOT ........................ SKIPPED [INFO] org.eclipse.birt.build.package.nl-parent 4.14.0-SNAPSHOT SKIPPED [INFO] NLpack1-birt-charts 4.14.0-SNAPSHOT ................ SKIPPED [INFO] NLpack1-birt-rcp-report-designer 4.14.0-SNAPSHOT ... SKIPPED [INFO] NLpack1-birt-report-designer-all-in-one 4.14.0-SNAPSHOT SKIPPED [INFO] NLpack1-birt-report-framework 4.14.0-SNAPSHOT ...... SKIPPED [INFO] NLpack1-birt-runtime 4.14.0-SNAPSHOT ............... SKIPPED [INFO] birt-publish 4.14.0-SNAPSHOT ....................... SKIPPED [INFO] birt-runtime-test 4.14.0-SNAPSHOT .................. SKIPPED [INFO] org.eclipse.birt.chart-parent 4.14.0-SNAPSHOT ...... SKIPPED [INFO] org.eclipse.birt.common-parent 4.14.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.birt.data.oda.pojo.tests 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.data-parent 4.14.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.birt.docs-parent 4.14.0-SNAPSHOT ....... SKIPPED [INFO] org.eclipse.birt.report.engine.dataextraction.csv.tests 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.engine.emitter.pptx.tests 4.14.0-SNAPSHOT SKIPPED [INFO] uk.co.spudsoft.birt.emitters.excel.tests 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.engine-parent 4.14.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.birt.sdk 4.14.0-SNAPSHOT ............... SKIPPED [INFO] org.eclipse.birt.report.designer.ui.samples.ide.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.samplesview.nl1 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.preview.static_html 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.report.designer.ui.preview.test 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.UI-parent 4.14.0-SNAPSHOT ......... SKIPPED [INFO] org.eclipse.birt.jetty.overlay 4.14.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.birt.report.viewer.tests 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.viewer-parent 4.14.0-SNAPSHOT ..... SKIPPED [INFO] org.eclipse.birt.report.item.crosstab.core.tests 4.14.0-SNAPSHOT SKIPPED [INFO] org.eclipse.birt.xtab-parent 4.14.0-SNAPSHOT ....... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:48 min [INFO] Finished at: 2023-06-08T11:58:33Z [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "master" could not be activated because it does not exist. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:3.0.0:run (javadoc) on project org.eclipse.birt.chart.doc.isv: An Ant BuildException has occured: The following error occurred while executing this line: [ERROR] /home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.chart.doc.isv/BuildChartISVDoc.xml:207: Replace: source file /home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.chart.doc.isv/chart/api/index.html doesn't exist [ERROR] around Ant part ...... @ 5:135 in /home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.chart.doc.isv/target/antrun/build-main.xml [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf org.eclipse.birt:org.eclipse.birt.chart.doc.isv Build step 'Invoke top-level Maven targets' marked build as failure Skipped archiving because build is not successful Recording test results No test report files were found. Configuration error? Not sending mail to unregistered user noreply@github.com Sending e-mails to: sschafer@innoventsolutions.com ed.merks@gmail.com Finished: FAILURE