Started by an SCM change Running as SYSTEM Agent basic-3hpsh is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-3hpsh" 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-3hpsh" - 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-3hpsh" - 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-3hpsh (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 15d8a1e168928789588e4cc0843ecffd6e3e1e56 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d8a1e168928789588e4cc0843ecffd6e3e1e56 # timeout=10 Commit message: "Removed "AccessController.doPrivileged()" marked as "deprecated for removal" (#1267) (#1290)" > git rev-list --no-walk c2f850a070875d09d4439fab8811252627d70cef # 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, 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@44a9781e... 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 MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [WARNING] Missing POM for org.eclipse.jetty.tests:jetty-http-tools:jar:10.0.11 [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-deploy, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-plus, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-jndi, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-webapp, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-xml, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty.osgi, ArtifactId = jetty-osgi-boot, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 70.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = javax.servlet, ArtifactId = javax.servlet-api, Version = 3.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-continuation, Version = 9.4.44.v20210927, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.glassfish, ArtifactId = javax.servlet, Version = 3.1.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.0-alpha6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.0-alpha6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.slf4j, ArtifactId = osgi-over-slf4j, Version = 2.0.0-alpha6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = com.github.librepdf, ArtifactId = openpdf, Version = 1.3.26, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.xmlgraphics, ArtifactId = fop, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] org.apache.xmlgraphics:fop:2.6 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.xmlgraphics.fop [INFO] The artifact can be referenced in feature files with the following data: [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.xmlgraphics, ArtifactId = batik-ext, Version = 1.14, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=${mvnGroupId}.${mvnArtifactId}, Bundle-Version=${version}, Bundle-Name=Bundle derived from maven artifact ${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, DynamicImport-Package=*, version=${version_cleanup;${mvnVersion}}, Import-Package=*;resolution:=optional} [INFO] org.apache.xmlgraphics:batik-ext:1.14 is wrapped as a bundle with bundle symbolic name org.apache.xmlgraphics.batik-ext [INFO] The artifact can be referenced in feature files with the following data: [INFO] Resolving MavenDependencyRoots = [GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 3.8, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] com.ibm.icu:icu4j:3.8 is wrapped as a bundle with bundle symbolic name wrapped.com.ibm.icu.icu4j [INFO] The artifact can be referenced in feature files with the following data: [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.p2updatesite:4.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.p2updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.example:4.13.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.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.build:4.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.build/pom.xml [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 javax.activation_1.1.0.v201211130549.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (26.78kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (249kB) [INFO] Fetching R-4.25-202208311800&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.25/ (63B) [INFO] Fetching org.eclipse.osgi_3.18.100.v20220817-1601.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.47MB) [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (55.41kB) [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.96MB) [INFO] Fetching org.dom4j_2.1.1.v20190321-1528.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (341.22kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.birt-packages.birt-charts:ChartRuntime:4.13.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.13.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.13.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.13.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.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-rcp/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/mylyn/releases/latest/ (126B) [INFO] Adding repository http://download.eclipse.org/mylyn/releases/latest [INFO] Fetching compositeContent.xml from http://download.eclipse.org/mylyn/releases/latest/ (486B) [INFO] Fetching p2.index from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/ (37.46kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-report-all-in-one:4.13.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.13.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.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-framework-sdk/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@44a9781e... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-server, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-servlet, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-io, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-deploy, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-plus, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-jndi, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-security, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-util, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-webapp, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-xml, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty.osgi, ArtifactId = jetty-osgi-boot, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = apache-jsp, Version = 10.0.11, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.5, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 70.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = javax.servlet, ArtifactId = javax.servlet-api, Version = 3.1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = ERROR, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-continuation, Version = 9.4.44.v20210927, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.glassfish, ArtifactId = javax.servlet, Version = 3.1.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.0-alpha6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.slf4j, ArtifactId = slf4j-simple, Version = 2.0.0-alpha6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.slf4j, ArtifactId = osgi-over-slf4j, Version = 2.0.0-alpha6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = com.github.librepdf, ArtifactId = openpdf, Version = 1.3.26, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.xmlgraphics, ArtifactId = fop, Version = 2.6, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] org.apache.xmlgraphics:fop:2.6 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.xmlgraphics.fop [INFO] The artifact can be referenced in feature files with the following data: [INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.xmlgraphics, ArtifactId = batik-ext, Version = 1.14, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=${mvnGroupId}.${mvnArtifactId}, Bundle-Version=${version}, Bundle-Name=Bundle derived from maven artifact ${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, DynamicImport-Package=*, version=${version_cleanup;${mvnVersion}}, Import-Package=*;resolution:=optional} [INFO] org.apache.xmlgraphics:batik-ext:1.14 is wrapped as a bundle with bundle symbolic name org.apache.xmlgraphics.batik-ext [INFO] The artifact can be referenced in feature files with the following data: [INFO] Resolving MavenDependencyRoots = [GroupId = com.ibm.icu, ArtifactId = icu4j, Version = 3.8, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true... [INFO] com.ibm.icu:icu4j:3.8 is wrapped as a bundle with bundle symbolic name wrapped.com.ibm.icu.icu4j [INFO] The artifact can be referenced in feature files with the following data: [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-runtime-osgi:4.13.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.13.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.13.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.13.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.13.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.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.device.extension/pom.xml [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (367.61kB) [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.26.0.v20220813-0916.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (74.34kB) [INFO] Fetching org.mozilla.javascript_1.7.10.v20190430-1943.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.24MB) [INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (101.83kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (135.73kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (196.21kB) [INFO] Fetching org.eclipse.equinox.common_3.16.200.v20220817-1601.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (146.41kB) [INFO] Fetching org.eclipse.core.jobs_3.13.100.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (109.8kB) [INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/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/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (19.69kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.device.pdf:4.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.device.pdf/pom.xml [INFO] Fetching org.apache.batik.anim_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (518.07kB) [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (144.34kB) [INFO] Fetching org.apache.batik.dom.svg_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (250.71kB) [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (353.59kB) [INFO] Fetching org.apache.batik.dom_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (201.99kB) [INFO] Fetching org.apache.batik.awt.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (445.67kB) [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (23.5kB) [INFO] Fetching org.apache.batik.parser_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (92.39kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (21.23kB) [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (703.81kB) [INFO] Fetching org.apache.batik.bridge_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (728.18kB) [INFO] Fetching org.apache.batik.gvt_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (208.05kB) [INFO] Fetching org.apache.batik.script_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (39.03kB) [INFO] Fetching org.apache.batik.xml_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (45.81kB) [INFO] Fetching org.apache.xalan_2.7.2.v20201124-1837.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (3.13MB) [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (20.34kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (15.35kB) [INFO] Fetching org.apache.batik.svggen_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (246.14kB) [INFO] Fetching org.apache.batik.transcoder_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (143.2kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (71.45kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.device.svg:4.13.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.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.device.swt/pom.xml [INFO] Fetching org.eclipse.swt_3.121.0.v20220829-1402.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (18.79kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.121.0.v20220829-1402.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.47MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.121.0.v20220829-1402.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.06MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.121.0.v20220829-1402.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.14MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.121.0.v20220829-1402.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.14MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.engine:4.13.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.13.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.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.examples/pom.xml [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (12.94MB) [INFO] Fetching com.sun.jna_5.8.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.65MB) [INFO] Fetching com.sun.jna.platform_5.8.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.28MB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (46.27kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (32.41kB) [INFO] Fetching org.apache.felix.scr_2.2.2.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (393.3kB) [INFO] Fetching org.osgi.service.component_1.5.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (64.86kB) [INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (81.45kB) [INFO] Fetching org.bouncycastle.bcpg_1.71.0.v20220723-1943.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (379.48kB) [INFO] Fetching org.bouncycastle.bcprov_1.71.0.v20220723-1943.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (6.02MB) [INFO] Fetching org.eclipse.text_3.12.200.v20220817-1340.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (295.31kB) [INFO] Fetching org.eclipse.core.resources_3.18.0.v20220828-0546.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (893.32kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (71.65kB) [INFO] Fetching org.eclipse.ui_3.201.100.v20220826-1037.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (434.35kB) [INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (93.93kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.600.v20220809-1658.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (690.83kB) [INFO] Fetching org.eclipse.ui.ide_3.19.100.v20220820-0412.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.41MB) [INFO] Fetching org.eclipse.jface_3.27.0.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.11MB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.consumer_3.4.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (123.41kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.profile_3.4.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (42.7kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda_3.6.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (255.06kB) [INFO] Fetching org.eclipse.jface.text_3.21.0.v20220817-1340.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.04MB) [INFO] Fetching org.eclipse.gef_3.12.100.202206170857.jar from https://download.eclipse.org/tools/gef/classic/releases/3.14.0/plugins/ (1,006.2kB) [INFO] Fetching org.eclipse.ui.workbench_3.126.0.v20220823-0718.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (3.49MB) [INFO] Fetching org.eclipse.draw2d_3.11.100.202206170857.jar from https://download.eclipse.org/tools/gef/classic/releases/3.14.0/plugins/ (632.35kB) [INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (69.26kB) [INFO] Fetching org.eclipse.core.commands_3.10.200.v20220512-0851.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (114.56kB) [INFO] Fetching org.eclipse.core.databinding_1.11.100.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (289.67kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (313kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (163.08kB) [INFO] Fetching org.eclipse.datatools.connectivity_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (276.15kB) [INFO] Fetching org.eclipse.ui.navigator_3.10.300.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (424.9kB) [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.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (270.25kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (24.31kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.200.v20220629-1225.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (27.8kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (54.29kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (57.49kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.300.v20220613-1047.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (71.46kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (13.81kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (12.96kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (42.3kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (51.03kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (317.8kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (45.85kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.300.v20220809-1237.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (215.89kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.600.v20220621-1327.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (204.9kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.100.v20220310-1056.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (28.11kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (16.41kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.300.v20220815-1831.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (58.52kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.100.v20220310-1350.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (11.51kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.200.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (397.11kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.200.v20220808-2019.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (266.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.600.v20220607-1204.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (149.46kB) [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (33.33kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (13.3kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (118.14kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.600.v20220715-1400.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (252.14kB) [INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (295.36kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (21.08kB) [INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (51.9kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (52.55kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.500.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (169.5kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (362.07kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (79.47kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (68.04kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.200.v20220819-1949.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (176.33kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (221.38kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (115.07kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (23.09kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.examples.core:4.13.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.13.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 from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (56.84kB) [INFO] Fetching javax.servlet.jsp-api_2.3.3.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (52.93kB) [INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.5MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v20220715-1206.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (101.69kB) [INFO] Fetching org.eclipse.jdt.core_3.31.0.v20220831-1439.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (6.71MB) [INFO] Fetching org.eclipse.wst.web.ui_1.2.300.v202206160209.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (92.9kB) [INFO] Fetching org.eclipse.wst.common.ui_1.2.200.v202207121617.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (152.2kB) [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.200.v202108200212.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (417.33kB) [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.602.v202007142017.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (292.24kB) [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.402.v202111212041.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (369.79kB) [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (155.79kB) [INFO] Fetching org.eclipse.jst.j2ee_1.2.600.v202111210731.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (1.83MB) [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.400.v202205260129.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (2.71MB) [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.1100.v202205260135.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (840.37kB) [INFO] Fetching org.eclipse.jst.j2ee.web_1.2.100.v202205260542.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (475.51kB) [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.1000.v202204060258.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (234.32kB) [INFO] Fetching org.eclipse.jst.jsp.ui_1.3.300.v202207121749.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (549.21kB) [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.1500.v202208260434.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (249.64kB) [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (128kB) [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.12.100.v202208260526.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (189.73kB) [INFO] Fetching org.eclipse.jem.util_2.1.300.v202103232321.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (116.02kB) [INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (806.64kB) [INFO] Fetching org.eclipse.ui.views_3.11.200.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (107.38kB) [INFO] Fetching org.eclipse.ui.editors_3.14.400.v20220730-1844.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (620.52kB) [INFO] Fetching org.eclipse.ui.forms_3.11.400.v20220817-1444.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (331.65kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (115.6kB) [INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (49.45kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (35.64kB) [INFO] Fetching org.eclipse.debug.core_3.20.0.v20220811-0741.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (400.2kB) [INFO] Fetching org.eclipse.debug.ui_3.17.0.v20220817-1312.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (3MB) [INFO] Fetching org.eclipse.ui.console_3.11.300.v20220811-1921.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (245.02kB) [INFO] Fetching org.eclipse.e4.ui.progress_0.3.500.v20220717-1456.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (212.62kB) [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.19.700.v20220730-1850.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (570.26kB) [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.25/R-4.25-202208311800/plugins/ (38.37kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (112.39kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.100.v20220620-1617.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (48.41kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (31.04kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.300.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (133.75kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.200.v20220805-0804.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (103.71kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.100.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (242.35kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (35.63kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (24.82kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.100.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (77.31kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (26.34kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.600.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (662.94kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.300.v20220710-1223.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (172.38kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.300.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (100.51kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.16.200.v20220824-0551.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.02MB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.0.v20220822-0502.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (343.24kB) [INFO] Fetching org.eclipse.jdt.debug_3.19.300.v20220812-1529.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (915.36kB) [INFO] Fetching org.eclipse.jdt.ui_3.27.0.v20220824-0714.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (11.18MB) [INFO] Fetching org.eclipse.search_3.14.200.v20220817-1340.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (492.05kB) [INFO] Fetching org.eclipse.team.ui_3.9.400.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.42MB) [INFO] Fetching org.eclipse.team.core_3.9.500.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (402.85kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (470.76kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (172.29kB) [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (286.06kB) [INFO] Fetching org.eclipse.wst.common.core_1.4.100.v202103232321.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (60.57kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (48.8kB) [INFO] Fetching org.eclipse.jem.workbench_2.1.0.v202101081429.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (83.96kB) [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (49.62kB) [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202108200212.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (121.26kB) [INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (229.06kB) [INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (27.91kB) [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.102.v202007161535.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (147.01kB) [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (421.24kB) [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.511.v202007142017.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (142.49kB) [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (82.43kB) [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.302.v202007142017.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (140.54kB) [INFO] Fetching org.eclipse.wst.server.core_1.10.200.v202106020138.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (398.84kB) [INFO] Fetching org.eclipse.jst.server.core_1.2.800.v202206110154.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (82.44kB) [INFO] Fetching org.eclipse.wst.sse.core_1.2.800.v202207121749.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (478.79kB) [INFO] Fetching org.eclipse.wst.xml.core_1.2.600.v202207121749.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (811.22kB) [INFO] Fetching org.eclipse.wst.web_1.3.100.v202206160209.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (79.79kB) [INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (49.67kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (329.62kB) [INFO] Fetching org.eclipse.jst.jee_1.0.1100.v202204072206.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (115.05kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (64.02kB) [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (122.67kB) [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (34.98kB) [INFO] Fetching org.eclipse.wst.server.ui_1.5.800.v202208260501.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (944.49kB) [INFO] Fetching org.eclipse.jst.jee.ui_1.0.1200.v202205260129.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (189.28kB) [INFO] Fetching org.eclipse.jst.jsp.core_1.4.400.v202208280232.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (719.95kB) [INFO] Fetching org.eclipse.wst.css.core_1.3.100.v202207121749.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (555.2kB) [INFO] Fetching org.eclipse.wst.html.core_1.4.200.v202207121749.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (786.44kB) [INFO] Fetching org.eclipse.wst.sse.ui_1.7.500.v202207121749.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (1.06MB) [INFO] Fetching org.eclipse.wst.html.ui_1.1.700.v202207121749.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (336.13kB) [INFO] Fetching org.eclipse.wst.css.ui_1.2.100.v202207121749.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (324.09kB) [INFO] Fetching org.eclipse.wst.xml.ui_1.2.700.v202208280234.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (1.01MB) [INFO] Fetching org.eclipse.osgi.util_3.7.100.v20220615-1601.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (14.42kB) [INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (25.74kB) [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (13.73kB) [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (18.3kB) [INFO] Fetching org.eclipse.ui.browser_3.7.200.v20220826-1037.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (209.05kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.200.v20220717-1456.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (110.71kB) [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.0.700.v202007170127.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (75.46kB) [INFO] Fetching org.eclipse.wst.server.discovery_1.3.500.v202204301608.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (103.01kB) [INFO] Fetching org.eclipse.wst.validation.ui_1.2.601.v202007142017.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (162.04kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.reportitem:4.13.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.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem.ui/pom.xml [INFO] Fetching org.eclipse.ant.core_3.6.500.v20220718-1722.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (109.43kB) [INFO] Fetching org.eclipse.ant.launching_1.3.400.v20220718-1722.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (163.1kB) [INFO] Fetching org.eclipse.core.externaltools_1.2.300.v20220618-1805.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (42.71kB) [INFO] Fetching org.eclipse.ant.ui_3.8.300.v20220718-1722.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.04MB) [INFO] Fetching org.eclipse.ui.externaltools_3.5.200.v20220618-1805.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (142.66kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.800.v20220813-1738.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.67MB) [INFO] Fetching org.eclipse.jdt.junit_3.15.0.v20220815-1918.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (543.35kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design.ui_3.4.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (236.63kB) [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (421.77kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.400.v20220715-1705.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (387.2kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.design_3.5.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (350.98kB) [INFO] Fetching org.eclipse.pde.ui_3.13.600.v20220831-0712.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (4.54MB) [INFO] Fetching org.eclipse.datatools.connectivity.ui_1.4.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (573.54kB) [INFO] Fetching org.eclipse.datatools.help_1.7.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (18.07kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.4.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (350.85kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (573.94kB) [INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (170.05kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.200.v20220802-0626.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (61.67kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.100.v20220504-1755.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (252.96kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.0.v20220609-1843.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (58.99kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.11.400.v20220715-1030.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (178.38kB) [INFO] Fetching org.eclipse.pde.build_3.11.300.v20220822-0532.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (495.63kB) [INFO] Fetching org.eclipse.pde.core_3.15.300.v20220822-0845.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.36MB) [INFO] Fetching org.eclipse.pde.launching_3.10.100.v20220727-1044.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (142.76kB) [INFO] Fetching org.eclipse.ui.intro_3.6.600.v20220619-1918.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (346.47kB) [INFO] Fetching org.eclipse.ui.views.log_1.3.300.v20220717-1456.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (174.02kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.2.200.v20211217-1247.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (152.75kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (65.43kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.ui:4.13.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.13.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.13.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.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.tests/pom.xml [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.stream_1.0.1.v201004272200.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (21.59kB) [INFO] Fetching javax.xml.soap_1.2.0.v201005080501.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (27.44kB) [INFO] Fetching javax.wsdl_1.6.2.v201012040545.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (51.02kB) [INFO] Fetching org.apache.commons.discovery_0.2.0.v201004190315.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (67.17kB) [INFO] Fetching org.apache.batik.codec_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (125.46kB) [INFO] Fetching org.apache.batik.ext_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (22.78kB) [INFO] Fetching org.apache.commons.collections4_4.4.0.v20200420-1700.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (790.61kB) [INFO] Fetching org.apache.commons.compress_1.21.0.v20211103-2100.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.04MB) [INFO] Fetching org.apache.commons.math3_3.6.1.v20200817-1830.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (2.22MB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.36MB) [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (1.65MB) [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (3.09MB) [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.67MB) [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (3.33MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (3.45MB) [INFO] Fetching org.apache.lucene.misc_7.5.0.v20181003-1532.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (112.33kB) [INFO] Fetching org.apache.lucene.queryparser_7.5.0.v20181003-1532.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (411.11kB) [INFO] Fetching org.apache.poi_4.1.1.v20200604-1524.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (2.85MB) [INFO] Fetching org.apache.poi.ooxml_4.1.1.v20200820-1148.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.85MB) [INFO] Fetching org.apache.poi.ooxml.schemas_4.1.1.v20200922-2105.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (8.28MB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (122.3kB) [INFO] Fetching org.apache.xmlbeans_3.1.0.v20200922-1359.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (2.64MB) [INFO] Fetching org.eclipse.orbit.mongodb_3.2.2.v20181004-1955.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.52MB) [INFO] Fetching org.eclipse.help.base_4.3.800.v20220831-1800.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (434.42kB) [INFO] Fetching org.eclipse.datatools.connectivity.apache.derby_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (83.77kB) [INFO] Fetching org.eclipse.datatools.connectivity.apache.derby.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (18.9kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (17.56kB) [INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (13.19kB) [INFO] Fetching org.eclipse.pde_3.13.2000.v20220831-1800.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/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.3.201.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (632.06kB) [INFO] Fetching org.eclipse.datatools.connectivity.apache.derby.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (59.53kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqlbuilder_1.2.300.202008192017.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (1.07MB) [INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.2.200.202008192017.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (232.48kB) [INFO] Fetching org.eclipse.datatools.enablement.oda.xml_1.4.102.201901091730.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (128.48kB) [INFO] Fetching org.eclipse.datatools.enablement.oda.xml.ui_1.4.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (218.75kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (12.61kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.3.200.v20220720-2012.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (49.35kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.8.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (29.16kB) [INFO] Fetching org.eclipse.datatools.modelbase.derby_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (24.24kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.4.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (343.67kB) [INFO] Fetching org.eclipse.datatools.connectivity.sqm.server.ui_1.3.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (123.64kB) [INFO] Fetching org.eclipse.datatools.connectivity.console.profile_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (30.57kB) [INFO] Fetching org.eclipse.datatools.connectivity.db.generic.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (33.86kB) [INFO] Fetching org.eclipse.datatools.connectivity.ui.dse_1.3.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (82.24kB) [INFO] Fetching org.eclipse.datatools.connectivity.feature_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.97kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.edit_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (275.92kB) [INFO] Fetching org.eclipse.datatools.doc.user_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (25.65kB) [INFO] Fetching org.eclipse.datatools.oda.cshelp_1.3.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (16.62kB) [INFO] Fetching org.eclipse.datatools.doc.user_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.93kB) [INFO] Fetching org.eclipse.datatools.enablement.finfo_1.7.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (16.98kB) [INFO] Fetching org.eclipse.datatools.sqltools.db.derby.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (13.62kB) [INFO] Fetching org.eclipse.datatools.sqltools.db.generic.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (15.23kB) [INFO] Fetching org.eclipse.datatools.enablement.feature_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.89kB) [INFO] Fetching org.eclipse.datatools.enablement.jdbc.feature_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.88kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.query.edit_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (206.44kB) [INFO] Fetching org.eclipse.datatools.modelbase.sql.xml.query_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (257.87kB) [INFO] Fetching org.eclipse.datatools.modelbase.feature_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.93kB) [INFO] Fetching org.eclipse.datatools.sqltools.parsers.sql.lexer_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (140.87kB) [INFO] Fetching org.eclipse.datatools.sqltools.parsers.sql.query_1.4.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (311.69kB) [INFO] Fetching org.eclipse.datatools.sqltools.parsers.sql.xml.query_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (274.67kB) [INFO] Fetching org.eclipse.datatools.sqltools.parsers.sql_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (54.55kB) [INFO] Fetching org.eclipse.datatools.sqldevtools.parsers.feature_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.89kB) [INFO] Fetching org.eclipse.datatools.sqltools.result_1.3.201.201905112017.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (98.53kB) [INFO] Fetching org.eclipse.datatools.sqldevtools.results.feature_1.14.201.202107061424.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.99kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.2.101.202008192017.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (192.38kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (92.77kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.2.201.202009292210.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (471.88kB) [INFO] Fetching org.eclipse.datatools.sqltools.plan_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (132.15kB) [INFO] Fetching org.eclipse.datatools.sqltools.db.generic_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (139.76kB) [INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (47.33kB) [INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (31.93kB) [INFO] Fetching org.eclipse.datatools.sqldevtools.sqlbuilder.feature_1.14.201.202107090755.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (31.03kB) [INFO] Fetching org.eclipse.datatools.sqltools.db.derby_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (155.61kB) [INFO] Fetching org.eclipse.datatools.sqltools.routineeditor_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (50.82kB) [INFO] Fetching net.sourceforge.lpg.lpgjavaruntime_1.1.0.v201004271650.jar.pack.gz from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (45.42kB) [INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.3.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (376.64kB) [INFO] Fetching org.eclipse.draw2d_3.14.0.202206170857.jar from https://download.eclipse.org/tools/gef/classic/releases/3.14.0/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.300.v20220726-1300.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (236.29kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.700.v20220801-1124.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (29.14kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (52.65kB) [INFO] Fetching org.eclipse.gef_3.14.0.202206170857.jar from https://download.eclipse.org/tools/gef/classic/releases/3.14.0/features/ (19.9kB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (51.82kB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.500.v20220623-0641.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (114.89kB) [INFO] Fetching org.eclipse.wst.common.snippets_1.2.600.v202207121617.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (292.58kB) [INFO] Fetching org.eclipse.wst.common_core.feature_3.23.0.v202108200212.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/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.27.0/R-3.27.0-20220829002010/repository/plugins/ (12.84kB) [INFO] Fetching org.eclipse.wst.internet.cache_1.1.0.v202011161431.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (53.38kB) [INFO] Fetching org.eclipse.wst.validation.infopop_1.0.300.v202007131715.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (14.44kB) [INFO] Fetching org.eclipse.wst.common_ui.feature_3.23.0.v202207121617.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/features/ (33.66kB) [INFO] Fetching org.eclipse.wst.dtd.core_1.2.300.v202207121749.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (419.66kB) [INFO] Fetching org.eclipse.wst.dtd.ui_1.1.400.v202207121749.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (252.5kB) [INFO] Fetching org.eclipse.wst.dtdeditor.doc.user_1.1.0.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/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.27.0/R-3.27.0-20220829002010/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.27.0/R-3.27.0-20220829002010/repository/plugins/ (170.06kB) [INFO] Fetching org.eclipse.wst.xsd.core_1.2.100.v202008180353.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (80.47kB) [INFO] Fetching org.eclipse.wst.xml_core.feature_3.27.0.v202207150226.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/features/ (33.81kB) [INFO] Fetching org.eclipse.wst.dtd.ui.infopop_1.0.400.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/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.27.0/R-3.27.0-20220829002010/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.27.0/R-3.27.0-20220829002010/repository/plugins/ (21.36kB) [INFO] Fetching org.eclipse.wst.xsd.ui_1.3.500.v202207121749.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (1.28MB) [INFO] Fetching org.eclipse.wst.xml_ui.feature_3.27.0.v202208280234.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/features/ (33.85kB) [INFO] Fetching org.eclipse.wst.xmleditor.doc.user_1.1.0.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/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.27.0/R-3.27.0-20220829002010/repository/plugins/ (125.42kB) [INFO] Fetching org.eclipse.wst.xml_userdoc.feature_3.18.0.v202004271556.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/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 jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (81.03kB) [INFO] Fetching javax.mail_1.4.0.v201005080615.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (111.97kB) [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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.mongodb/pom.xml [INFO] Fetching jakarta.xml.bind_2.3.3.v20201118-1818.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (133.35kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.data.oda.mongodb.ui:4.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.engine.script.javascript/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.data.oda.pojo.tests:4.13.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.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.tests/pom.xml [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile_3.3.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (73.9kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.tests:4.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/maven_test/xtab/org.eclipse.birt.report.item.crosstab.core.tests/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.eclipse.birt-parent [pom] [INFO] org.eclipse.birt.target [eclipse-target-definition] [INFO] org.eclipse.birt.build-parent [pom] [INFO] javax.xml.rpc [eclipse-plugin] [INFO] org.apache.axis [eclipse-plugin] [INFO] org.apache.batik.dom.birt.ext [eclipse-plugin] [INFO] org.apache.batik.transcoder.birt.ext [eclipse-plugin] [INFO] org.eclipse.birt [eclipse-plugin] [INFO] org.eclipse.birt.axis.overlay [eclipse-plugin] [INFO] org.eclipse.birt.core-parent [pom] [INFO] org.eclipse.birt.branding [eclipse-plugin] [INFO] org.eclipse.birt.chart.cshelp [eclipse-plugin] [INFO] org.eclipse.birt.features-parent [pom] [INFO] org.eclipse.birt.chart.cshelp [eclipse-feature] [INFO] org.eclipse.birt.core [eclipse-plugin] [INFO] org.eclipse.birt.chart.engine [eclipse-plugin] [INFO] org.eclipse.birt.chart.device.extension [eclipse-plugin] [INFO] org.eclipse.birt.nl-parent [pom] [INFO] org.eclipse.birt.chart.device.extension.nl1 [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.svg.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.device.swt [eclipse-plugin] [INFO] org.eclipse.birt.chart.device.swt.nl1 [eclipse-plugin] [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.core.ui [eclipse-plugin] [INFO] org.eclipse.birt.chart.ui [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.engine.extension [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.ui.extension [eclipse-plugin] [INFO] org.eclipse.birt.chart.examples.core [eclipse-plugin] [INFO] org.eclipse.birt.chart.examples [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 [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.chart.integration.wtp.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.osgi.runtime [eclipse-feature] [INFO] org.eclipse.birt.chart.osgi.runtime.sdk [eclipse-feature] [INFO] org.eclipse.birt.chart.reportitem.nl1 [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.chart.reportitem.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.tests.core [eclipse-test-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.chart.tests [eclipse-test-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.testhelper [eclipse-plugin] [INFO] org.eclipse.birt.core.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.core.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.cshelp [eclipse-plugin] [INFO] org.eclipse.birt.cshelp [eclipse-feature] [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.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.osgi.runtime [eclipse-feature] [INFO] org.eclipse.birt.data.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.doc [eclipse-plugin] [INFO] org.eclipse.birt.doc [eclipse-feature] [INFO] org.eclipse.birt.doc.isv [eclipse-plugin] [INFO] org.eclipse.birt.doc.isv [eclipse-feature] [INFO] org.eclipse.birt.report.engine.emitter.prototype.excel [eclipse-plugin] [INFO] org.eclipse.birt.engine.runtime [eclipse-feature] [INFO] org.eclipse.birt.example [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.integration.wtp.ui [eclipse-plugin] [INFO] org.eclipse.birt.integration.wtp [eclipse-feature] [INFO] org.eclipse.birt.integration.wtp.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] org.eclipse.birt.osgi.runtime.sdk [eclipse-feature] [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.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.wtp.nl [eclipse-feature] [INFO] org.eclipse.birt.report.designer.ui.rcp [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.rcp.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.rcp.nl [eclipse-feature] [INFO] org.eclipse.birt.rcp [eclipse-feature] [INFO] org.eclipse.birt.p2updatesite [eclipse-repository] [INFO] org.eclipse.birt.api [pom] [INFO] org.eclipse.birt.build [eclipse-plugin] [INFO] org.eclipse.birt.build.package-parent [pom] [INFO] ChartRuntime [eclipse-repository] [INFO] ChartSDK [eclipse-repository] [INFO] DeploymentRuntime [eclipse-repository] [INFO] birt-charts [pom] [INFO] birt-epp [eclipse-repository] [INFO] birt-report-rcp [eclipse-repository] [INFO] birt-report-all-in-one [eclipse-repository] [INFO] birt-report-framework [eclipse-repository] [INFO] birt-report-framework-sdk [eclipse-repository] [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-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.13.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.6: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.6/org.jacoco.agent-0.8.6-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] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt-parent --- [INFO] [INFO] --- jacoco:0.8.6: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.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.13.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.6: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.6/org.jacoco.agent-0.8.6-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] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.target --- [INFO] [INFO] --- jacoco:0.8.6: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.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.target/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.target --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.target --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.build:org.eclipse.birt.build-parent >-------- [INFO] Building org.eclipse.birt.build-parent 4.13.0-SNAPSHOT [3/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.6: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.6/org.jacoco.agent-0.8.6-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] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.build-parent --- [INFO] [INFO] --- jacoco:0.8.6: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.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.build-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.build-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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:javax.xml.rpc >------------------- [INFO] Building javax.xml.rpc 1.1.2-SNAPSHOT [4/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.v202305251813 [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.6:prepare-agent (jacoco-prepare-agent) @ javax.xml.rpc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-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] --- 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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ javax.xml.rpc --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ javax.xml.rpc --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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 [5/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.v202305251813 [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] Fetching org.eclipse.osgi.compatibility.state_1.2.700.v20220722-0431.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (251kB) [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.apache.axis --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-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] --- 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_18016139869525160248/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_18016139869525160248/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_18016139869525160248/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_18016139869525160248/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_18016139869525160248/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_18016139869525160248/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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.apache.axis --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.apache.axis --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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:org.apache.batik.dom.birt.ext >----------- [INFO] Building org.apache.batik.dom.birt.ext 1.14.0-SNAPSHOT [6/288] [INFO] from common/org.apache.batik.dom.birt.ext/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.apache.batik.dom.birt.ext --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.apache.batik.dom.birt.ext --- [INFO] The project's OSGi version is 1.14.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.apache.batik.dom.birt.ext --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.apache.batik.dom.birt.ext --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.apache.batik.dom.birt.ext --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.apache.batik.dom.birt.ext --- [INFO] Resolving class path of org.apache.batik.dom.birt.ext... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.apache.batik.dom.birt.ext --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/common/org.apache.batik.dom.birt.ext/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.apache.batik.dom.birt.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/common/org.apache.batik.dom.birt.ext/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.apache.batik.dom.birt.ext --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.apache.batik.dom.birt.ext --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.apache.batik.dom.birt.ext --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.apache.batik.dom.birt.ext --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.apache.batik.dom.birt.ext --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.apache.batik.dom.birt.ext --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.apache.batik.dom.birt.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/common/org.apache.batik.dom.birt.ext/target/org.apache.batik.dom.birt.ext-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.apache.batik.dom.birt.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.apache.batik.dom.birt.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/common/org.apache.batik.dom.birt.ext/target/org.apache.batik.dom.birt.ext-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.dom.birt.ext --- [INFO] [INFO] --- eclipse-jarsigner:1.1.3:sign (sign) @ org.apache.batik.dom.birt.ext --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.apache.batik.dom.birt.ext --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.apache.batik.dom.birt.ext --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/common/org.apache.batik.dom.birt.ext/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.apache.batik.dom.birt.ext --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.apache.batik.dom.birt.ext --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.apache.batik.dom.birt.ext --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.apache.batik.dom.birt.ext --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.apache.batik.dom.birt.ext --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/common/org.apache.batik.dom.birt.ext/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.apache.batik.transcoder.birt.ext >-------- [INFO] Building org.apache.batik.transcoder.birt.ext 1.14.0-SNAPSHOT [7/288] [INFO] from common/org.apache.batik.transcoder.birt.ext/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.apache.batik.transcoder.birt.ext --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.apache.batik.transcoder.birt.ext --- [INFO] The project's OSGi version is 1.14.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.apache.batik.transcoder.birt.ext --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.apache.batik.transcoder.birt.ext --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.apache.batik.transcoder.birt.ext --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.apache.batik.transcoder.birt.ext --- [INFO] Resolving class path of org.apache.batik.transcoder.birt.ext... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.apache.batik.transcoder.birt.ext --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/common/org.apache.batik.transcoder.birt.ext/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.apache.batik.transcoder.birt.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/common/org.apache.batik.transcoder.birt.ext/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.apache.batik.transcoder.birt.ext --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.apache.batik.transcoder.birt.ext --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.apache.batik.transcoder.birt.ext --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.apache.batik.transcoder.birt.ext --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.apache.batik.transcoder.birt.ext --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.apache.batik.transcoder.birt.ext --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.apache.batik.transcoder.birt.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/common/org.apache.batik.transcoder.birt.ext/target/org.apache.batik.transcoder.birt.ext-1.14.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.apache.batik.transcoder.birt.ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.apache.batik.transcoder.birt.ext --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/common/org.apache.batik.transcoder.birt.ext/target/org.apache.batik.transcoder.birt.ext-1.14.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.transcoder.birt.ext --- [INFO] [INFO] --- eclipse-jarsigner:1.1.3:sign (sign) @ org.apache.batik.transcoder.birt.ext --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.apache.batik.transcoder.birt.ext --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.apache.batik.transcoder.birt.ext --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/common/org.apache.batik.transcoder.birt.ext/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.apache.batik.transcoder.birt.ext --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.apache.batik.transcoder.birt.ext --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.apache.batik.transcoder.birt.ext --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.apache.batik.transcoder.birt.ext --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.apache.batik.transcoder.birt.ext --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/common/org.apache.batik.transcoder.birt.ext/target/jacoco.exec [INFO] [INFO] -----------------< org.eclipse.birt:org.eclipse.birt >------------------ [INFO] Building org.eclipse.birt 4.13.0-SNAPSHOT [8/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.13.0.v202305251813 [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.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-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.13.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.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ 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.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt/target/org.eclipse.birt-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt --- [INFO] [INFO] --- jacoco:0.8.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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:org.eclipse.birt.axis.overlay >----------- [INFO] Building org.eclipse.birt.axis.overlay 4.13.0-SNAPSHOT [9/288] [INFO] from viewer/org.eclipse.birt.axis.overlay/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.axis.overlay --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.axis.overlay --- [INFO] Resolving class path of org.eclipse.birt.axis.overlay... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.axis.overlay --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.axis.overlay/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.axis.overlay --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.axis.overlay/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.axis.overlay --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.axis.overlay/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.axis.overlay --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.axis.overlay --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.axis.overlay --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.axis.overlay/target/org.eclipse.birt.axis.overlay-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.axis.overlay --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.axis.overlay --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.axis.overlay/target/org.eclipse.birt.axis.overlay-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.axis.overlay --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.axis.overlay/target/org.eclipse.birt.axis.overlay-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.axis.overlay/target/org.eclipse.birt.axis.overlay-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.axis.overlay --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.axis.overlay/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.axis.overlay --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.axis.overlay --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.axis.overlay --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.axis.overlay --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.axis.overlay --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.axis.overlay/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.core:org.eclipse.birt.core-parent >--------- [INFO] Building org.eclipse.birt.core-parent 4.13.0-SNAPSHOT [10/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.6: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.6/org.jacoco.agent-0.8.6-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] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.core-parent --- [INFO] [INFO] --- jacoco:0.8.6: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.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/core/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.core-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.core-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.branding >------------- [INFO] Building org.eclipse.birt.branding 4.13.0-SNAPSHOT [11/288] [INFO] from core/org.eclipse.birt.branding/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.branding --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.branding --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.branding --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.branding --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.branding --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.branding --- [INFO] Resolving class path of org.eclipse.birt.branding... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.branding --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.branding/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.branding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.branding/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.branding --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.branding/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.branding --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.branding --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.branding --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.branding --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.branding --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.branding --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.branding/target/org.eclipse.birt.branding-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.branding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.branding --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.branding/target/org.eclipse.birt.branding-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.branding --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.branding --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.branding/target/org.eclipse.birt.branding-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.branding/target/org.eclipse.birt.branding-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.branding --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.branding --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.branding/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.branding --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.branding --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.branding --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.branding --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.branding --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.branding/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt:org.eclipse.birt.chart.cshelp >----------- [INFO] Building org.eclipse.birt.chart.cshelp 4.13.0-SNAPSHOT [12/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.13.0.v202305251813 [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] [INFO] --- jacoco:0.8.6: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.6/org.jacoco.agent-0.8.6-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.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ 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.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt.chart.cshelp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.cshelp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.13.0-SNAPSHOT [13/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.6: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.6/org.jacoco.agent-0.8.6-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] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.features-parent --- [INFO] [INFO] --- jacoco:0.8.6: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.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.features-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.features-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.13.0-SNAPSHOT [14/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] [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.13.0.v202305251813 [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.6: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.6/org.jacoco.agent-0.8.6-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.13.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] --- 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.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt.chart.cshelp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.cshelp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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:org.eclipse.birt.core >--------------- [INFO] Building org.eclipse.birt.core 4.13.0-SNAPSHOT [15/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.13.0.v202305251813 [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.6: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.6/org.jacoco.agent-0.8.6-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.13.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.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ 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.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core/target/org.eclipse.birt.core-4.13.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.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.13.0-SNAPSHOT [16/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.13.0.v202305251813 [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.6: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.6/org.jacoco.agent-0.8.6-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.13.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.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ 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.13.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.13.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.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt.chart.engine --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.engine --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.13.0-SNAPSHOT [17/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.13.0.v202305251813 [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.6: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.6/org.jacoco.agent-0.8.6-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.13.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.13.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] --- 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.13.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.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt.chart.device.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.6: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.nl:org.eclipse.birt.nl-parent >----------- [INFO] Building org.eclipse.birt.nl-parent 4.13.0-SNAPSHOT [18/288] [INFO] from nl/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.nl-parent --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.nl-parent --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.nl-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/target/jacoco.exec [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.nl-parent --- [INFO] Executing tasks [INFO] [native2ascii] Converting 324 files from /home/jenkins/agent/workspace/maven_test/nl to /home/jenkins/agent/workspace/maven_test/nl [INFO] [native2ascii] Converting 108 files from /home/jenkins/agent/workspace/maven_test/nl to /home/jenkins/agent/workspace/maven_test/nl [INFO] [native2ascii] Converting 108 files from /home/jenkins/agent/workspace/maven_test/nl to /home/jenkins/agent/workspace/maven_test/nl [INFO] [native2ascii] Converting 108 files from /home/jenkins/agent/workspace/maven_test/nl to /home/jenkins/agent/workspace/maven_test/nl [INFO] Executed tasks [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.nl-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.nl-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.nl-parent --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.nl-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.nl-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.nl-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.nl-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.chart.device.extension.nl1 >--- [INFO] Building org.eclipse.birt.chart.device.extension.nl1 4.13.0-SNAPSHOT [19/288] [INFO] from nl/org.eclipse.birt.chart.device.extension.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.device.extension.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.extension.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.extension.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.extension.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.extension.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.extension.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.extension.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.extension.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.extension.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.extension.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.extension.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.device.extension.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.extension.nl/target/org.eclipse.birt.chart.device.extension.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.device.extension.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.extension.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.extension.nl/target/org.eclipse.birt.chart.device.extension.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.extension.nl/target/org.eclipse.birt.chart.device.extension.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.extension.nl/target/org.eclipse.birt.chart.device.extension.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.extension.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.device.extension.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.extension.nl/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt:org.eclipse.birt.chart.device.svg >--------- [INFO] Building org.eclipse.birt.chart.device.svg 4.13.0-SNAPSHOT [20/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.13.0.v202305251813 [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.6: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.6/org.jacoco.agent-0.8.6-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.13.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.13.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] --- 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.13.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.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt.chart.device.svg --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.6: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.13.0-SNAPSHOT [21/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.13.0.v202305251813 [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.6: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.6/org.jacoco.agent-0.8.6-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.13.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.13.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] --- 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.13.0-SNAPSHOT.jar_unpacked_5947119402250455557/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.13.0-SNAPSHOT.jar_unpacked_5947119402250455557/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.13.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.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt.chart.device.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.6: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.nl:org.eclipse.birt.chart.device.svg.nl1 >------ [INFO] Building org.eclipse.birt.chart.device.svg.nl1 4.13.0-SNAPSHOT [22/288] [INFO] from nl/org.eclipse.birt.chart.device.svg.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.device.svg.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.svg.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.svg.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.svg.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.svg.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.svg.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.svg.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.svg.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.svg.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.svg.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.svg.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.device.svg.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.svg.nl/target/org.eclipse.birt.chart.device.svg.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.device.svg.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.svg.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.svg.nl/target/org.eclipse.birt.chart.device.svg.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.svg.nl/target/org.eclipse.birt.chart.device.svg.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.svg.nl/target/org.eclipse.birt.chart.device.svg.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.svg.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.device.svg.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.svg.nl/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt:org.eclipse.birt.chart.device.swt >--------- [INFO] Building org.eclipse.birt.chart.device.swt 4.13.0-SNAPSHOT [23/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.13.0.v202305251813 [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.6: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.6/org.jacoco.agent-0.8.6-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.13.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.13.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] --- 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.13.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.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt.chart.device.swt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.6: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.nl:org.eclipse.birt.chart.device.swt.nl1 >------ [INFO] Building org.eclipse.birt.chart.device.swt.nl1 4.13.0-SNAPSHOT [24/288] [INFO] from nl/org.eclipse.birt.chart.device.swt.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.device.swt.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.swt.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.swt.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.swt.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.swt.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.swt.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.swt.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.swt.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.swt.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.swt.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.swt.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.device.swt.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.swt.nl/target/org.eclipse.birt.chart.device.swt.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.device.swt.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.swt.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.swt.nl/target/org.eclipse.birt.chart.device.swt.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.swt.nl/target/org.eclipse.birt.chart.device.swt.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.swt.nl/target/org.eclipse.birt.chart.device.swt.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.swt.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.device.swt.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.device.swt.nl/target/jacoco.exec [INFO] [INFO] ---------------< org.eclipse.birt:org.eclipse.birt.data >--------------- [INFO] Building org.eclipse.birt.data 4.13.0-SNAPSHOT [25/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.13.0.v202305251813 [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.25/R-4.25-202208311800/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.25/R-4.25-202208311800/plugins/ (59.56kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/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.25/R-4.25-202208311800/plugins/ (39.29kB) [INFO] [INFO] --- jacoco:0.8.6: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.6/org.jacoco.agent-0.8.6-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.13.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.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ 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.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data/target/org.eclipse.birt.data-4.13.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.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt.data --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.data --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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 [26/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.v202305251813 [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.6:prepare-agent (jacoco-prepare-agent) @ org.w3c.sac --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-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] --- 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_15566849134833345978/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_15566849134833345978/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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.w3c.sac --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.w3c.sac --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.13.0-SNAPSHOT [27/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.6: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.6/org.jacoco.agent-0.8.6-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] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.model-parent --- [INFO] [INFO] --- jacoco:0.8.6: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.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/model/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.model-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.model-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.13.0-SNAPSHOT [28/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.13.0.v202305251813 [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.6: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.6/org.jacoco.agent-0.8.6-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.13.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.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ 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.13.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.13.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.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt.report.model --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.model --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.13.0-SNAPSHOT [29/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.13.0.v202305251813 [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.6: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.6/org.jacoco.agent-0.8.6-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.13.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.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ 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.13.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.13.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.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt.data.aggregation --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.data.aggregation --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.13.0-SNAPSHOT [30/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.13.0.v202305251813 [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.6: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.6/org.jacoco.agent-0.8.6-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.13.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.13.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] --- 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.13.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.13.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.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt.report.data.adapter --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.6: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.13.0-SNAPSHOT [31/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.13.0.v202305251813 [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] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (29.62kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (10.25kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (9.54kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (10.74kB) [INFO] [INFO] --- jacoco:0.8.6: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.6/org.jacoco.agent-0.8.6-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.13.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.13.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] --- 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.13.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.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt.report.designer.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.6: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.13.0-SNAPSHOT [32/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.13.0.v202305251813 [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.6: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.6/org.jacoco.agent-0.8.6-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.13.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.13.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] --- 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.13.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.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt.report.engine.fonts --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.6: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.13.0-SNAPSHOT [33/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.13.0.v202305251813 [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.6: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.6/org.jacoco.agent-0.8.6-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.13.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.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ 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.13.0-SNAPSHOT.jar_unpacked_6879351081149656991/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.13.0-SNAPSHOT.jar_unpacked_6879351081149656991/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.13.0-SNAPSHOT.jar_unpacked_6879351081149656991/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.13.0-SNAPSHOT.jar_unpacked_6879351081149656991/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.13.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.13.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.13.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.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt.report.engine --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.13.0-SNAPSHOT [34/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.13.0.v202305251813 [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.6: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.6/org.jacoco.agent-0.8.6-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.13.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.13.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] --- 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.13.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.13.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.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6: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.6: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.6: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.13.0-SNAPSHOT [35/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.13.0.v202305251813 [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.6: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.6/org.jacoco.agent-0.8.6-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.13.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.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ 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.13.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.13.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.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt.chart.reportitem --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.reportitem --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.core.ui >-------------- [INFO] Building org.eclipse.birt.core.ui 4.13.0-SNAPSHOT [36/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.13.0.v202305251813 [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.6: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.6/org.jacoco.agent-0.8.6-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.13.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.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ 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.13.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.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt.core.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.core.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.13.0-SNAPSHOT [37/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.13.0.v202305251813 [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] [INFO] --- jacoco:0.8.6: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.6/org.jacoco.agent-0.8.6-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.13.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.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ 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.13.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.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt.chart.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.doc.isv >----------- [INFO] Building org.eclipse.birt.chart.doc.isv 4.13.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.13.0.v202305251813 [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.6: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.6/org.jacoco.agent-0.8.6-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... [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.engine/src/org/eclipse/birt/chart/computation/withaxes/ScaleContext.java:26: error: unknown tag: TODO [WARNING] [javadoc] * @TODO only support computation for linear value, to add support DataTime [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ModelPackage.java:39: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ModelPackage.java:1321: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithAxes.java:30: error: attribute not supported in HTML5: xmlns [WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithAxes.java:31: error: self-closing element not allowed [WARNING] [javadoc] * To create an instance use the factory method:
[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithAxes.java:37: error: attribute not supported in HTML5: xmlns [WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithAxes.java:39: error: self-closing element not allowed [WARNING] [javadoc] * ChartWithAxes :
[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithAxes.java:40: error: self-closing element not allowed [WARNING] [javadoc] * ChartWithAxes cwa...
[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithAxes.java:41: error: self-closing element not allowed [WARNING] [javadoc] * Axis axBase = cwa.getAxes( ).get( 0 );
[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithAxes.java:42: error: self-closing element not allowed [WARNING] [javadoc] * or
[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithAxes.java:45: error: attribute not supported in HTML5: xmlns [WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithAxes.java:47: error: self-closing element not allowed [WARNING] [javadoc] * use:
[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithAxes.java:48: error: self-closing element not allowed [WARNING] [javadoc] *
[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithAxes.java:49: error: self-closing element not allowed [WARNING] [javadoc] * Axis axOrth = getPrimaryOrthogonalAxis( axBase );
[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithAxes.java:50: error: self-closing element not allowed [WARNING] [javadoc] *
[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithAxes.java:52: error: self-closing element not allowed [WARNING] [javadoc] * in/exclude the primary one use:
[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithAxes.java:53: error: self-closing element not allowed [WARNING] [javadoc] *
[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithAxes.java:54: error: self-closing element not allowed [WARNING] [javadoc] * Axis[] axOrths = getOrthogonalAxes( axBase, bIncludePrimary );
[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithAxes.java:80: error: unexpected end tag:

[WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithAxes.java:83: error: unknown tag: model [WARNING] [javadoc] * @model extendedMetaData="name='ChartWithAxes' kind='elementOnly'" [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithAxes.java:84: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithoutAxes.java:27: error: attribute not supported in HTML5: xmlns [WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithoutAxes.java:28: error: self-closing element not allowed [WARNING] [javadoc] * To create an instance use the factory method:
[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithoutAxes.java:48: error: unexpected end tag:

[WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithoutAxes.java:51: error: unknown tag: model [WARNING] [javadoc] * @model extendedMetaData="name='ChartWithoutAxes' kind='elementOnly'" [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ChartWithoutAxes.java:52: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/ModelFactory.java:24: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/DialChart.java:23: error: attribute not supported in HTML5: xmlns [WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/DialChart.java:24: error: self-closing element not allowed [WARNING] [javadoc] * To create an instance use the factory method:
[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/DialChart.java:35: error: unexpected end tag:

[WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/DialChart.java:38: error: unknown tag: model [WARNING] [javadoc] * @model extendedMetaData="name='DialChart' kind='elementOnly'" [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/DialChart.java:39: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/Chart.java:70: error: unexpected end tag:

[WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/Chart.java:73: error: unknown tag: model [WARNING] [javadoc] * @model extendedMetaData="name='Chart' kind='elementOnly'" [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/Chart.java:74: error: unknown tag: extends [WARNING] [javadoc] * @extends IChartObject [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/Chart.java:75: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/CursorType.java:36: error: unknown tag: model [WARNING] [javadoc] * @model extendedMetaData="name='CursorType'" [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/CursorType.java:37: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/DateFormatSpecifier.java:39: error: unexpected end tag:

[WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/DateFormatSpecifier.java:42: error: unknown tag: model [WARNING] [javadoc] * @model extendedMetaData="name='DateFormatSpecifier' kind='elementOnly'" [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/DateFormatSpecifier.java:43: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/Anchor.java:33: error: unknown tag: model [WARNING] [javadoc] * @model [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/Anchor.java:34: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/IntersectionType.java:33: error: unknown tag: model [WARNING] [javadoc] * @model [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/IntersectionType.java:34: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/SortOption.java:33: error: unknown tag: model [WARNING] [javadoc] * @model [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/SortOption.java:34: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/Stretch.java:34: error: unknown tag: model [WARNING] [javadoc] * @model [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/Stretch.java:35: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/CallBackValue.java:37: error: unexpected end tag:

[WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/CallBackValue.java:40: error: unknown tag: model [WARNING] [javadoc] * @model extendedMetaData="name='CallBackValue' kind='elementOnly'" [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/CallBackValue.java:41: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/AccessibilityValue.java:32: error: unexpected end tag:

[WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/AccessibilityValue.java:35: error: unknown tag: model [WARNING] [javadoc] * @model extendedMetaData="name='AccessibilityValue' kind='elementOnly'" [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/AccessibilityValue.java:36: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/Angle3D.java:44: error: unexpected end tag:

[WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/Angle3D.java:47: error: unknown tag: model [WARNING] [javadoc] * @model extendedMetaData="name='Angle3D' kind='elementOnly'" [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/Angle3D.java:48: error: unknown tag: extends [WARNING] [javadoc] * @extends IChartObject [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/Angle3D.java:49: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/Orientation.java:33: error: unknown tag: model [WARNING] [javadoc] * @model [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/Orientation.java:34: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/Gradient.java:40: error: unexpected end tag:

[WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/Gradient.java:43: error: unknown tag: model [WARNING] [javadoc] * @model extendedMetaData="name='Gradient' kind='elementOnly'" [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/Gradient.java:44: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/SeriesValue.java:33: error: unexpected end tag:

[WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/SeriesValue.java:36: error: unknown tag: model [WARNING] [javadoc] * @model [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/SeriesValue.java:37: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/ChartDimension.java:34: error: unknown tag: model [WARNING] [javadoc] * @model [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/ChartDimension.java:35: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/AttributePackage.java:40: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/AttributePackage.java:5957: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/Marker.java:44: error: unexpected end tag:

[WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/Marker.java:47: error: unknown tag: model [WARNING] [javadoc] * @model extendedMetaData="name='Marker' kind='elementOnly'" [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/Marker.java:48: error: unknown tag: extends [WARNING] [javadoc] * @extends IChartObject [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/Marker.java:49: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/JavaDateFormatSpecifier.java:37: error: unexpected end tag:

[WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/JavaDateFormatSpecifier.java:40: error: unknown tag: model [WARNING] [javadoc] * @model extendedMetaData="name='JavaDateFormatSpecifier' kind='elementOnly'" [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/JavaDateFormatSpecifier.java:41: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/MultiURLValues.java:44: error: unexpected end tag:

[WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/MultiURLValues.java:47: error: unknown tag: model [WARNING] [javadoc] * @model extendedMetaData="name='MultiURLValues' kind='elementOnly'" [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/MultiURLValues.java:48: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/LineAttributes.java:40: error: unexpected end tag:

[WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/LineAttributes.java:43: error: unknown tag: model [WARNING] [javadoc] * @model extendedMetaData="name='LineAttributes' kind='elementOnly'" [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/LineAttributes.java:44: error: unknown tag: extends [WARNING] [javadoc] * @extends IChartObject [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/LineAttributes.java:45: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/TickStyle.java:33: error: unknown tag: model [WARNING] [javadoc] * @model [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/TickStyle.java:34: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/LegendItemType.java:33: error: unknown tag: model [WARNING] [javadoc] * @model [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/LegendItemType.java:34: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/LineStyle.java:33: error: unknown tag: model [WARNING] [javadoc] * @model [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/LineStyle.java:34: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/Location3D.java:37: error: unexpected end tag:

[WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/Location3D.java:40: error: unknown tag: model [WARNING] [javadoc] * @model extendedMetaData="name='Location3D' kind='elementOnly'" [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/Location3D.java:41: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/Direction.java:33: error: unknown tag: model [WARNING] [javadoc] * @model [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/Direction.java:34: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/ScriptValue.java:35: error: unexpected end tag:

[WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/ScriptValue.java:38: error: unknown tag: model [WARNING] [javadoc] * @model [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/ScriptValue.java:39: error: unknown tag: generated [WARNING] [javadoc] * @generated [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/ScaleUnitType.java:33: error: unknown tag: model [WARNING] [javadoc] * @model [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/impl/FormatSpecifierImpl.java:26: warning: empty

tag [WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/attribute/impl/ActionValueImpl.java:31: warning: empty

tag [WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/impl/NumberDataSetImpl.java:26: warning: empty

tag [WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/impl/DataElementImpl.java:26: warning: empty

tag [WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/impl/BubbleDataSetImpl.java:31: warning: empty

tag [WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/impl/DifferenceDataSetImpl.java:31: warning: empty

tag [WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/impl/GanttDataSetImpl.java:31: warning: empty

tag [WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/impl/DateTimeDataSetImpl.java:26: warning: empty

tag [WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/impl/NullDataSetImpl.java:26: warning: empty

tag [WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/impl/TextDataSetImpl.java:26: warning: empty

tag [WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/data/impl/StockDataSetImpl.java:26: warning: empty

tag [WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/layout/impl/TitleBlockImpl.java:39: warning: empty

tag [WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/AreaSeriesImpl.java:34: warning: empty

tag [WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/model/type/impl/ScatterSeriesImpl.java:31: warning: empty

tag [WARNING] [javadoc] *

[WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/aggregate/IAggregateFunction.java:67: warning: no @return [WARNING] [javadoc] int getParametersCount(); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/aggregate/IAggregateFunction.java:74: warning: no @return [WARNING] [javadoc] String[] getDisplayParameters(); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/aggregate/IAggregateFunction.java:83: warning: no @return [WARNING] [javadoc] int getType(); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/datafeed/NumberDataPointEntry.java:28: warning: no description for @param [WARNING] [javadoc] * @param data [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/datafeed/NumberDataPointEntry.java:35: warning: no description for @return [WARNING] [javadoc] * @return [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/BubbleEntry.java:158: warning: no @param for dSize [WARNING] [javadoc] public void setSize(double dSize) { [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/BubbleEntry.java:229: warning: no description for @return [WARNING] [javadoc] * @return [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/BubbleEntry.java:238: warning: no description for @return [WARNING] [javadoc] * @return [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/DifferenceEntry.java:54: warning: no @param for dPositiveValue [WARNING] [javadoc] public DifferenceEntry(double dPositiveValue, double dNegativeValue) { [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/DifferenceEntry.java:54: warning: no @param for dNegativeValue [WARNING] [javadoc] public DifferenceEntry(double dPositiveValue, double dNegativeValue) { [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/DifferenceEntry.java:62: warning: no description for @param [WARNING] [javadoc] * @param oaTwoComponents [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/DifferenceEntry.java:181: warning: no @param for value [WARNING] [javadoc] public void setNegativeValue(double value) { [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/DifferenceEntry.java:230: warning: no description for @return [WARNING] [javadoc] * @return [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/DifferenceEntry.java:239: warning: no description for @return [WARNING] [javadoc] * @return [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/StockEntry.java:40: warning: no description for @param [WARNING] [javadoc] * @param dOpen [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/StockEntry.java:41: warning: no description for @param [WARNING] [javadoc] * @param dLow [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/StockEntry.java:42: warning: no description for @param [WARNING] [javadoc] * @param dHigh [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/StockEntry.java:43: warning: no description for @param [WARNING] [javadoc] * @param dClose [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/StockEntry.java:54: warning: no description for @param [WARNING] [javadoc] * @param oaFourComponents [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/CDateTime.java:165: warning: no @param for aLocale [WARNING] [javadoc] public CDateTime(Locale aLocale) { [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/CDateTime.java:215: warning: no description for @param [WARNING] [javadoc] * @param iUnit [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/CDateTime.java:216: warning: no description for @param [WARNING] [javadoc] * @param iStep [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/CDateTime.java:235: warning: no description for @param [WARNING] [javadoc] * @param iUnit [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/CDateTime.java:236: warning: no description for @param [WARNING] [javadoc] * @param iStep [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/CDateTime.java:309: warning: no @param for cdt1 [WARNING] [javadoc] public static final int getDifference(CDateTime cdt1, CDateTime cdt2) { [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/CDateTime.java:309: warning: no @param for cdt2 [WARNING] [javadoc] public static final int getDifference(CDateTime cdt1, CDateTime cdt2) { [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/CDateTime.java:569: warning: no @throws for org.eclipse.birt.chart.exception.ChartException [WARNING] [javadoc] public static final int computeUnit(CDateTime[] cdta) throws ChartException { [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/CDateTime.java:785: warning: no description for @param [WARNING] [javadoc] * @param iUnit [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/api/ChartEngine.java:55: warning: no @return [WARNING] [javadoc] public static ChartEngine instance(PlatformConfig config) { [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/api/ChartEngine.java:121: warning: no description for @throws [WARNING] [javadoc] * @throws ChartException [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:33: warning: no description for @param [WARNING] [javadoc] * @param xs [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:34: warning: no description for @param [WARNING] [javadoc] * @param la [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:35: warning: no description for @param [WARNING] [javadoc] * @param wrapping [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:36: warning: no description for @return [WARNING] [javadoc] * @return [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:43: warning: no description for @param [WARNING] [javadoc] * @param itm [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:53: warning: no description for @param [WARNING] [javadoc] * @param xs [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:54: warning: no description for @param [WARNING] [javadoc] * @param la [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:57: warning: no @throws for org.eclipse.birt.chart.exception.ChartException [WARNING] [javadoc] double computeFontHeight(IDisplayServer xs, Label la) throws ChartException; [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:62: warning: no description for @param [WARNING] [javadoc] * @param xs [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:63: warning: no description for @param [WARNING] [javadoc] * @param la [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:64: warning: no description for @param [WARNING] [javadoc] * @param dWrapping [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:65: warning: no description for @param [WARNING] [javadoc] * @param fontHeight [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:66: warning: no description for @return [WARNING] [javadoc] * @return [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:67: warning: no description for @throws [WARNING] [javadoc] * @throws ChartException [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:75: warning: no description for @param [WARNING] [javadoc] * @param xs [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:76: warning: no description for @param [WARNING] [javadoc] * @param iLabelLocation [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:77: warning: no description for @param [WARNING] [javadoc] * @param la [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:78: warning: no description for @param [WARNING] [javadoc] * @param dX [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:79: warning: no description for @param [WARNING] [javadoc] * @param dY [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:80: warning: no description for @return [WARNING] [javadoc] * @return [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:81: warning: no description for @throws [WARNING] [javadoc] * @throws ChartException [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:88: warning: no description for @param [WARNING] [javadoc] * @param xs [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:89: warning: no description for @param [WARNING] [javadoc] * @param iLabelLocation [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:90: warning: no description for @param [WARNING] [javadoc] * @param la [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:91: warning: no description for @param [WARNING] [javadoc] * @param dX [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:92: warning: no description for @param [WARNING] [javadoc] * @param dY [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:93: warning: no description for @param [WARNING] [javadoc] * @param fontHeight [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:94: warning: no description for @return [WARNING] [javadoc] * @return [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:95: warning: no description for @throws [WARNING] [javadoc] * @throws ChartException [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:103: warning: no description for @param [WARNING] [javadoc] * @param xs [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:104: warning: no description for @param [WARNING] [javadoc] * @param la [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:105: warning: no description for @return [WARNING] [javadoc] * @return [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:106: warning: no description for @throws [WARNING] [javadoc] * @throws ChartException [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:113: warning: no description for @param [WARNING] [javadoc] * @param xs [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:114: warning: no description for @param [WARNING] [javadoc] * @param la [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:115: warning: no description for @return [WARNING] [javadoc] * @return [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:116: warning: no description for @throws [WARNING] [javadoc] * @throws ChartException [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:123: warning: no description for @param [WARNING] [javadoc] * @param xs [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:124: warning: no description for @param [WARNING] [javadoc] * @param la [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:125: warning: no description for @param [WARNING] [javadoc] * @param dWapping [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/IChartComputation.java:126: warning: no description for @throws [WARNING] [javadoc] * @throws ChartException [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java:93: warning: no @param for _oSeriesValue [WARNING] [javadoc] public DataPointHints(Object _oBaseValue, Object _oOrthogonalValue, Object _oSeriesValue, Object _oPercentileValue, [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java:93: warning: no @param for _oPercentileValue [WARNING] [javadoc] public DataPointHints(Object _oBaseValue, Object _oOrthogonalValue, Object _oSeriesValue, Object _oPercentileValue, [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java:93: warning: no @param for _fsPercentile [WARNING] [javadoc] public DataPointHints(Object _oBaseValue, Object _oOrthogonalValue, Object _oSeriesValue, Object _oPercentileValue, [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java:93: warning: no @throws for org.eclipse.birt.chart.exception.ChartException [WARNING] [javadoc] public DataPointHints(Object _oBaseValue, Object _oOrthogonalValue, Object _oSeriesValue, Object _oPercentileValue, [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java:121: warning: no description for @param [WARNING] [javadoc] * @param _oBaseValue [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java:122: warning: no description for @param [WARNING] [javadoc] * @param _oOrthogonalValue [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java:123: warning: no description for @param [WARNING] [javadoc] * @param _oSeriesValue [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java:124: warning: no description for @param [WARNING] [javadoc] * @param _dp [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java:125: warning: no description for @param [WARNING] [javadoc] * @param _fsBase [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java:126: warning: no description for @param [WARNING] [javadoc] * @param _fsOrthogonal [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java:127: warning: no description for @param [WARNING] [javadoc] * @param _fsSeries [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java:129: warning: no description for @param [WARNING] [javadoc] * @param _lo [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java:130: warning: no description for @param [WARNING] [javadoc] * @param _dSize [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java:131: warning: no description for @param [WARNING] [javadoc] * @param _rtc [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/DataPointHints.java:133: warning: no @param for _oPercentileValue [WARNING] [javadoc] public DataPointHints(Object _oBaseValue, Object _oOrthogonalValue, Object _oSeriesValue, Object _oPercentileValue, [WARNING] [javadoc] ^ [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/chart/api/help-doc.html... [INFO] [javadoc] 100 errors [INFO] [javadoc] 100 warnings [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... [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.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IAssistField.java:26: warning: no description for @param [WARNING] [javadoc] * @param values [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IAssistField.java:33: warning: no description for @param [WARNING] [javadoc] * @param contents [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IAssistField.java:40: warning: no description for @return [WARNING] [javadoc] * @return [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java:75: warning: no @param for Dimension [WARNING] [javadoc] Collection getChartSubtypes(String Dimension, Orientation orientation); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java:75: warning: no @param for orientation [WARNING] [javadoc] Collection getChartSubtypes(String Dimension, Orientation orientation); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java:98: warning: no description for @param [WARNING] [javadoc] * @param sType [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java:99: warning: no description for @param [WARNING] [javadoc] * @param Orientation [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java:100: warning: no description for @param [WARNING] [javadoc] * @param Dimension [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java:101: warning: no description for @param [WARNING] [javadoc] * @param currentChart [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java:103: warning: no @return [WARNING] [javadoc] Chart getModel(String sType, Orientation Orientation, String Dimension, Chart currentChart); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java:109: warning: no @return [WARNING] [javadoc] String[] getSupportedDimensions(); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java:115: warning: no @return [WARNING] [javadoc] String getDefaultDimension(); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java:121: warning: no @return [WARNING] [javadoc] boolean supportsTransposition(); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java:129: warning: no @param for dimension [WARNING] [javadoc] boolean supportsTransposition(String dimension); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java:129: warning: no @return [WARNING] [javadoc] boolean supportsTransposition(String dimension); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java:136: warning: no @return [WARNING] [javadoc] Orientation getDefaultOrientation(); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java:144: warning: no @return [WARNING] [javadoc] IHelpContent getHelp(); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java:149: warning: no description for @param [WARNING] [javadoc] * @param chart [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java:150: warning: no description for @param [WARNING] [javadoc] * @param selectDataUI [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java:151: warning: no description for @param [WARNING] [javadoc] * @param context [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java:152: warning: no description for @param [WARNING] [javadoc] * @param sTitle [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java:169: warning: no @param for context [WARNING] [javadoc] boolean isDimensionSupported(String dimensionType, ChartWizardContext context, int nbOfAxes, int nbOfSeries); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java:176: warning: no @return [WARNING] [javadoc] Series getSeries(); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.java:182: warning: no description for @param [WARNING] [javadoc] * @param needInitialing [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:67: warning: no description for @param [WARNING] [javadoc] * @param parent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:68: warning: no description for @param [WARNING] [javadoc] * @param styles [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:69: warning: no description for @param [WARNING] [javadoc] * @param defaultSelection [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:77: warning: no description for @param [WARNING] [javadoc] * @param parent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:78: warning: no description for @param [WARNING] [javadoc] * @param styles [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:79: warning: no description for @param [WARNING] [javadoc] * @param obj [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:80: warning: no description for @param [WARNING] [javadoc] * @param property [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:81: warning: no description for @param [WARNING] [javadoc] * @param enabled [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:89: warning: no description for @param [WARNING] [javadoc] * @param parent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:90: warning: no description for @param [WARNING] [javadoc] * @param styles [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:91: warning: no description for @param [WARNING] [javadoc] * @param obj [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:92: warning: no description for @param [WARNING] [javadoc] * @param property [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:93: warning: no description for @param [WARNING] [javadoc] * @param enabled [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:94: warning: no description for @param [WARNING] [javadoc] * @param label [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:95: warning: no description for @param [WARNING] [javadoc] * @param endLabel [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:104: warning: no description for @param [WARNING] [javadoc] * @param parent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:105: warning: no description for @param [WARNING] [javadoc] * @param style [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:106: warning: no description for @param [WARNING] [javadoc] * @param numberRows [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:107: warning: no description for @param [WARNING] [javadoc] * @param insets [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:108: warning: no description for @param [WARNING] [javadoc] * @param sUnits [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:109: warning: no description for @param [WARNING] [javadoc] * @param serviceprovider [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:110: warning: no description for @param [WARNING] [javadoc] * @param context [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:111: warning: no description for @param [WARNING] [javadoc] * @param defInsets [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:120: warning: no description for @param [WARNING] [javadoc] * @param parent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:121: warning: no description for @param [WARNING] [javadoc] * @param style [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:122: warning: no description for @param [WARNING] [javadoc] * @param iCurrentValue [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:123: warning: no description for @param [WARNING] [javadoc] * @param obj [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:124: warning: no description for @param [WARNING] [javadoc] * @param property [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:125: warning: no description for @param [WARNING] [javadoc] * @param enabled [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:134: warning: no description for @param [WARNING] [javadoc] * @param parent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:135: warning: no description for @param [WARNING] [javadoc] * @param data [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:136: warning: no description for @param [WARNING] [javadoc] * @param eParent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:137: warning: no description for @param [WARNING] [javadoc] * @param sProperty [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:146: warning: no description for @param [WARNING] [javadoc] * @param parent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:147: warning: no description for @param [WARNING] [javadoc] * @param style [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:148: warning: no description for @param [WARNING] [javadoc] * @param data [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:149: warning: no description for @param [WARNING] [javadoc] * @param isNullAllowed [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:150: warning: no description for @param [WARNING] [javadoc] * @param eParent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:151: warning: no description for @param [WARNING] [javadoc] * @param sProperty [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:160: warning: no description for @param [WARNING] [javadoc] * @param parent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:161: warning: no description for @param [WARNING] [javadoc] * @param style [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:162: warning: no description for @param [WARNING] [javadoc] * @param eParent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:163: warning: no description for @param [WARNING] [javadoc] * @param sProperty [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:164: warning: no description for @param [WARNING] [javadoc] * @param defaultItem [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:172: warning: no description for @param [WARNING] [javadoc] * @param parent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:173: warning: no description for @param [WARNING] [javadoc] * @param style [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:174: warning: no description for @param [WARNING] [javadoc] * @param iLineStyle [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:175: warning: no description for @param [WARNING] [javadoc] * @param lineStyleItems [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:176: warning: no description for @param [WARNING] [javadoc] * @param eParent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:177: warning: no description for @param [WARNING] [javadoc] * @param sProperty [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:186: warning: no description for @param [WARNING] [javadoc] * @param parent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:187: warning: no description for @param [WARNING] [javadoc] * @param style [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:188: warning: no description for @param [WARNING] [javadoc] * @param iWidth [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:189: warning: no description for @param [WARNING] [javadoc] * @param lineWidths [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:190: warning: no description for @param [WARNING] [javadoc] * @param eParent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:191: warning: no description for @param [WARNING] [javadoc] * @param sProperty [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:200: warning: no description for @param [WARNING] [javadoc] * @param parent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:201: warning: no description for @param [WARNING] [javadoc] * @param style [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:202: warning: no description for @param [WARNING] [javadoc] * @param iLineDecorator [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:203: warning: no description for @param [WARNING] [javadoc] * @param eParent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:204: warning: no description for @param [WARNING] [javadoc] * @param sProperty [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:213: warning: no description for @param [WARNING] [javadoc] * @param shellParent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:214: warning: no description for @param [WARNING] [javadoc] * @param wizardContext [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:215: warning: no description for @param [WARNING] [javadoc] * @param fdCurrent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:216: warning: no description for @param [WARNING] [javadoc] * @param cdCurrent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:217: warning: no description for @param [WARNING] [javadoc] * @param optionalStyle [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:226: warning: no description for @param [WARNING] [javadoc] * @param parent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:227: warning: no description for @param [WARNING] [javadoc] * @param style [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:228: warning: no description for @param [WARNING] [javadoc] * @param eParent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:229: warning: no description for @param [WARNING] [javadoc] * @param sProperty [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:237: warning: no description for @param [WARNING] [javadoc] * @param parent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:238: warning: no description for @param [WARNING] [javadoc] * @param style [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:239: warning: no description for @param [WARNING] [javadoc] * @param unit [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:240: warning: no description for @param [WARNING] [javadoc] * @param eParent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:241: warning: no description for @param [WARNING] [javadoc] * @param sProperty [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.java:250: warning: no description for @param [WARNING] [javadoc] * @param parent [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IDataServiceProvider.java:53: error: bad use of '>' [WARNING] [javadoc] * multi-view, and cube's dimension count > 1. [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IDataServiceProvider.java:198: error: bad HTML entity [WARNING] [javadoc] * @return (getState() & state) == state [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IFormatSpecifierHandler.java:33: error: @param name not found [WARNING] [javadoc] * @param axisType [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IUIServiceProvider.java:140: error: @param name not found [WARNING] [javadoc] * @param oContext the application-specific context used by the Expression [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IUIServiceProvider.java:160: error: @param name not found [WARNING] [javadoc] * @param oContext the application-specific context used by the [WARNING] [javadoc] ^ [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/chartui/api/help-doc.html... [INFO] [javadoc] 5 errors [INFO] [javadoc] 100 warnings [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/attribute/ILabel.java:33: warning: no description for @param [WARNING] [javadoc] * @param visible [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/component/IChartComponent.java:36: warning: no description for @param [WARNING] [javadoc] * @param visible [WARNING] [javadoc] ^ [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: error: @param name not found [WARNING] [javadoc] * @param start value [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/component/IMarkerRange.java:37: warning: no @param for value [WARNING] [javadoc] void setStartValue(IDataElement value); [WARNING] [javadoc] ^ [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: error: @param name not found [WARNING] [javadoc] * @param end value [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/component/IMarkerRange.java:51: warning: no @param for value [WARNING] [javadoc] void setEndValue(IDataElement value); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/component/IValueSeries.java:43: warning: no description for @param [WARNING] [javadoc] * @param visible [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/component/IValueSeries.java:90: warning: no description for @return [WARNING] [javadoc] * @return [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/component/IValueSeries.java:97: warning: no description for @param [WARNING] [javadoc] * @param percent [WARNING] [javadoc] ^ [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: error: @param name not found [WARNING] [javadoc] * @param the name of ScaleUnitType [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/scale/ITimeScale.java:51: warning: no @param for unit [WARNING] [javadoc] void setStepTimeUnit(String unit); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IBubbleData.java:40: warning: no description for @param [WARNING] [javadoc] * @param expr [WARNING] [javadoc] ^ [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: error: @param name not found [WARNING] [javadoc] * @param High expression [WARNING] [javadoc] ^ [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:42: warning: no @param for expr [WARNING] [javadoc] void setHighExpr(String expr); [WARNING] [javadoc] ^ [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: error: @param name not found [WARNING] [javadoc] * @param Low expression [WARNING] [javadoc] ^ [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:49: warning: no @param for expr [WARNING] [javadoc] void setLowExpr(String expr); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IGanttData.java:47: error: @param name not found [WARNING] [javadoc] * @param task name expression [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IGanttData.java:49: warning: no @param for expr [WARNING] [javadoc] void setTaskNameExpr(String expr); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IGanttData.java:54: error: @param name not found [WARNING] [javadoc] * @param Start date expression [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IGanttData.java:56: warning: no @param for expr [WARNING] [javadoc] void setStartExpr(String expr); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IGanttData.java:61: error: @param name not found [WARNING] [javadoc] * @param Finish date expression [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IGanttData.java:63: warning: no @param for expr [WARNING] [javadoc] void setFinishExpr(String expr); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IStockData.java:54: error: @param name not found [WARNING] [javadoc] * @param High expression [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IStockData.java:56: warning: no @param for expr [WARNING] [javadoc] void setHighExpr(String expr); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IStockData.java:61: error: @param name not found [WARNING] [javadoc] * @param Low expression [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IStockData.java:63: warning: no @param for expr [WARNING] [javadoc] void setLowExpr(String expr); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IStockData.java:68: error: @param name not found [WARNING] [javadoc] * @param Open expression [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IStockData.java:70: warning: no @param for expr [WARNING] [javadoc] void setOpenExpr(String expr); [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IStockData.java:75: error: @param name not found [WARNING] [javadoc] * @param Close expression [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IStockData.java:77: warning: no @param for expr [WARNING] [javadoc] void setCloseExpr(String expr); [WARNING] [javadoc] ^ [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] 12 errors [INFO] [javadoc] 18 warnings [WARNING] [echo] generating javadoc for chart [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.doc.isv --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.doc.isv --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.doc.isv --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.chart.doc.isv/target/org.eclipse.birt.chart.doc.isv-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.doc.isv --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.chart.doc.isv/target/org.eclipse.birt.chart.doc.isv-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.doc.isv --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.chart.doc.isv/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.doc.isv --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.doc.isv --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.chart.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.chart.doc.isv/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt.features:org.eclipse.birt.chart.doc.isv >------ [INFO] Building org.eclipse.birt.chart.doc.isv 4.13.0-SNAPSHOT [39/288] [INFO] from features/org.eclipse.birt.chart.doc.isv.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.doc.isv --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.doc.isv --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6: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.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.doc.isv.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.chart.doc.isv --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.doc.isv.feature/target/org.eclipse.birt.chart.doc.isv-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.doc.isv --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.doc.isv.feature/target/org.eclipse.birt.chart.doc.isv-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.doc.isv --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.doc.isv.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.chart.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.doc.isv.feature/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.chart.engine.extension >------ [INFO] Building org.eclipse.birt.chart.engine.extension 4.13.0-SNAPSHOT [40/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.13.0.v202305251813 [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.6: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.6/org.jacoco.agent-0.8.6-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.13.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.13.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] --- 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.13.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.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt.chart.engine.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.6: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.nl:org.eclipse.birt.chart.engine.extension.nl1 >--- [INFO] Building org.eclipse.birt.chart.engine.extension.nl1 4.13.0-SNAPSHOT [41/288] [INFO] from nl/org.eclipse.birt.chart.engine.extension.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.engine.extension.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.extension.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.extension.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.extension.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.extension.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.extension.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.extension.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.extension.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.extension.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.extension.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.extension.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.engine.extension.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.extension.nl/target/org.eclipse.birt.chart.engine.extension.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.extension.nl/target/org.eclipse.birt.chart.engine.extension.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.extension.nl/target/org.eclipse.birt.chart.engine.extension.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.extension.nl/target/org.eclipse.birt.chart.engine.extension.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.extension.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.engine.extension.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.extension.nl/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt.nl:org.eclipse.birt.chart.engine.nl1 >-------- [INFO] Building org.eclipse.birt.chart.engine.nl1 4.13.0-SNAPSHOT [42/288] [INFO] from nl/org.eclipse.birt.chart.engine.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.engine.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.engine.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.nl/target/org.eclipse.birt.chart.engine.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.engine.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.nl/target/org.eclipse.birt.chart.engine.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.nl/target/org.eclipse.birt.chart.engine.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.nl/target/org.eclipse.birt.chart.engine.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.engine.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.engine.nl/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt:org.eclipse.birt.chart.ui.extension >-------- [INFO] Building org.eclipse.birt.chart.ui.extension 4.13.0-SNAPSHOT [43/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.13.0.v202305251813 [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.6: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.6/org.jacoco.agent-0.8.6-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.13.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.13.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] --- 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.13.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.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt.chart.ui.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.6: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:org.eclipse.birt.chart.examples.core >-------- [INFO] Building org.eclipse.birt.chart.examples.core 4.13.0-SNAPSHOT [44/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.13.0.v202305251813 [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.6: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.6/org.jacoco.agent-0.8.6-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.13.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.13.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] --- 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.13.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.13.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.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt.chart.examples.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.6: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.chart.examples >---------- [INFO] Building org.eclipse.birt.chart.examples 4.13.0-SNAPSHOT [45/288] [INFO] from chart/org.eclipse.birt.chart.examples/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.examples --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.examples --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.examples --- [INFO] Resolving class path of org.eclipse.birt.chart.examples... [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (40.75kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (28.06kB) [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (22.27kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (23.39kB) [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.examples --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.examples/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.examples/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.examples --- [INFO] Compiling 125 source files to /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.examples/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.examples --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.examples --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.examples/target/org.eclipse.birt.chart.examples-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.examples/target/org.eclipse.birt.chart.examples-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.examples --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.examples/target/org.eclipse.birt.chart.examples-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.examples/target/org.eclipse.birt.chart.examples-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.examples --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.examples/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.examples --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.examples --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart.examples --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.examples --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.chart.examples --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.examples/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.chart.examples.core.nl1 >---- [INFO] Building org.eclipse.birt.chart.examples.core.nl1 4.13.0-SNAPSHOT [46/288] [INFO] from nl/org.eclipse.birt.chart.examples.core.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.examples.core.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.core.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.core.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.core.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.core.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.core.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.core.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.core.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.examples.core.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.core.nl/target/org.eclipse.birt.chart.examples.core.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.examples.core.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.core.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.core.nl/target/org.eclipse.birt.chart.examples.core.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.core.nl/target/org.eclipse.birt.chart.examples.core.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.core.nl/target/org.eclipse.birt.chart.examples.core.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.core.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.examples.core.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.core.nl/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt.nl:org.eclipse.birt.chart.examples.nl1 >------- [INFO] Building org.eclipse.birt.chart.examples.nl1 4.13.0-SNAPSHOT [47/288] [INFO] from nl/org.eclipse.birt.chart.examples.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.examples.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 15 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.nl [INFO] [native2ascii] Converting 5 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.nl [INFO] [native2ascii] Converting 5 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.nl [INFO] [native2ascii] Converting 5 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.examples.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.nl/target/org.eclipse.birt.chart.examples.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.nl/target/org.eclipse.birt.chart.examples.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.nl/target/org.eclipse.birt.chart.examples.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.nl/target/org.eclipse.birt.chart.examples.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.examples.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.examples.nl/target/jacoco.exec [INFO] [INFO] ----------< org.eclipse.birt.features:org.eclipse.birt.chart >---------- [INFO] Building org.eclipse.birt.chart 4.13.0-SNAPSHOT [48/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.13.0.v202305251813 [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.6: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.6/org.jacoco.agent-0.8.6-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.13.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] --- 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.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.eclipse.birt.chart --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.feature/target/org.eclipse.birt.chart-4.13.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.6: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.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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:org.eclipse.birt.chart.integration.wtp.ui >----- [INFO] Building org.eclipse.birt.chart.integration.wtp.ui 4.13.0-SNAPSHOT [49/288] [INFO] from chart/org.eclipse.birt.chart.integration.wtp.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Resolving class path of org.eclipse.birt.chart.integration.wtp.ui... [INFO] Fetching org.eclipse.jdt.compiler.apt_1.4.200.v20220802-0458.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (224.56kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.200.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (16.24kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.700.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (9.6kB) [INFO] Fetching org.eclipse.core.net.win32_1.0.100.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (27.48kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.3.200.v20220802-0458.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (105.66kB) [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.integration.wtp.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.integration.wtp.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.integration.wtp.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.integration.wtp.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.integration.wtp.ui/target/org.eclipse.birt.chart.integration.wtp.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.integration.wtp.ui/chartwtp.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.integration.wtp.ui/target/org.eclipse.birt.chart.integration.wtp.ui-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.integration.wtp.ui/target/org.eclipse.birt.chart.integration.wtp.ui-4.13.0-SNAPSHOT.jar_unpacked_5491471032261074523/chartwtp.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.integration.wtp.ui/target/org.eclipse.birt.chart.integration.wtp.ui-4.13.0-SNAPSHOT.jar_unpacked_5491471032261074523/chartwtp.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.integration.wtp.ui/target/org.eclipse.birt.chart.integration.wtp.ui-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.integration.wtp.ui/target/org.eclipse.birt.chart.integration.wtp.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.integration.wtp.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.integration.wtp.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.integration.wtp.ui/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.features:org.eclipse.birt.chart.integration.wtp >-- [INFO] Building org.eclipse.birt.chart.integration.wtp 4.13.0-SNAPSHOT [50/288] [INFO] from features/org.eclipse.birt.chart.integration.wtp.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.integration.wtp --- [INFO] Deleting /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.integration.wtp.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.integration.wtp --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.integration.wtp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.integration.wtp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.integration.wtp --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.integration.wtp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.integration.wtp.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.integration.wtp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.integration.wtp --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.integration.wtp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.chart.integration.wtp --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.integration.wtp.feature/target/org.eclipse.birt.chart.integration.wtp-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.integration.wtp --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.integration.wtp --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.integration.wtp --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.integration.wtp.feature/target/org.eclipse.birt.chart.integration.wtp-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.eclipse.birt.chart.integration.wtp --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.integration.wtp.feature/target/org.eclipse.birt.chart.integration.wtp-4.13.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.integration.wtp --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.integration.wtp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.integration.wtp.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart.integration.wtp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.integration.wtp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.chart.integration.wtp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.integration.wtp.feature/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.chart.integration.wtp.ui.nl1 >-- [INFO] Building org.eclipse.birt.chart.integration.wtp.ui.nl1 4.13.0-SNAPSHOT [51/288] [INFO] from nl/org.eclipse.birt.chart.integration.wtp.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.integration.wtp.ui.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/target/org.eclipse.birt.chart.integration.wtp.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/target/org.eclipse.birt.chart.integration.wtp.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/target/org.eclipse.birt.chart.integration.wtp.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/target/org.eclipse.birt.chart.integration.wtp.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt.features:org.eclipse.birt.chart.osgi.runtime >---- [INFO] Building org.eclipse.birt.chart.osgi.runtime 4.13.0-SNAPSHOT [52/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.13.0.v202305251813 [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.6: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.6/org.jacoco.agent-0.8.6-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.13.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] --- 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.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.eclipse.birt.chart.osgi.runtime --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.osgi.runtime/target/org.eclipse.birt.chart.osgi.runtime-4.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.6: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.osgi.runtime.sdk >-- [INFO] Building org.eclipse.birt.chart.osgi.runtime.sdk 4.13.0-SNAPSHOT [53/288] [INFO] from features/org.eclipse.birt.chart.osgi.runtime.sdk/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.osgi.runtime.sdk/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.osgi.runtime.sdk/target/org.eclipse.birt.chart.osgi.runtime.sdk-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.osgi.runtime.sdk/target/org.eclipse.birt.chart.osgi.runtime.sdk-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.osgi.runtime.sdk/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.osgi.runtime.sdk/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt.nl:org.eclipse.birt.chart.reportitem.nl1 >------ [INFO] Building org.eclipse.birt.chart.reportitem.nl1 4.13.0-SNAPSHOT [54/288] [INFO] from nl/org.eclipse.birt.chart.reportitem.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.reportitem.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.reportitem.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.nl/target/org.eclipse.birt.chart.reportitem.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.nl/target/org.eclipse.birt.chart.reportitem.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.nl/target/org.eclipse.birt.chart.reportitem.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.nl/target/org.eclipse.birt.chart.reportitem.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.reportitem.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.nl/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt:org.eclipse.birt.report.designer.ui >-------- [INFO] Building org.eclipse.birt.report.designer.ui 4.13.0-SNAPSHOT [55/288] [INFO] from UI/org.eclipse.birt.report.designer.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui --- [INFO] Compiling 928 source files to /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui/target/org.eclipse.birt.report.designer.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui/target/org.eclipse.birt.report.designer.ui-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui/target/org.eclipse.birt.report.designer.ui-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui/target/org.eclipse.birt.report.designer.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.designer.ui.views >----- [INFO] Building org.eclipse.birt.report.designer.ui.views 4.13.0-SNAPSHOT [56/288] [INFO] from UI/org.eclipse.birt.report.designer.ui.views/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.views --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.views... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.views --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.views/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.views/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Compiling 315 source files to /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.views/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.views --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.views/target/org.eclipse.birt.report.designer.ui.views-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.views/target/org.eclipse.birt.report.designer.ui.views-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.views/target/org.eclipse.birt.report.designer.ui.views-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.views/target/org.eclipse.birt.report.designer.ui.views-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.views --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.views/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.views --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.views/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.designer.ui.editors >---- [INFO] Building org.eclipse.birt.report.designer.ui.editors 4.13.0-SNAPSHOT [57/288] [INFO] from UI/org.eclipse.birt.report.designer.ui.editors/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editors... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editors/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editors/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editors/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editors --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editors/target/org.eclipse.birt.report.designer.ui.editors-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editors/target/org.eclipse.birt.report.designer.ui.editors-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editors/target/org.eclipse.birt.report.designer.ui.editors-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editors/target/org.eclipse.birt.report.designer.ui.editors-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editors/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editors --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editors/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.editors.schematic >-- [INFO] Building org.eclipse.birt.report.designer.ui.editors.schematic 4.13.0-SNAPSHOT [58/288] [INFO] from UI/org.eclipse.birt.report.designer.ui.editors.schematic/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editors.schematic... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/org.eclipse.birt.report.designer.ui.editors.schematic-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/org.eclipse.birt.report.designer.ui.editors.schematic-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/org.eclipse.birt.report.designer.ui.editors.schematic-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/org.eclipse.birt.report.designer.ui.editors.schematic-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.report.designer.ui.lib >------ [INFO] Building org.eclipse.birt.report.designer.ui.lib 4.13.0-SNAPSHOT [59/288] [INFO] from UI/org.eclipse.birt.report.designer.ui.lib/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.lib... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.lib/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.lib/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.lib/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.lib --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.lib/target/org.eclipse.birt.report.designer.ui.lib-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.lib/target/org.eclipse.birt.report.designer.ui.lib-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.lib/target/org.eclipse.birt.report.designer.ui.lib-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.lib/target/org.eclipse.birt.report.designer.ui.lib-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.lib/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.lib --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.lib/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.lib.explorer >-- [INFO] Building org.eclipse.birt.report.designer.ui.lib.explorer 4.13.0-SNAPSHOT [60/288] [INFO] from UI/org.eclipse.birt.report.designer.ui.lib.explorer/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.lib.explorer... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/org.eclipse.birt.report.designer.ui.lib.explorer-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/org.eclipse.birt.report.designer.ui.lib.explorer-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/org.eclipse.birt.report.designer.ui.lib.explorer-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/org.eclipse.birt.report.designer.ui.lib.explorer-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.report.designer.ui.ide >------ [INFO] Building org.eclipse.birt.report.designer.ui.ide 4.13.0-SNAPSHOT [61/288] [INFO] from UI/org.eclipse.birt.report.designer.ui.ide/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.ide... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.ide/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.ide/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Compiling 62 source files to /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.ide/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.ide --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.ide/target/org.eclipse.birt.report.designer.ui.ide-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.ide/target/org.eclipse.birt.report.designer.ui.ide-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.ide/target/org.eclipse.birt.report.designer.ui.ide-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.ide/target/org.eclipse.birt.report.designer.ui.ide-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.ide/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.ide --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.ide/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.cubebuilder >-- [INFO] Building org.eclipse.birt.report.designer.ui.cubebuilder 4.13.0-SNAPSHOT [62/288] [INFO] from UI/org.eclipse.birt.report.designer.ui.cubebuilder/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.cubebuilder... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.cubebuilder/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Compiling 85 source files to /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/org.eclipse.birt.report.designer.ui.cubebuilder-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/org.eclipse.birt.report.designer.ui.cubebuilder-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/org.eclipse.birt.report.designer.ui.cubebuilder-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/org.eclipse.birt.report.designer.ui.cubebuilder-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.model.adapter.oda >----- [INFO] Building org.eclipse.birt.report.model.adapter.oda 4.13.0-SNAPSHOT [63/288] [INFO] from model/org.eclipse.birt.report.model.adapter.oda/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Resolving class path of org.eclipse.birt.report.model.adapter.oda... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.adapter.oda/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.adapter.oda/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Compiling 76 source files to /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.adapter.oda/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.model.adapter.oda --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.adapter.oda/target/org.eclipse.birt.report.model.adapter.oda-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.adapter.oda/target/org.eclipse.birt.report.model.adapter.oda-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.adapter.oda/target/org.eclipse.birt.report.model.adapter.oda-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.adapter.oda/target/org.eclipse.birt.report.model.adapter.oda-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.adapter.oda/target/org.eclipse.birt.report.model.adapter.oda-4.13.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.adapter.oda/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.model.adapter.oda --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.adapter.oda/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.designer.ui.data >------ [INFO] Building org.eclipse.birt.report.designer.ui.data 4.13.0-SNAPSHOT [64/288] [INFO] from UI/org.eclipse.birt.report.designer.ui.data/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.data --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.data... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.data --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.data/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.data/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.data/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.data --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.data/target/org.eclipse.birt.report.designer.ui.data-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.data/target/org.eclipse.birt.report.designer.ui.data-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.data/target/org.eclipse.birt.report.designer.ui.data-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.data/target/org.eclipse.birt.report.designer.ui.data-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.data --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.data/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.data --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.data/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.item.crosstab.ui >------ [INFO] Building org.eclipse.birt.report.item.crosstab.ui 4.13.0-SNAPSHOT [65/288] [INFO] from xtab/org.eclipse.birt.report.item.crosstab.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Resolving class path of org.eclipse.birt.report.item.crosstab.ui... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/xtab/org.eclipse.birt.report.item.crosstab.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/xtab/org.eclipse.birt.report.item.crosstab.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Compiling 189 source files to /home/jenkins/agent/workspace/maven_test/xtab/org.eclipse.birt.report.item.crosstab.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.item.crosstab.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/xtab/org.eclipse.birt.report.item.crosstab.ui/target/org.eclipse.birt.report.item.crosstab.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/xtab/org.eclipse.birt.report.item.crosstab.ui/target/org.eclipse.birt.report.item.crosstab.ui-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/xtab/org.eclipse.birt.report.item.crosstab.ui/target/org.eclipse.birt.report.item.crosstab.ui-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/xtab/org.eclipse.birt.report.item.crosstab.ui/target/org.eclipse.birt.report.item.crosstab.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/xtab/org.eclipse.birt.report.item.crosstab.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.item.crosstab.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/xtab/org.eclipse.birt.report.item.crosstab.ui/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.chart.reportitem.ui >-------- [INFO] Building org.eclipse.birt.chart.reportitem.ui 4.13.0-SNAPSHOT [66/288] [INFO] from chart/org.eclipse.birt.chart.reportitem.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Resolving class path of org.eclipse.birt.chart.reportitem.ui... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Compiling 63 source files to /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.reportitem.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem.ui/target/org.eclipse.birt.chart.reportitem.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem.ui/target/org.eclipse.birt.chart.reportitem.ui-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem.ui/target/org.eclipse.birt.chart.reportitem.ui-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem.ui/target/org.eclipse.birt.chart.reportitem.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.reportitem.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.reportitem.ui/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.chart.reportitem.ui.nl1 >---- [INFO] Building org.eclipse.birt.chart.reportitem.ui.nl1 4.13.0-SNAPSHOT [67/288] [INFO] from nl/org.eclipse.birt.chart.reportitem.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.reportitem.ui.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.ui.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.ui.nl/target/org.eclipse.birt.chart.reportitem.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.ui.nl/target/org.eclipse.birt.chart.reportitem.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.ui.nl/target/org.eclipse.birt.chart.reportitem.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.ui.nl/target/org.eclipse.birt.chart.reportitem.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.reportitem.ui.nl/target/jacoco.exec [INFO] [INFO] ------------< org.eclipse.birt:org.eclipse.birt.tests.core >------------ [INFO] Building org.eclipse.birt.tests.core 4.13.0-SNAPSHOT [68/288] [INFO] from testsuites/org.eclipse.birt.tests.core/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.tests.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.tests.core --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.tests.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.tests.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.tests.core --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.tests.core --- [INFO] Resolving class path of org.eclipse.birt.tests.core... [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.600.v20220720-1916.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (87.79kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.600.v20220720-1916.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (42.61kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.600.v20220720-1916.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (134.3kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.600.v20220720-1949.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (41.14kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.600.v20220720-1916.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (41.15kB) [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.tests.core --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.core/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.tests.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.tests.core --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.core/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.tests.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.tests.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.tests.core --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.core/target/org.eclipse.birt.tests.core-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.tests.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.tests.core --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.core/utility.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.core/target/org.eclipse.birt.tests.core-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.tests.core --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.tests.core --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.core/target/org.eclipse.birt.tests.core-4.13.0-SNAPSHOT.jar_unpacked_14364166961885148678/utility.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.core/target/org.eclipse.birt.tests.core-4.13.0-SNAPSHOT.jar_unpacked_14364166961885148678/utility.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.core/target/org.eclipse.birt.tests.core-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.core/target/org.eclipse.birt.tests.core-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.tests.core --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.tests.core --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.core/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.tests.core --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.tests.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.tests.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.tests.core --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.core/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.core.script.function >------- [INFO] Building org.eclipse.birt.core.script.function 4.13.0-SNAPSHOT [69/288] [INFO] from data/org.eclipse.birt.core.script.function/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.script.function --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core.script.function --- [INFO] Resolving class path of org.eclipse.birt.core.script.function... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core.script.function --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.core.script.function/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.core.script.function --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.core.script.function/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.core.script.function --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.core.script.function/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core.script.function --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.core.script.function --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.core.script.function --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.core.script.function/target/org.eclipse.birt.core.script.function-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core.script.function --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.core.script.function --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.core.script.function/target/org.eclipse.birt.core.script.function-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.core.script.function --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.core.script.function/target/org.eclipse.birt.core.script.function-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.core.script.function/target/org.eclipse.birt.core.script.function-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core.script.function --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.core.script.function/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.core.script.function --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.core.script.function --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.core.script.function --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.core.script.function --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.core.script.function --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.core.script.function/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt:org.eclipse.birt.data.oda.mongodb >--------- [INFO] Building org.eclipse.birt.data.oda.mongodb 4.13.0-SNAPSHOT [70/288] [INFO] from data/org.eclipse.birt.data.oda.mongodb/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.mongodb --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Resolving class path of org.eclipse.birt.data.oda.mongodb... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.mongodb --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.mongodb/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.mongodb/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.mongodb/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.mongodb --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.mongodb/target/org.eclipse.birt.data.oda.mongodb-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.mongodb/target/org.eclipse.birt.data.oda.mongodb-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.mongodb/target/org.eclipse.birt.data.oda.mongodb-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.mongodb/target/org.eclipse.birt.data.oda.mongodb-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.mongodb --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.mongodb/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.mongodb --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.mongodb/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.data.oda.mongodb.ui >-------- [INFO] Building org.eclipse.birt.data.oda.mongodb.ui 4.13.0-SNAPSHOT [71/288] [INFO] from data/org.eclipse.birt.data.oda.mongodb.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Resolving class path of org.eclipse.birt.data.oda.mongodb.ui... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.mongodb.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.mongodb.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.mongodb.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.mongodb.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.mongodb.ui/target/org.eclipse.birt.data.oda.mongodb.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.mongodb.ui/target/org.eclipse.birt.data.oda.mongodb.ui-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.mongodb.ui/target/org.eclipse.birt.data.oda.mongodb.ui-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.mongodb.ui/target/org.eclipse.birt.data.oda.mongodb.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.mongodb.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.mongodb.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.mongodb.ui/target/jacoco.exec [INFO] [INFO] ----------< org.eclipse.birt:org.eclipse.birt.data.oda.pojo >----------- [INFO] Building org.eclipse.birt.data.oda.pojo 4.13.0-SNAPSHOT [72/288] [INFO] from data/org.eclipse.birt.data.oda.pojo/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.pojo --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.pojo --- [INFO] Resolving class path of org.eclipse.birt.data.oda.pojo... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.pojo --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.oda.pojo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.oda.pojo --- [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.pojo --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.pojo --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.pojo --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo/target/org.eclipse.birt.data.oda.pojo-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.pojo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.pojo --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo/target/org.eclipse.birt.data.oda.pojo-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.oda.pojo --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo/target/org.eclipse.birt.data.oda.pojo-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo/target/org.eclipse.birt.data.oda.pojo-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.pojo --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.pojo --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.pojo --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.data.oda.pojo --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.pojo --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.data.oda.pojo --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt:org.eclipse.birt.data.oda.pojo.ui >--------- [INFO] Building org.eclipse.birt.data.oda.pojo.ui 4.13.0-SNAPSHOT [73/288] [INFO] from data/org.eclipse.birt.data.oda.pojo.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Resolving class path of org.eclipse.birt.data.oda.pojo.ui... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.pojo.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo.ui/target/org.eclipse.birt.data.oda.pojo.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo.ui/target/org.eclipse.birt.data.oda.pojo.ui-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo.ui/target/org.eclipse.birt.data.oda.pojo.ui-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo.ui/target/org.eclipse.birt.data.oda.pojo.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.pojo.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo.ui/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.editor.xml.wtp >-- [INFO] Building org.eclipse.birt.report.designer.ui.editor.xml.wtp 4.13.0-SNAPSHOT [74/288] [INFO] from UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editor.xml.wtp... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/org.eclipse.birt.report.designer.ui.editor.xml.wtp-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/org.eclipse.birt.report.designer.ui.editor.xml.wtp-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/org.eclipse.birt.report.designer.ui.editor.xml.wtp-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/org.eclipse.birt.report.designer.ui.editor.xml.wtp-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.features:org.eclipse.birt.report.designer.editor.xml.wtp >-- [INFO] Building org.eclipse.birt.report.designer.editor.xml.wtp 4.13.0-SNAPSHOT [75/288] [INFO] from features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] Deleting /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target/org.eclipse.birt.report.designer.editor.xml.wtp-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target/org.eclipse.birt.report.designer.editor.xml.wtp-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target/org.eclipse.birt.report.designer.editor.xml.wtp-4.13.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.report.data.bidi.utils >------ [INFO] Building org.eclipse.birt.report.data.bidi.utils 4.13.0-SNAPSHOT [76/288] [INFO] from data/org.eclipse.birt.report.data.bidi.utils/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Resolving class path of org.eclipse.birt.report.data.bidi.utils... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.bidi.utils/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.bidi.utils/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.bidi.utils/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.bidi.utils --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.bidi.utils/target/org.eclipse.birt.report.data.bidi.utils-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.bidi.utils/target/org.eclipse.birt.report.data.bidi.utils-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.bidi.utils/target/org.eclipse.birt.report.data.bidi.utils-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.bidi.utils/target/org.eclipse.birt.report.data.bidi.utils-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.bidi.utils/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.bidi.utils --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.bidi.utils/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.data.bidi.utils.ui >----- [INFO] Building org.eclipse.birt.report.data.bidi.utils.ui 4.13.0-SNAPSHOT [77/288] [INFO] from data/org.eclipse.birt.report.data.bidi.utils.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.bidi.utils.ui... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.bidi.utils.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.bidi.utils.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.bidi.utils.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.bidi.utils.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.bidi.utils.ui/target/org.eclipse.birt.report.data.bidi.utils.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.bidi.utils.ui/target/org.eclipse.birt.report.data.bidi.utils.ui-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.bidi.utils.ui/target/org.eclipse.birt.report.data.bidi.utils.ui-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.bidi.utils.ui/target/org.eclipse.birt.report.data.bidi.utils.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.bidi.utils.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.bidi.utils.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.bidi.utils.ui/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc >------- [INFO] Building org.eclipse.birt.report.data.oda.jdbc 4.13.0-SNAPSHOT [78/288] [INFO] from data/org.eclipse.birt.report.data.oda.jdbc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc/target/org.eclipse.birt.report.data.oda.jdbc-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc/oda-jdbc.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc/target/org.eclipse.birt.report.data.oda.jdbc-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc/target/org.eclipse.birt.report.data.oda.jdbc-4.13.0-SNAPSHOT.jar_unpacked_1232080263247216953/oda-jdbc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc/target/org.eclipse.birt.report.data.oda.jdbc-4.13.0-SNAPSHOT.jar_unpacked_1232080263247216953/oda-jdbc.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc/target/org.eclipse.birt.report.data.oda.jdbc-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc/target/org.eclipse.birt.report.data.oda.jdbc-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.ui >------ [INFO] Building org.eclipse.birt.report.data.oda.jdbc.ui 4.13.0-SNAPSHOT [79/288] [INFO] from data/org.eclipse.birt.report.data.oda.jdbc.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.ui... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/org.eclipse.birt.report.data.oda.jdbc.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/org.eclipse.birt.report.data.oda.jdbc.ui-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/org.eclipse.birt.report.data.oda.jdbc.ui-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/org.eclipse.birt.report.data.oda.jdbc.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.report.data.oda.xml.ui >------ [INFO] Building org.eclipse.birt.report.data.oda.xml.ui 4.13.0-SNAPSHOT [80/288] [INFO] from data/org.eclipse.birt.report.data.oda.xml.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.xml.ui... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.xml.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.xml.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.xml.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.xml.ui/target/org.eclipse.birt.report.data.oda.xml.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.xml.ui/target/org.eclipse.birt.report.data.oda.xml.ui-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.xml.ui/target/org.eclipse.birt.report.data.oda.xml.ui-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.xml.ui/target/org.eclipse.birt.report.data.oda.xml.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.xml.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.xml.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.xml.ui/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt:org.eclipse.birt.report.engine.dataextraction >--- [INFO] Building org.eclipse.birt.report.engine.dataextraction 4.13.0-SNAPSHOT [81/288] [INFO] from engine/org.eclipse.birt.report.engine.dataextraction/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Resolving class path of org.eclipse.birt.report.engine.dataextraction... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.dataextraction --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction/target/org.eclipse.birt.report.engine.dataextraction-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction/target/org.eclipse.birt.report.engine.dataextraction-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction/target/org.eclipse.birt.report.engine.dataextraction-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction/target/org.eclipse.birt.report.engine.dataextraction-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction/target/org.eclipse.birt.report.engine.dataextraction-4.13.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.dataextraction --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction/target/jacoco.exec [INFO] [INFO] ----------< org.eclipse.birt:org.eclipse.birt.report.viewer >----------- [INFO] Building org.eclipse.birt.report.viewer 4.13.0-SNAPSHOT [82/288] [INFO] from viewer/org.eclipse.birt.report.viewer/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:2.4.1:clean (default-clean) @ org.eclipse.birt.report.viewer --- [INFO] Deleting /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/lib (includes = [jsp.jar, viewservlets.jar], excludes = []) [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.viewer --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.viewer --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.viewer --- [INFO] Resolving class path of org.eclipse.birt.report.viewer... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.viewer --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.viewer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.viewer --- [INFO] Compiling 250 source files to /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer/target/birt/WEB-INF/lib/viewservlets.jar-classes [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer/target/viewer.jar-classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- jetty-jspc:10.0.11:jspc (pre-compile-jsp) @ org.eclipse.birt.report.viewer --- [INFO] Compiling CancelTask.jsp,index.jsp,webcontent/birt/pages/common/Attributes.jsp,webcontent/birt/pages/common/Error.jsp,webcontent/birt/pages/common/Locale.jsp,webcontent/birt/pages/common/processing.jsp,webcontent/birt/pages/control/NavigationbarFragment.jsp,webcontent/birt/pages/control/ProgressBarFragment.jsp,webcontent/birt/pages/control/TocFragment.jsp,webcontent/birt/pages/control/ToolbarFragment.jsp,webcontent/birt/pages/dialog/ConfirmationDialogFragment.jsp,webcontent/birt/pages/dialog/DialogContainerFragment.jsp,webcontent/birt/pages/dialog/ExceptionDialogFragment.jsp,webcontent/birt/pages/dialog/ExportDataDialogFragment.jsp,webcontent/birt/pages/dialog/ExportReportDialogFragment.jsp,webcontent/birt/pages/dialog/ParameterDialogFragment.jsp,webcontent/birt/pages/dialog/PrintReportDialogFragment.jsp,webcontent/birt/pages/dialog/PrintReportServerDialogFragment.jsp,webcontent/birt/pages/dialog/SimpleExportDataDialogFragment.jsp,webcontent/birt/pages/layout/DocumentFragment.jsp,webcontent/birt/pages/layout/FramesetFragment.jsp,webcontent/birt/pages/layout/ParameterFragment.jsp,webcontent/birt/pages/layout/ReportContentFragment.jsp,webcontent/birt/pages/layout/ReportDialogFragment.jsp,webcontent/birt/pages/layout/ReportFragment.jsp,webcontent/birt/pages/layout/RequesterFragment.jsp,webcontent/birt/pages/layout/RunFragment.jsp,webcontent/birt/pages/layout/SidebarFragment.jsp,webcontent/birt/pages/parameter/CheckboxParameterFragment.jsp,webcontent/birt/pages/parameter/ComboBoxParameterFragment.jsp,webcontent/birt/pages/parameter/HiddenParameterFragment.jsp,webcontent/birt/pages/parameter/ParameterGroupFragment.jsp,webcontent/birt/pages/parameter/RadioButtonParameterFragment.jsp,webcontent/birt/pages/parameter/TextBoxParameterFragment.jsp from includes=**\/*.jsp, **\/*.jspx excludes=**\/.svn\/** [INFO] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. [INFO] Generation completed with [0] errors in [2246] milliseconds [INFO] [INFO] --- antrun:3.0.0:run (jar-pre-compile-jsp) @ org.eclipse.birt.report.viewer --- [INFO] Executing tasks [INFO] [jar] Building jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/lib/jsp.jar [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer/birt/WEB-INF [INFO] Executed tasks [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.viewer --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.viewer --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.viewer --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.viewer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.viewer --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/lib/viewservlets.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer/viewer.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.viewer --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.13.0-SNAPSHOT.jar_unpacked_2116989303627475267/birt/WEB-INF/lib/jsp.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.13.0-SNAPSHOT.jar_unpacked_2116989303627475267/birt/WEB-INF/lib/jsp.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.13.0-SNAPSHOT.jar_unpacked_2116989303627475267/birt/WEB-INF/lib/viewservlets.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.13.0-SNAPSHOT.jar_unpacked_2116989303627475267/birt/WEB-INF/lib/viewservlets.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.13.0-SNAPSHOT.jar_unpacked_2116989303627475267/viewer.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.13.0-SNAPSHOT.jar_unpacked_2116989303627475267/viewer.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.viewer --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.viewer --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.viewer --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.viewer --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.viewer --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.viewer --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config >--- [INFO] Building org.eclipse.birt.report.engine.emitter.config 4.13.0-SNAPSHOT [83/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config/target/org.eclipse.birt.report.engine.emitter.config-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config/target/org.eclipse.birt.report.engine.emitter.config-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config/target/org.eclipse.birt.report.engine.emitter.config-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config/target/org.eclipse.birt.report.engine.emitter.config-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config/target/org.eclipse.birt.report.engine.emitter.config-4.13.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.preview.web >-- [INFO] Building org.eclipse.birt.report.designer.ui.preview.web 4.13.0-SNAPSHOT [84/288] [INFO] from UI/org.eclipse.birt.report.designer.ui.preview.web/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.preview.web... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.web/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.web/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.web/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.preview.web --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.web/target/org.eclipse.birt.report.designer.ui.preview.web-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.web/target/org.eclipse.birt.report.designer.ui.preview.web-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.web/target/org.eclipse.birt.report.designer.ui.preview.web-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.web/target/org.eclipse.birt.report.designer.ui.preview.web-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.web/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.preview.web --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.web/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.editor.script >-- [INFO] Building org.eclipse.birt.report.designer.ui.editor.script 4.13.0-SNAPSHOT [85/288] [INFO] from UI/org.eclipse.birt.report.designer.ui.editor.script/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editor.script... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editor.script/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editor.script/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editor.script/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editor.script --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editor.script/target/org.eclipse.birt.report.designer.ui.editor.script-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editor.script/target/org.eclipse.birt.report.designer.ui.editor.script-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editor.script/target/org.eclipse.birt.report.designer.ui.editor.script-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editor.script/target/org.eclipse.birt.report.designer.ui.editor.script-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editor.script/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editor.script --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.editor.script/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.data.oda.hive >------- [INFO] Building org.eclipse.birt.report.data.oda.hive 4.13.0-SNAPSHOT [86/288] [INFO] from data/org.eclipse.birt.report.data.oda.hive/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.hive --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.hive... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.hive --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.hive/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.hive/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.hive/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.hive --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.hive/target/org.eclipse.birt.report.data.oda.hive-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.hive/target/org.eclipse.birt.report.data.oda.hive-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.hive/target/org.eclipse.birt.report.data.oda.hive-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.hive/target/org.eclipse.birt.report.data.oda.hive-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.hive --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.hive/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.hive --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.hive/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.data.oda.hive.ui >------ [INFO] Building org.eclipse.birt.report.data.oda.hive.ui 4.13.0-SNAPSHOT [87/288] [INFO] from data/org.eclipse.birt.report.data.oda.hive.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.hive.ui... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.hive.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.hive.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.hive.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.hive.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.hive.ui/target/org.eclipse.birt.report.data.oda.hive.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.hive.ui/target/org.eclipse.birt.report.data.oda.hive.ui-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.hive.ui/target/org.eclipse.birt.report.data.oda.hive.ui-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.hive.ui/target/org.eclipse.birt.report.data.oda.hive.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.hive.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.hive.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.hive.ui/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.data.oda.xml >-------- [INFO] Building org.eclipse.birt.report.data.oda.xml 4.13.0-SNAPSHOT [88/288] [INFO] from data/org.eclipse.birt.report.data.oda.xml/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.xml --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.xml... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.xml --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.xml/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.xml/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.xml/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.xml --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.xml/target/org.eclipse.birt.report.data.oda.xml-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.xml/target/org.eclipse.birt.report.data.oda.xml-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.xml/target/org.eclipse.birt.report.data.oda.xml-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.xml/target/org.eclipse.birt.report.data.oda.xml-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.xml --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.xml/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.xml --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.xml/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.html >---- [INFO] Building org.eclipse.birt.report.engine.emitter.html 4.13.0-SNAPSHOT [89/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.html/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.html... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.html/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.html/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.html/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.html --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.html/target/org.eclipse.birt.report.engine.emitter.html-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.html/target/org.eclipse.birt.report.engine.emitter.html-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.html/target/org.eclipse.birt.report.engine.emitter.html-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.html/target/org.eclipse.birt.report.engine.emitter.html-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.html/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.html --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.html/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pdf >----- [INFO] Building org.eclipse.birt.report.engine.emitter.pdf 4.13.0-SNAPSHOT [90/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.pdf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.pdf... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pdf/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pdf/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pdf/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.pdf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pdf/target/org.eclipse.birt.report.engine.emitter.pdf-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pdf/target/org.eclipse.birt.report.engine.emitter.pdf-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pdf/target/org.eclipse.birt.report.engine.emitter.pdf-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pdf/target/org.eclipse.birt.report.engine.emitter.pdf-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pdf/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.pdf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pdf/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.engine.ooxml >-------- [INFO] Building org.eclipse.birt.report.engine.ooxml 4.13.0-SNAPSHOT [91/288] [INFO] from engine/org.eclipse.birt.report.engine.ooxml/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.ooxml --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Resolving class path of org.eclipse.birt.report.engine.ooxml... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.ooxml --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.ooxml/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.ooxml/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.ooxml/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.ooxml --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.ooxml/target/org.eclipse.birt.report.engine.ooxml-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.ooxml/target/org.eclipse.birt.report.engine.ooxml-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.ooxml/target/org.eclipse.birt.report.engine.ooxml-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.ooxml/target/org.eclipse.birt.report.engine.ooxml-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.ooxml --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.ooxml/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.ooxml --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.ooxml/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.docx >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.docx 4.13.0-SNAPSHOT [92/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.docx/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.docx... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.docx/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.docx --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/org.eclipse.birt.report.engine.emitter.config.docx-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/org.eclipse.birt.report.engine.emitter.config.docx-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/org.eclipse.birt.report.engine.emitter.config.docx-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/org.eclipse.birt.report.engine.emitter.config.docx-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.docx --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.ppt >----- [INFO] Building org.eclipse.birt.report.engine.emitter.ppt 4.13.0-SNAPSHOT [93/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.ppt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.ppt... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.ppt/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.ppt/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.ppt/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.ppt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.ppt/target/org.eclipse.birt.report.engine.emitter.ppt-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.ppt/target/org.eclipse.birt.report.engine.emitter.ppt-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.ppt/target/org.eclipse.birt.report.engine.emitter.ppt-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.ppt/target/org.eclipse.birt.report.engine.emitter.ppt-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.ppt/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.ppt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.ppt/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pptx >---- [INFO] Building org.eclipse.birt.report.engine.emitter.pptx 4.13.0-SNAPSHOT [94/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.pptx/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.pptx... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pptx/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pptx/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pptx/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.pptx --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pptx/target/org.eclipse.birt.report.engine.emitter.pptx-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pptx/target/org.eclipse.birt.report.engine.emitter.pptx-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pptx/target/org.eclipse.birt.report.engine.emitter.pptx-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pptx/target/org.eclipse.birt.report.engine.emitter.pptx-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pptx/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.pptx --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pptx/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.pptx >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.pptx 4.13.0-SNAPSHOT [95/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.pptx/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.pptx... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.pptx/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/org.eclipse.birt.report.engine.emitter.config.pptx-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/org.eclipse.birt.report.engine.emitter.config.pptx-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/org.eclipse.birt.report.engine.emitter.config.pptx-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/org.eclipse.birt.report.engine.emitter.config.pptx-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.wpml >---- [INFO] Building org.eclipse.birt.report.engine.emitter.wpml 4.13.0-SNAPSHOT [96/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.wpml/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.wpml... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.wpml/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.wpml/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.wpml/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.wpml --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.wpml/target/org.eclipse.birt.report.engine.emitter.wpml-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.wpml/target/org.eclipse.birt.report.engine.emitter.wpml-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.wpml/target/org.eclipse.birt.report.engine.emitter.wpml-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.wpml/target/org.eclipse.birt.report.engine.emitter.wpml-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.wpml/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.wpml --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.wpml/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.docx >---- [INFO] Building org.eclipse.birt.report.engine.emitter.docx 4.13.0-SNAPSHOT [97/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.docx/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.docx... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.docx/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.docx/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.docx/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.docx --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.docx/target/org.eclipse.birt.report.engine.emitter.docx-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.docx/target/org.eclipse.birt.report.engine.emitter.docx-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.docx/target/org.eclipse.birt.report.engine.emitter.docx-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.docx/target/org.eclipse.birt.report.engine.emitter.docx-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.docx/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.docx --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.docx/target/jacoco.exec [INFO] [INFO] ------------< org.eclipse.birt:org.eclipse.birt.resources >------------- [INFO] Building org.eclipse.birt.resources 4.13.0-SNAPSHOT [98/288] [INFO] from model/org.eclipse.birt.resources/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.resources --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.resources --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.resources --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.resources --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.resources --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.resources --- [INFO] Resolving class path of org.eclipse.birt.resources... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.resources --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.resources/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.resources/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.resources --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.resources --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.resources --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.resources --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.resources --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.resources --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.resources/target/org.eclipse.birt.resources-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.resources/target/org.eclipse.birt.resources-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.resources --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.resources --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.resources/target/org.eclipse.birt.resources-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.resources/target/org.eclipse.birt.resources-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.resources --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.resources --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.resources/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.resources --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.resources --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.resources --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.resources --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.resources --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.resources/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.dataextraction.csv >-- [INFO] Building org.eclipse.birt.report.engine.dataextraction.csv 4.13.0-SNAPSHOT [99/288] [INFO] from engine/org.eclipse.birt.report.engine.dataextraction.csv/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Resolving class path of org.eclipse.birt.report.engine.dataextraction.csv... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction.csv/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.dataextraction.csv --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/org.eclipse.birt.report.engine.dataextraction.csv-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/org.eclipse.birt.report.engine.dataextraction.csv-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/org.eclipse.birt.report.engine.dataextraction.csv-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/org.eclipse.birt.report.engine.dataextraction.csv-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.dataextraction.csv --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.postscript >-- [INFO] Building org.eclipse.birt.report.engine.emitter.postscript 4.13.0-SNAPSHOT [100/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.postscript/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.postscript... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.postscript/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.postscript/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.postscript/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.postscript --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.postscript/target/org.eclipse.birt.report.engine.emitter.postscript-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.postscript/target/org.eclipse.birt.report.engine.emitter.postscript-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.postscript/target/org.eclipse.birt.report.engine.emitter.postscript-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.postscript/target/org.eclipse.birt.report.engine.emitter.postscript-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.postscript/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.postscript --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.postscript/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile 4.13.0-SNAPSHOT [101/288] [INFO] from data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.data.oda.sampledb >----- [INFO] Building org.eclipse.birt.report.data.oda.sampledb 4.13.0-SNAPSHOT [102/288] [INFO] from data/org.eclipse.birt.report.data.oda.sampledb/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.sampledb... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.sampledb/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.sampledb/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.sampledb/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.sampledb --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.sampledb/target/org.eclipse.birt.report.data.oda.sampledb-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.sampledb/sampledb.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.sampledb/target/org.eclipse.birt.report.data.oda.sampledb-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.sampledb/target/org.eclipse.birt.report.data.oda.sampledb-4.13.0-SNAPSHOT.jar_unpacked_8913785281449315584/db/BirtSample.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.sampledb/target/org.eclipse.birt.report.data.oda.sampledb-4.13.0-SNAPSHOT.jar_unpacked_8913785281449315584/db/BirtSample.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.sampledb/target/org.eclipse.birt.report.data.oda.sampledb-4.13.0-SNAPSHOT.jar_unpacked_8913785281449315584/sampledb.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.sampledb/target/org.eclipse.birt.report.data.oda.sampledb-4.13.0-SNAPSHOT.jar_unpacked_8913785281449315584/sampledb.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.sampledb/target/org.eclipse.birt.report.data.oda.sampledb-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.sampledb/target/org.eclipse.birt.report.data.oda.sampledb-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.sampledb/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.sampledb --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.sampledb/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb 4.13.0-SNAPSHOT [103/288] [INFO] from data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui 4.13.0-SNAPSHOT [104/288] [INFO] from data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt:org.eclipse.birt.report.debug.core >--------- [INFO] Building org.eclipse.birt.report.debug.core 4.13.0-SNAPSHOT [105/288] [INFO] from UI/org.eclipse.birt.report.debug.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.debug.core --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.debug.core --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.debug.core --- [INFO] Resolving class path of org.eclipse.birt.report.debug.core... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.debug.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.debug.core/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.debug.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.debug.core --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.debug.core/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.debug.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.debug.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.debug.core/target/org.eclipse.birt.report.debug.core-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.debug.core/target/org.eclipse.birt.report.debug.core-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.debug.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.debug.core/target/org.eclipse.birt.report.debug.core-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.debug.core/target/org.eclipse.birt.report.debug.core-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.debug.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.debug.core/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.debug.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.debug.core --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.debug.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.debug.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.debug.core --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.debug.core/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt:org.eclipse.birt.report.debug.ui >---------- [INFO] Building org.eclipse.birt.report.debug.ui 4.13.0-SNAPSHOT [106/288] [INFO] from UI/org.eclipse.birt.report.debug.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.debug.ui --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.debug.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.debug.ui --- [INFO] Resolving class path of org.eclipse.birt.report.debug.ui... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.debug.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.debug.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.debug.ui --- [INFO] Compiling 65 source files to /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.debug.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.debug.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.debug.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.debug.ui/target/org.eclipse.birt.report.debug.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.debug.ui/target/org.eclipse.birt.report.debug.ui-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.debug.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.debug.ui/target/org.eclipse.birt.report.debug.ui-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.debug.ui/target/org.eclipse.birt.report.debug.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.debug.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.debug.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.debug.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.debug.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.debug.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.debug.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.debug.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.debug.ui/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt:org.eclipse.birt.report.data.oda.sampledb.ui >---- [INFO] Building org.eclipse.birt.report.data.oda.sampledb.ui 4.13.0-SNAPSHOT [107/288] [INFO] from data/org.eclipse.birt.report.data.oda.sampledb.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.sampledb.ui... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.sampledb.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/org.eclipse.birt.report.data.oda.sampledb.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/org.eclipse.birt.report.data.oda.sampledb.ui-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/org.eclipse.birt.report.data.oda.sampledb.ui-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/org.eclipse.birt.report.data.oda.sampledb.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.html >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.html 4.13.0-SNAPSHOT [108/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.html/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.html... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.html/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.html/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.html/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.html --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.html/target/org.eclipse.birt.report.engine.emitter.config.html-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.html/target/org.eclipse.birt.report.engine.emitter.config.html-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.html/target/org.eclipse.birt.report.engine.emitter.config.html-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.html/target/org.eclipse.birt.report.engine.emitter.config.html-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.html/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.html --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.html/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.pdf >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.pdf 4.13.0-SNAPSHOT [109/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.pdf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.pdf... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.pdf/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/org.eclipse.birt.report.engine.emitter.config.pdf-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/org.eclipse.birt.report.engine.emitter.config.pdf-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/org.eclipse.birt.report.engine.emitter.config.pdf-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/org.eclipse.birt.report.engine.emitter.config.pdf-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.postscript >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.postscript 4.13.0-SNAPSHOT [110/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.postscript/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.postscript... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.postscript/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/org.eclipse.birt.report.engine.emitter.config.postscript-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/org.eclipse.birt.report.engine.emitter.config.postscript-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/org.eclipse.birt.report.engine.emitter.config.postscript-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/org.eclipse.birt.report.engine.emitter.config.postscript-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.ppt >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.ppt 4.13.0-SNAPSHOT [111/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.ppt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.ppt... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.ppt/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/org.eclipse.birt.report.engine.emitter.config.ppt-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/org.eclipse.birt.report.engine.emitter.config.ppt-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/org.eclipse.birt.report.engine.emitter.config.ppt-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/org.eclipse.birt.report.engine.emitter.config.ppt-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.wpml >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.wpml 4.13.0-SNAPSHOT [112/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.wpml/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.wpml... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.wpml/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/org.eclipse.birt.report.engine.emitter.config.wpml-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/org.eclipse.birt.report.engine.emitter.config.wpml-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/org.eclipse.birt.report.engine.emitter.config.wpml-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/org.eclipse.birt.report.engine.emitter.config.wpml-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.script.javascript >-- [INFO] Building org.eclipse.birt.report.engine.script.javascript 4.13.0-SNAPSHOT [113/288] [INFO] from data/org.eclipse.birt.report.engine.script.javascript/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Resolving class path of org.eclipse.birt.report.engine.script.javascript... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.engine.script.javascript/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.engine.script.javascript/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.engine.script.javascript/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.script.javascript --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.engine.script.javascript/target/org.eclipse.birt.report.engine.script.javascript-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.engine.script.javascript/target/org.eclipse.birt.report.engine.script.javascript-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.engine.script.javascript/target/org.eclipse.birt.report.engine.script.javascript-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.engine.script.javascript/target/org.eclipse.birt.report.engine.script.javascript-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.engine.script.javascript/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.script.javascript --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.engine.script.javascript/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui 4.13.0-SNAPSHOT [114/288] [INFO] from data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt:org.eclipse.birt.report.engine.odf >--------- [INFO] Building org.eclipse.birt.report.engine.odf 4.13.0-SNAPSHOT [115/288] [INFO] from engine/org.eclipse.birt.report.engine.odf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.odf --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.odf --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.odf --- [INFO] Resolving class path of org.eclipse.birt.report.engine.odf... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.odf --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.odf/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.odf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.odf/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.odf --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.odf/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.odf --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.odf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.odf --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.odf/target/org.eclipse.birt.report.engine.odf-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.odf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.odf --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.odf/target/org.eclipse.birt.report.engine.odf-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.odf --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.odf/target/org.eclipse.birt.report.engine.odf-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.odf/target/org.eclipse.birt.report.engine.odf-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.odf --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.odf/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.odf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.odf --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.odf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.odf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.odf --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.odf/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.ods >----- [INFO] Building org.eclipse.birt.report.engine.emitter.ods 4.13.0-SNAPSHOT [116/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.ods/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.ods... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.ods/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.ods/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.ods/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.ods --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.ods/target/org.eclipse.birt.report.engine.emitter.ods-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.ods/target/org.eclipse.birt.report.engine.emitter.ods-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.ods/target/org.eclipse.birt.report.engine.emitter.ods-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.ods/target/org.eclipse.birt.report.engine.emitter.ods-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.ods/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.ods --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.ods/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.odt >----- [INFO] Building org.eclipse.birt.report.engine.emitter.odt 4.13.0-SNAPSHOT [117/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.odt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.odt... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.odt/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.odt/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.odt/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.odt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.odt/target/org.eclipse.birt.report.engine.emitter.odt-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.odt/target/org.eclipse.birt.report.engine.emitter.odt-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.odt/target/org.eclipse.birt.report.engine.emitter.odt-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.odt/target/org.eclipse.birt.report.engine.emitter.odt-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.odt/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.odt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.odt/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.report.data.oda.excel >------- [INFO] Building org.eclipse.birt.report.data.oda.excel 4.13.0-SNAPSHOT [118/288] [INFO] from data/org.eclipse.birt.report.data.oda.excel/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.excel --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.excel... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.excel --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.excel/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.excel/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.excel/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.excel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.excel/target/org.eclipse.birt.report.data.oda.excel-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.excel/target/org.eclipse.birt.report.data.oda.excel-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.excel/target/org.eclipse.birt.report.data.oda.excel-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.excel/target/org.eclipse.birt.report.data.oda.excel-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.excel --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.excel/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.excel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.excel/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.data.oda.excel.ui >----- [INFO] Building org.eclipse.birt.report.data.oda.excel.ui 4.13.0-SNAPSHOT [119/288] [INFO] from data/org.eclipse.birt.report.data.oda.excel.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.excel.ui... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.excel.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.excel.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.excel.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.excel.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.excel.ui/target/org.eclipse.birt.report.data.oda.excel.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.excel.ui/target/org.eclipse.birt.report.data.oda.excel.ui-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.excel.ui/target/org.eclipse.birt.report.data.oda.excel.ui-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.excel.ui/target/org.eclipse.birt.report.data.oda.excel.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.excel.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.excel.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.excel.ui/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.me.prettyprint.hector >------- [INFO] Building org.eclipse.birt.me.prettyprint.hector 4.13.0-SNAPSHOT [120/288] [INFO] from data/org.eclipse.birt.me.prettyprint.hector/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Resolving class path of org.eclipse.birt.me.prettyprint.hector... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.me.prettyprint.hector --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- dependency:2.10:copy-dependencies (copy) @ org.eclipse.birt.me.prettyprint.hector --- [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Copying slf4j-api-1.6.1.jar to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/../lib/slf4j-api-1.6.1.jar [INFO] Copying cassandra-thrift-1.1.0.jar to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/../lib/cassandra-thrift-1.1.0.jar [INFO] Copying guava-r09.jar to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/../lib/guava-r09.jar [INFO] Copying hector-core-1.1-2.jar to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/../lib/hector-core-1.1-2.jar [INFO] Copying libthrift-0.14.0.jar to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/../lib/libthrift-0.14.0.jar [INFO] Copying slf4j-nop-1.6.1.jar to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/../lib/slf4j-nop-1.6.1.jar [INFO] Copying commons-lang-2.4.jar to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/../lib/commons-lang-2.4.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.13.0-SNAPSHOT.jar_unpacked_14500120554346585850/lib/libthrift-0.14.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.13.0-SNAPSHOT.jar_unpacked_14500120554346585850/lib/libthrift-0.14.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.13.0-SNAPSHOT.jar_unpacked_14500120554346585850/lib/slf4j-api-1.6.1.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.13.0-SNAPSHOT.jar_unpacked_14500120554346585850/lib/slf4j-api-1.6.1.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.13.0-SNAPSHOT.jar_unpacked_14500120554346585850/lib/cassandra-thrift-1.1.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.13.0-SNAPSHOT.jar_unpacked_14500120554346585850/lib/cassandra-thrift-1.1.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.13.0-SNAPSHOT.jar_unpacked_14500120554346585850/lib/guava-r09.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.13.0-SNAPSHOT.jar_unpacked_14500120554346585850/lib/guava-r09.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.13.0-SNAPSHOT.jar_unpacked_14500120554346585850/lib/hector-core-1.1-2.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.13.0-SNAPSHOT.jar_unpacked_14500120554346585850/lib/hector-core-1.1-2.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.13.0-SNAPSHOT.jar_unpacked_14500120554346585850/lib/slf4j-nop-1.6.1.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.13.0-SNAPSHOT.jar_unpacked_14500120554346585850/lib/slf4j-nop-1.6.1.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.13.0-SNAPSHOT.jar_unpacked_14500120554346585850/lib/commons-lang-2.4.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.13.0-SNAPSHOT.jar_unpacked_14500120554346585850/lib/commons-lang-2.4.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.me.prettyprint.hector --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.me.prettyprint.hector --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.me.prettyprint.hector/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt:uk.co.spudsoft.birt.emitters.excel >--------- [INFO] Building uk.co.spudsoft.birt.emitters.excel 4.13.0-SNAPSHOT [121/288] [INFO] from engine/uk.co.spudsoft.birt.emitters.excel/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Resolving class path of uk.co.spudsoft.birt.emitters.excel... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ uk.co.spudsoft.birt.emitters.excel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel/target/uk.co.spudsoft.birt.emitters.excel-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel/target/uk.co.spudsoft.birt.emitters.excel-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel/target/uk.co.spudsoft.birt.emitters.excel-4.13.0-SNAPSHOT.jar_unpacked_9030673324811667678/lib/commons-codec-1.5.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel/target/uk.co.spudsoft.birt.emitters.excel-4.13.0-SNAPSHOT.jar_unpacked_9030673324811667678/lib/commons-codec-1.5.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel/target/uk.co.spudsoft.birt.emitters.excel-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel/target/uk.co.spudsoft.birt.emitters.excel-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ uk.co.spudsoft.birt.emitters.excel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.birt:org.w3c.dom.svg.extension >------------- [INFO] Building org.w3c.dom.svg.extension 1.1.0-SNAPSHOT [122/288] [INFO] from common/org.w3c.dom.svg.extension/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.w3c.dom.svg.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.w3c.dom.svg.extension --- [INFO] The project's OSGi version is 1.1.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.w3c.dom.svg.extension --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.w3c.dom.svg.extension --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.w3c.dom.svg.extension --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.w3c.dom.svg.extension --- [INFO] Resolving class path of org.w3c.dom.svg.extension... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.w3c.dom.svg.extension --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/common/org.w3c.dom.svg.extension/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.w3c.dom.svg.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/common/org.w3c.dom.svg.extension/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.w3c.dom.svg.extension --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.w3c.dom.svg.extension --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.w3c.dom.svg.extension --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.w3c.dom.svg.extension --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.w3c.dom.svg.extension --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.w3c.dom.svg.extension --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.w3c.dom.svg.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/common/org.w3c.dom.svg.extension/target/org.w3c.dom.svg.extension-1.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.w3c.dom.svg.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.w3c.dom.svg.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/common/org.w3c.dom.svg.extension/target/org.w3c.dom.svg.extension-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.w3c.dom.svg.extension --- [INFO] [INFO] --- eclipse-jarsigner:1.1.3:sign (sign) @ org.w3c.dom.svg.extension --- [INFO] Skip jar signing [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.w3c.dom.svg.extension --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.w3c.dom.svg.extension --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/common/org.w3c.dom.svg.extension/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.w3c.dom.svg.extension --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.w3c.dom.svg.extension --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.w3c.dom.svg.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.w3c.dom.svg.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.w3c.dom.svg.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/common/org.w3c.dom.svg.extension/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.birt.features:org.eclipse.birt >------------- [INFO] Building org.eclipse.birt 4.13.0-SNAPSHOT [123/288] [INFO] from features/org.eclipse.birt.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt --- [INFO] Deleting /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.feature/target/org.eclipse.birt-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.feature/target/org.eclipse.birt-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.eclipse.birt --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.feature/target/org.eclipse.birt-4.13.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt --- [INFO] [INFO] --- jacoco:0.8.6: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.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.feature/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt:org.eclipse.birt.chart.tests >------------ [INFO] Building org.eclipse.birt.chart.tests 4.13.0-SNAPSHOT [124/288] [INFO] from chart/org.eclipse.birt.chart.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.tests --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.tests --- [INFO] Resolving class path of org.eclipse.birt.chart.tests... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.tests/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.tests --- [INFO] Compiling 89 source files to /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.tests/target/org.eclipse.birt.chart.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.tests/charttests.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.tests/target/org.eclipse.birt.chart.tests-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.tests/target/org.eclipse.birt.chart.tests-4.13.0-SNAPSHOT.jar_unpacked_14131094920952647909/charttests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.tests/target/org.eclipse.birt.chart.tests-4.13.0-SNAPSHOT.jar_unpacked_14131094920952647909/charttests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.tests/target/org.eclipse.birt.chart.tests-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.tests/target/org.eclipse.birt.chart.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.tests --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.chart.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.chart.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.tests/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.chart.ui.extension.nl1 >----- [INFO] Building org.eclipse.birt.chart.ui.extension.nl1 4.13.0-SNAPSHOT [125/288] [INFO] from nl/org.eclipse.birt.chart.ui.extension.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.ui.extension.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.extension.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.extension.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.extension.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.extension.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.extension.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.extension.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.extension.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.extension.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.extension.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.extension.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.ui.extension.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.extension.nl/target/org.eclipse.birt.chart.ui.extension.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.extension.nl/target/org.eclipse.birt.chart.ui.extension.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.extension.nl/target/org.eclipse.birt.chart.ui.extension.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.extension.nl/target/org.eclipse.birt.chart.ui.extension.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.extension.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.ui.extension.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.extension.nl/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.nl:org.eclipse.birt.chart.ui.nl1 >---------- [INFO] Building org.eclipse.birt.chart.ui.nl1 4.13.0-SNAPSHOT [126/288] [INFO] from nl/org.eclipse.birt.chart.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.chart.ui.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.nl/target/org.eclipse.birt.chart.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.ui.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.nl/target/org.eclipse.birt.chart.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.nl/target/org.eclipse.birt.chart.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.nl/target/org.eclipse.birt.chart.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.chart.ui.nl/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt.nl:org.eclipse.birt.core.nl1 >------------ [INFO] Building org.eclipse.birt.core.nl1 4.13.0-SNAPSHOT [127/288] [INFO] from nl/org.eclipse.birt.core.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.core.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core.nl1 --- [INFO] Resolving class path of org.eclipse.birt.core.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.core.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.core.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.core.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.core.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.core.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.nl/target/org.eclipse.birt.core.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.core.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.nl/target/org.eclipse.birt.core.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.core.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.nl/target/org.eclipse.birt.core.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.nl/target/org.eclipse.birt.core.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.core.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.core.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.nl/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt.nl:org.eclipse.birt.core.script.function.nl1 >---- [INFO] Building org.eclipse.birt.core.script.function.nl1 4.13.0-SNAPSHOT [128/288] [INFO] from nl/org.eclipse.birt.core.script.function.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Resolving class path of org.eclipse.birt.core.script.function.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.script.function.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.script.function.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.script.function.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.script.function.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.script.function.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.script.function.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.script.function.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.script.function.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.script.function.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.script.function.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.core.script.function.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.script.function.nl/target/org.eclipse.birt.core.script.function.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.script.function.nl/target/org.eclipse.birt.core.script.function.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.script.function.nl/target/org.eclipse.birt.core.script.function.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.script.function.nl/target/org.eclipse.birt.core.script.function.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.script.function.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.core.script.function.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.script.function.nl/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt:org.eclipse.birt.core.testhelper >---------- [INFO] Building org.eclipse.birt.core.testhelper 4.13.0-SNAPSHOT [129/288] [INFO] from core/org.eclipse.birt.core.testhelper/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.testhelper --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core.testhelper --- [INFO] Resolving class path of org.eclipse.birt.core.testhelper... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core.testhelper --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.testhelper/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.core.testhelper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.testhelper/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.core.testhelper --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.testhelper/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core.testhelper --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.core.testhelper --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.core.testhelper --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.testhelper/target/org.eclipse.birt.core.testhelper-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core.testhelper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.core.testhelper --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.testhelper/coretesthelper.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.testhelper/target/org.eclipse.birt.core.testhelper-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.core.testhelper --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.testhelper/target/org.eclipse.birt.core.testhelper-4.13.0-SNAPSHOT.jar_unpacked_17463144462292543739/coretesthelper.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.testhelper/target/org.eclipse.birt.core.testhelper-4.13.0-SNAPSHOT.jar_unpacked_17463144462292543739/coretesthelper.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.testhelper/target/org.eclipse.birt.core.testhelper-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.testhelper/target/org.eclipse.birt.core.testhelper-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core.testhelper --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.testhelper/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.core.testhelper --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.core.testhelper --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.core.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.core.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.core.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.testhelper/target/jacoco.exec [INFO] [INFO] ------------< org.eclipse.birt:org.eclipse.birt.core.tests >------------ [INFO] Building org.eclipse.birt.core.tests 4.13.0-SNAPSHOT [130/288] [INFO] from core/org.eclipse.birt.core.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.tests --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core.tests --- [INFO] Resolving class path of org.eclipse.birt.core.tests... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.tests/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.core.tests --- [INFO] Compiling 64 source files to /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.tests/target/org.eclipse.birt.core.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.tests/coretests.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.tests/target/org.eclipse.birt.core.tests-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.core.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.tests/target/org.eclipse.birt.core.tests-4.13.0-SNAPSHOT.jar_unpacked_918889076774434290/coretests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.tests/target/org.eclipse.birt.core.tests-4.13.0-SNAPSHOT.jar_unpacked_918889076774434290/coretests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.tests/target/org.eclipse.birt.core.tests-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.tests/target/org.eclipse.birt.core.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core.tests --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.core.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.core.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.core.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.core.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.tests/target/jacoco.exec [INFO] [INFO] ----------< org.eclipse.birt.nl:org.eclipse.birt.core.ui.nl1 >---------- [INFO] Building org.eclipse.birt.core.ui.nl1 4.13.0-SNAPSHOT [131/288] [INFO] from nl/org.eclipse.birt.core.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.ui.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.core.ui.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.ui.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.core.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.ui.nl/target/org.eclipse.birt.core.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.ui.nl/target/org.eclipse.birt.core.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.ui.nl/target/org.eclipse.birt.core.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.ui.nl/target/org.eclipse.birt.core.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.core.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.core.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.core.ui.nl/target/jacoco.exec [INFO] [INFO] --------------< org.eclipse.birt:org.eclipse.birt.cshelp >-------------- [INFO] Building org.eclipse.birt.cshelp 4.13.0-SNAPSHOT [132/288] [INFO] from docs/org.eclipse.birt.cshelp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.cshelp --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.cshelp --- [INFO] Resolving class path of org.eclipse.birt.cshelp... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.cshelp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.cshelp/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.cshelp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.cshelp/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.cshelp --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.cshelp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.cshelp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.cshelp --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.cshelp/target/org.eclipse.birt.cshelp-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.cshelp --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.cshelp/target/org.eclipse.birt.cshelp-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.cshelp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.cshelp/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.cshelp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.cshelp --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.cshelp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.cshelp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.cshelp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.cshelp/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.features:org.eclipse.birt.cshelp >---------- [INFO] Building org.eclipse.birt.cshelp 4.13.0-SNAPSHOT [133/288] [INFO] from features/org.eclipse.birt.cshelp.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.cshelp --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.cshelp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.cshelp.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.cshelp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.cshelp --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.cshelp.feature/target/org.eclipse.birt.cshelp-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.cshelp --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.cshelp.feature/target/org.eclipse.birt.cshelp-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.cshelp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.cshelp.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.cshelp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.cshelp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.cshelp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.cshelp.feature/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt.nl:org.eclipse.birt.data.aggregation.nl1 >------ [INFO] Building org.eclipse.birt.data.aggregation.nl1 4.13.0-SNAPSHOT [134/288] [INFO] from nl/org.eclipse.birt.data.aggregation.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Resolving class path of org.eclipse.birt.data.aggregation.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.aggregation.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.aggregation.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.aggregation.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.aggregation.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.aggregation.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.aggregation.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.aggregation.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.aggregation.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.aggregation.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.aggregation.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.aggregation.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.aggregation.nl/target/org.eclipse.birt.data.aggregation.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.aggregation.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.aggregation.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.aggregation.nl/target/org.eclipse.birt.data.aggregation.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.aggregation.nl/target/org.eclipse.birt.data.aggregation.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.aggregation.nl/target/org.eclipse.birt.data.aggregation.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.aggregation.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.aggregation.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.aggregation.nl/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt.nl:org.eclipse.birt.data.nl1 >------------ [INFO] Building org.eclipse.birt.data.nl1 4.13.0-SNAPSHOT [135/288] [INFO] from nl/org.eclipse.birt.data.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.data.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.nl1 --- [INFO] Resolving class path of org.eclipse.birt.data.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.data.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.nl/target/org.eclipse.birt.data.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.nl/target/org.eclipse.birt.data.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.nl/target/org.eclipse.birt.data.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.nl/target/org.eclipse.birt.data.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.data.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.data.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.data.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.nl/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt.nl:org.eclipse.birt.data.oda.mongodb.nl1 >------ [INFO] Building org.eclipse.birt.data.oda.mongodb.nl1 4.13.0-SNAPSHOT [136/288] [INFO] from nl/org.eclipse.birt.data.oda.mongodb.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Resolving class path of org.eclipse.birt.data.oda.mongodb.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.nl/target/org.eclipse.birt.data.oda.mongodb.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.nl/target/org.eclipse.birt.data.oda.mongodb.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.nl/target/org.eclipse.birt.data.oda.mongodb.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.nl/target/org.eclipse.birt.data.oda.mongodb.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.nl/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.data.oda.mongodb.ui.nl1 >---- [INFO] Building org.eclipse.birt.data.oda.mongodb.ui.nl1 4.13.0-SNAPSHOT [137/288] [INFO] from nl/org.eclipse.birt.data.oda.mongodb.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.data.oda.mongodb.ui.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/target/org.eclipse.birt.data.oda.mongodb.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/target/org.eclipse.birt.data.oda.mongodb.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/target/org.eclipse.birt.data.oda.mongodb.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/target/org.eclipse.birt.data.oda.mongodb.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt.nl:org.eclipse.birt.data.oda.pojo.nl1 >------- [INFO] Building org.eclipse.birt.data.oda.pojo.nl1 4.13.0-SNAPSHOT [138/288] [INFO] from nl/org.eclipse.birt.data.oda.pojo.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Resolving class path of org.eclipse.birt.data.oda.pojo.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.pojo.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.nl/target/org.eclipse.birt.data.oda.pojo.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.nl/target/org.eclipse.birt.data.oda.pojo.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.nl/target/org.eclipse.birt.data.oda.pojo.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.nl/target/org.eclipse.birt.data.oda.pojo.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.pojo.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.nl/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt.nl:org.eclipse.birt.data.oda.pojo.ui.nl1 >------ [INFO] Building org.eclipse.birt.data.oda.pojo.ui.nl1 4.13.0-SNAPSHOT [139/288] [INFO] from nl/org.eclipse.birt.data.oda.pojo.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.data.oda.pojo.ui.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.ui.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.ui.nl/target/org.eclipse.birt.data.oda.pojo.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.ui.nl/target/org.eclipse.birt.data.oda.pojo.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.ui.nl/target/org.eclipse.birt.data.oda.pojo.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.ui.nl/target/org.eclipse.birt.data.oda.pojo.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.data.oda.pojo.ui.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.excel >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.excel 4.13.0-SNAPSHOT [140/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.excel/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.excel... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.excel/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.excel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/org.eclipse.birt.report.engine.emitter.config.excel-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/org.eclipse.birt.report.engine.emitter.config.excel-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/org.eclipse.birt.report.engine.emitter.config.excel-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/org.eclipse.birt.report.engine.emitter.config.excel-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.excel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.odp >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.odp 4.13.0-SNAPSHOT [141/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.odp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.odp... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.odp/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.odp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/org.eclipse.birt.report.engine.emitter.config.odp-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/org.eclipse.birt.report.engine.emitter.config.odp-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/org.eclipse.birt.report.engine.emitter.config.odp-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/org.eclipse.birt.report.engine.emitter.config.odp-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.odp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.ods >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.ods 4.13.0-SNAPSHOT [142/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.ods/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.ods... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.ods/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.ods --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/org.eclipse.birt.report.engine.emitter.config.ods-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/org.eclipse.birt.report.engine.emitter.config.ods-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/org.eclipse.birt.report.engine.emitter.config.ods-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/org.eclipse.birt.report.engine.emitter.config.ods-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.ods --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.odt >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.odt 4.13.0-SNAPSHOT [143/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.odt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.odt... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.odt/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.odt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/org.eclipse.birt.report.engine.emitter.config.odt-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/org.eclipse.birt.report.engine.emitter.config.odt-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/org.eclipse.birt.report.engine.emitter.config.odt-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/org.eclipse.birt.report.engine.emitter.config.odt-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.odt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.odp >----- [INFO] Building org.eclipse.birt.report.engine.emitter.odp 4.13.0-SNAPSHOT [144/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.odp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.odp... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.odp/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.odp/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.odp/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.odp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.odp/target/org.eclipse.birt.report.engine.emitter.odp-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.odp/target/org.eclipse.birt.report.engine.emitter.odp-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.odp/target/org.eclipse.birt.report.engine.emitter.odp-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.odp/target/org.eclipse.birt.report.engine.emitter.odp-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.odp/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.odp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.odp/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt.features:org.eclipse.birt.osgi.runtime >------- [INFO] Building org.eclipse.birt.osgi.runtime 4.13.0-SNAPSHOT [145/288] [INFO] from features/org.eclipse.birt.osgi.runtime/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.osgi.runtime --- [INFO] Deleting /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.osgi.runtime/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.osgi.runtime --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.osgi.runtime --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.osgi.runtime --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.osgi.runtime --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.osgi.runtime --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.osgi.runtime/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.osgi.runtime --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.osgi.runtime --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.osgi.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.osgi.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.osgi.runtime/target/org.eclipse.birt.osgi.runtime-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.osgi.runtime --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.osgi.runtime --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.osgi.runtime --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.osgi.runtime/target/org.eclipse.birt.osgi.runtime-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.eclipse.birt.osgi.runtime --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.osgi.runtime/target/org.eclipse.birt.osgi.runtime-4.13.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.osgi.runtime --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.osgi.runtime --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.osgi.runtime/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.osgi.runtime --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.osgi.runtime --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.osgi.runtime --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.osgi.runtime/target/jacoco.exec [INFO] [INFO] ------------< org.eclipse.birt:org.eclipse.birt.data.tests >------------ [INFO] Building org.eclipse.birt.data.tests 4.13.0-SNAPSHOT [146/288] [INFO] from data/org.eclipse.birt.data.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.tests --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.tests --- [INFO] Resolving class path of org.eclipse.birt.data.tests... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.tests/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.tests --- [INFO] Compiling 180 source files to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.tests/target/org.eclipse.birt.data.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.tests/dataenginetests.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.tests/target/org.eclipse.birt.data.tests-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.tests/target/org.eclipse.birt.data.tests-4.13.0-SNAPSHOT.jar_unpacked_8703858737962172671/dataenginetests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.tests/target/org.eclipse.birt.data.tests-4.13.0-SNAPSHOT.jar_unpacked_8703858737962172671/dataenginetests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.tests/target/org.eclipse.birt.data.tests-4.13.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.tests/target/org.eclipse.birt.data.tests-4.13.0-SNAPSHOT-sources.jar_unpacked_3722215697580623594/plugins/org.eclipse.birt.thirdparty.aggregation/aggregation.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.tests/target/org.eclipse.birt.data.tests-4.13.0-SNAPSHOT-sources.jar_unpacked_3722215697580623594/plugins/org.eclipse.birt.thirdparty.aggregation/aggregation.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.tests/target/org.eclipse.birt.data.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.tests --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.data.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.data.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.data.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.data.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.tests/target/jacoco.exec [INFO] [INFO] ---------------< org.eclipse.birt:org.eclipse.birt.doc >---------------- [INFO] Building org.eclipse.birt.doc 4.13.0-SNAPSHOT [147/288] [INFO] from docs/org.eclipse.birt.doc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.doc --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.doc --- [INFO] Resolving class path of org.eclipse.birt.doc... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.doc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.doc/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.doc --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.doc --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.doc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.doc --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.doc/target/org.eclipse.birt.doc-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.doc --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.doc/target/org.eclipse.birt.doc-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.doc --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.doc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.doc/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.doc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.doc --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.doc --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.doc --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.doc --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.doc/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt.features:org.eclipse.birt.doc >----------- [INFO] Building org.eclipse.birt.doc 4.13.0-SNAPSHOT [148/288] [INFO] from features/org.eclipse.birt.doc.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.doc --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.doc --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.doc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.doc.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.doc --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.doc.feature/target/org.eclipse.birt.doc-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.doc --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.doc.feature/target/org.eclipse.birt.doc-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.doc --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.doc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.doc.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.doc --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.doc --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.doc --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.doc.feature/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.birt:org.eclipse.birt.doc.isv >-------------- [INFO] Building org.eclipse.birt.doc.isv 4.13.0-SNAPSHOT [149/288] [INFO] from docs/org.eclipse.birt.doc.isv/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- antrun:3.0.0:run (clean) @ org.eclipse.birt.doc.isv --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.doc.isv --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.doc.isv --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.doc.isv --- [INFO] Resolving class path of org.eclipse.birt.doc.isv... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.doc.isv --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.doc.isv/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.doc.isv/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- antrun:3.0.0:run (javadoc) @ org.eclipse.birt.doc.isv --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.doc.isv/engine/api [INFO] [javadoc] Generating Javadoc [INFO] [javadoc] Javadoc execution [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/CachedImage.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ComponentID.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/CompressionMode.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DOCRenderContext.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DataExtractionFormatInfo.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DataExtractionOption.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DataID.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DataSetID.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DefaultStatusHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DocumentUtil.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DocxRenderOption.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EXCELRenderOption.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EmitterInfo.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EngineConfig.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EngineConstants.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EngineException.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLActionHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLCompleteImageHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLEmitterConfig.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLImageHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLRenderContext.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLRenderOption.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLServerImageHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IAction.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IBookmarkInfo.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ICascadingParameterGroup.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ICascadingParameterSelectionChoice.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ICubeExtractionResults.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDataAction.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDataExtractionOption.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDataExtractionTask.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDataIterator.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDatasetPreviewTask.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDocument.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDocumentWriter.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDynamicFilterParameterDefn.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IEngineConfig.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IEngineTask.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IExcelRenderOption.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IExtractionOption.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IExtractionResults.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IExtractionTask.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IGetParameterDefinitionTask.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IHTMLActionHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IHTMLImageHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IHTMLRenderOption.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IImage.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IMetadataFilter.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IPDFRenderOption.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IPPTRenderOption.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IPageHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IParameterDefn.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IParameterDefnBase.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IParameterGroupDefn.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IParameterSelectionChoice.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IPostscriptRenderOption.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IProgressMonitor.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IRenderOption.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IRenderTask.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportDocument.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportDocumentHelper.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportDocumentInfo.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportDocumentLock.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportDocumentLockManager.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportEngine.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportEngineFactory.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportPart.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportRunnable.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IResultMetaData.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IResultSetItem.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IRunAndRenderTask.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IRunTask.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IRunnable.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IScalarParameterDefn.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IStatusHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ITOCTree.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ITaskOption.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ImageSize.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/InstanceID.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/PDFRenderContext.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/PDFRenderOption.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/RenderOption.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/RenderOptionBase.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportEngine.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportParameterConverter.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportRunner.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/TOCNode.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/TOCStyle.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/TaskOption.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/UnsupportedFormatException.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IAutoTextContent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IBandContent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/ICellContent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IColumn.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IContainerContent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IContent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IContentVisitor.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IDataContent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IDrillThroughAction.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IElement.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IForeignContent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IGroupContent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IHyperlinkAction.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IImageContent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/ILabelContent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IListBandContent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IListContent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IListGroupContent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/INode.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IPageContent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IReportContent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IRowContent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IStyle.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IStyledElement.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/ITableBandContent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/ITableContent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/ITableGroupContent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/ITextContent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/emitter/IContentEmitter.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/emitter/IEmitterServices.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/emitter/ImageReader.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IBaseResultSet.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/ICubeResultSet.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IDataExtractionExtension.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IExecutorContext.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IExtendedItem.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IExtendedItemFactory.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IOnCreateEvent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IOnPrepareEvent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IOnRenderEvent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IPreparationContext.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IQueryContext.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IQueryResultSet.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportEvent.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportEventContext.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportEventHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemExecutor.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemGeneration.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemGenerationInfo.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemPreparation.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemPreparationInfo.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemPresentation.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemPresentationInfo.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemQuery.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IRowMetaData.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IRowSet.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/content/IContentWrapper.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/content/ItemExecutorWrapper.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/IPage.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/IPageDevice.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/Image.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/IInlineStackingLayout.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/ImageLayout.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/InlineBlockLayout.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/InlineContainerLayout.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/InlineStackingLayout.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/InlineTextLayout.java... [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/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EngineConfig.java:175: warning - @param argument "extensionID" is not a parameter name. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EngineConfig.java:176: warning - @param argument "extensionConfig" is not a parameter name. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EXCELRenderOption.java:74: warning - @param argument "hide" is not a parameter name. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EXCELRenderOption.java:83: warning - @param argument "hide" is not a parameter name. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLCompleteImageHandler.java:59: warning - Tag @see: reference not found: org.eclipse.birt.report.engine.api2.IHTMLImageHandler#onDesignImage(org.eclipse.birt.report.engine.api2.IImage, [WARNING] [javadoc] java.lang.Object) [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.doc.isv/engine/api/help-doc.html... [INFO] [javadoc] 5 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.doc.isv/enginescript/api [INFO] [javadoc] Generating Javadoc [INFO] [javadoc] Javadoc execution [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/EngineScriptableClassInfo.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IColumnMetaData.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IDataSetRow.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IReportContext.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IRowData.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IScriptedDataSetMetaData.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IUpdatableDataSetRow.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/ScriptException.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/ScriptMethodVisibilityUtil.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IAction.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IAutoText.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/ICell.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IColumn.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IDataBinding.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IDataItem.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IDataSet.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IDataSource.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IDesignElement.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IDynamicText.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IFilterCondition.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IGrid.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IGroup.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IHideRule.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IHighlightRule.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IImage.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/ILabel.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IList.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IListGroup.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IListing.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IMasterPage.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IReportDesign.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IReportElement.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IReportItem.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IResultSetColumn.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IRow.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IScriptAPIFactory.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IScriptStyleDesign.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/ISortCondition.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/ITable.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/ITableGroup.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/ITextItem.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/ScriptAPIFactory.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/StructureScriptAPIFactory.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/AutoTextEventAdapter.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/CellEventAdapter.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/DataItemEventAdapter.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/DataSetEventAdapter.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/DataSourceEventAdapter.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/DynamicTextEventAdapter.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/GridEventAdapter.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/ImageEventAdapter.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/LabelEventAdapter.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/ListEventAdapter.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/ListGroupEventAdapter.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/MasterPageEventAdapter.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/ReportEventAdapter.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/RowEventAdapter.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/ScriptedDataSetEventAdapter.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/ScriptedDataSourceEventAdapter.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/TableEventAdapter.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/TableGroupEventAdapter.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/TextItemEventAdapter.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IAutoTextEventHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/ICellEventHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IDataItemEventHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IDataSetEventHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IDataSourceEventHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IDynamicTextEventHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IGridEventHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IImageEventHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/ILabelEventHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IListEventHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IListGroupEventHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IMasterPageEventHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IReportEventHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IRowEventHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IScriptedDataSetEventHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IScriptedDataSourceEventHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/ITableEventHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/ITableGroupEventHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/ITextItemEventHandler.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IAbstractTextInstance.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IActionInstance.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IAutoTextInstance.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/ICellInstance.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IColumnInstance.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IDataItemInstance.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IDataSetInstance.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IDataSourceInstance.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IDrillThroughInstance.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IDynamicTextInstance.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IGridInstance.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IImageInstance.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/ILabelInstance.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IListInstance.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IPageInstance.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IReportElementInstance.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IReportItemInstance.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IRowInstance.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IScriptStyle.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/ITableInstance.java... [INFO] [javadoc] Loading source file /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/ITextItemInstance.java... [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/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IReportDesign.java:211: warning - @param argument "action" is not a parameter name. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IReportDesign.java:212: warning - @param argument "handle" is not a parameter name. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IDataSetInstance.java:113: warning - invalid usage of tag > [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IDataSetInstance.java:146: warning - invalid usage of tag > [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IDataSetInstance.java:62: warning - @return tag cannot be used in method with void return type. [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.doc.isv/enginescript/api/help-doc.html... [INFO] [javadoc] 5 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.doc.isv/model/api [INFO] [javadoc] Generating Javadoc [INFO] [javadoc] Javadoc execution [INFO] [javadoc] Loading source files for package org.eclipse.birt.report.model.api... [INFO] [javadoc] Loading source files for package org.eclipse.birt.report.model.api.activity... [INFO] [javadoc] Loading source files for package org.eclipse.birt.report.model.api.command... [INFO] [javadoc] Loading source files for package org.eclipse.birt.report.model.api.core... [INFO] [javadoc] Loading source files for package org.eclipse.birt.report.model.api.css... [INFO] [javadoc] Loading source files for package org.eclipse.birt.report.model.api.elements... [INFO] [javadoc] Loading source files for package org.eclipse.birt.report.model.api.elements.structures... [INFO] [javadoc] Loading source files for package org.eclipse.birt.report.model.api.elements.table... [INFO] [javadoc] Loading source files for package org.eclipse.birt.report.model.api.extension... [INFO] [javadoc] Loading source files for package org.eclipse.birt.report.model.api.filterExtension... [INFO] [javadoc] Loading source files for package org.eclipse.birt.report.model.api.filterExtension.interfaces... [INFO] [javadoc] Loading source files for package org.eclipse.birt.report.model.api.impl... [INFO] [javadoc] Loading source files for package org.eclipse.birt.report.model.api.metadata... [INFO] [javadoc] Loading source files for package org.eclipse.birt.report.model.api.oda... [INFO] [javadoc] Loading source files for package org.eclipse.birt.report.model.api.oda.interfaces... [INFO] [javadoc] Loading source files for package org.eclipse.birt.report.model.api.olap... [INFO] [javadoc] Loading source files for package org.eclipse.birt.report.model.api.scripts... [INFO] [javadoc] Loading source files for package org.eclipse.birt.report.model.api.simpleapi... [INFO] [javadoc] Loading source files for package org.eclipse.birt.report.model.api.util... [INFO] [javadoc] Loading source files for package org.eclipse.birt.report.model.api.validators... [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/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/AbstractThemeHandle.java:229: warning - Tag @see: reference not found: org.eclipse.birt.report.model.api.AbstractThemeHandle#addCssByFileName(java.lang [WARNING] [javadoc] .String) [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/AbstractThemeHandle.java:394: warning - Tag @see: reference not found: org.eclipse.birt.report.model.api.AbstractThemeHandle#renameCssByProperties(org.eclipse [WARNING] [javadoc] .birt.report.model.api.IncludedCssStyleSheetHandle, java.lang.String, [WARNING] [javadoc] java.lang.String, java.lang.Boolean) [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/ColorHandle.java:146: warning - Tag @see: reference not found: ColorPropertyType#toCSSCompatibleColor(ReportDesign, Object) [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/CommandStack.java:70: warning - invalid usage of tag > [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/CommandStack.java:71: warning - invalid usage of tag > [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.doc.isv/model/api/help-doc.html... [INFO] [javadoc] 5 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.doc.isv/core/api [INFO] [javadoc] Generating Javadoc [INFO] [javadoc] Javadoc execution [INFO] [javadoc] Loading source files for package org.eclipse.birt.core.archive... [INFO] [javadoc] Loading source files for package org.eclipse.birt.core.archive.compound... [INFO] [javadoc] Loading source files for package org.eclipse.birt.core.config... [INFO] [javadoc] Loading source files for package org.eclipse.birt.core.data... [INFO] [javadoc] Loading source files for package org.eclipse.birt.core.exception... [INFO] [javadoc] Loading source files for package org.eclipse.birt.core.format... [INFO] [javadoc] Loading source files for package org.eclipse.birt.core.framework... [INFO] [javadoc] Loading source files for package org.eclipse.birt.core.framework.osgi... [INFO] [javadoc] Loading source files for package org.eclipse.birt.core.framework.parser... [INFO] [javadoc] Loading source files for package org.eclipse.birt.core.i18n... [INFO] [javadoc] Loading source files for package org.eclipse.birt.core.plugin... [INFO] [javadoc] Loading source files for package org.eclipse.birt.core.preference... [INFO] [javadoc] Loading source files for package org.eclipse.birt.core.script... [INFO] [javadoc] Loading source files for package org.eclipse.birt.core.template... [INFO] [javadoc] Loading source files for package org.eclipse.birt.core.util... [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/core/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/ArchiveUtil.java:78: warning - @param argument "relativePath" is not a parameter name. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/ArchiveUtil.java:127: warning - invalid usage of tag > [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/ArchiveUtil.java:128: warning - invalid usage of tag > [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/ArchiveUtil.java:129: warning - invalid usage of tag > [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/ArchiveUtil.java:157: warning - @param argument "name" 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.doc.isv/core/api/help-doc.html... [INFO] [javadoc] 5 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.doc.isv/coreui/api [INFO] [javadoc] Generating Javadoc [INFO] [javadoc] Javadoc execution [INFO] [javadoc] Loading source files for package org.eclipse.birt.core.ui.frameworks.errordisplay... [INFO] [javadoc] Loading source files for package org.eclipse.birt.core.ui.frameworks.taskwizard... [INFO] [javadoc] Loading source files for package org.eclipse.birt.core.ui.frameworks.taskwizard.composites... [INFO] [javadoc] Loading source files for package org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces... [INFO] [javadoc] Loading source files for package org.eclipse.birt.core.ui.swt.custom... [INFO] [javadoc] Loading source files for package org.eclipse.birt.core.ui.utils... [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/core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/frameworks/taskwizard/ErrorsManager.java:70: warning - @param argument "t" is not a parameter name. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/frameworks/taskwizard/WizardBase.java:361: warning - @param argument "t" is not a parameter name. [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/frameworks/taskwizard/WizardBaseDialog.java:380: warning - invalid usage of tag & [WARNING] [javadoc] /home/jenkins/agent/workspace/maven_test/core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/utils/UIHelper.java:155: warning - Tag @see: reference not found: #setImageCached( boolean ) [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.doc.isv/coreui/api/help-doc.html... [INFO] [javadoc] 4 warnings [WARNING] [echo] generating javadoc for birt [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.doc.isv --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.doc.isv --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.doc.isv --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.doc.isv/target/org.eclipse.birt.doc.isv-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.doc.isv --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.doc.isv/target/org.eclipse.birt.doc.isv-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.doc.isv --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.doc.isv/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.doc.isv --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.doc.isv --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/docs/org.eclipse.birt.doc.isv/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.features:org.eclipse.birt.doc.isv >--------- [INFO] Building org.eclipse.birt.doc.isv 4.13.0-SNAPSHOT [150/288] [INFO] from features/org.eclipse.birt.doc.isv.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.doc.isv --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.doc.isv --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.doc.isv --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.doc.isv.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.doc.isv --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.doc.isv.feature/target/org.eclipse.birt.doc.isv-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.doc.isv --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.doc.isv.feature/target/org.eclipse.birt.doc.isv-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.doc.isv --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.doc.isv.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.doc.isv.feature/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.prototype.excel >-- [INFO] Building org.eclipse.birt.report.engine.emitter.prototype.excel 4.13.0-SNAPSHOT [151/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.prototype.excel/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.prototype.excel... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/target/org.eclipse.birt.report.engine.emitter.prototype.excel-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/target/org.eclipse.birt.report.engine.emitter.prototype.excel-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/target/org.eclipse.birt.report.engine.emitter.prototype.excel-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/target/org.eclipse.birt.report.engine.emitter.prototype.excel-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt.features:org.eclipse.birt.engine.runtime >------ [INFO] Building org.eclipse.birt.engine.runtime 4.13.0-SNAPSHOT [152/288] [INFO] from features/org.eclipse.birt.engine.runtime/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.engine.runtime --- [INFO] Deleting /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.engine.runtime/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.engine.runtime --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.engine.runtime --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.engine.runtime --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.engine.runtime --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.engine.runtime --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.engine.runtime/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.engine.runtime --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.engine.runtime --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.engine.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.engine.runtime --- [INFO] Fetching org.eclipse.update.configurator_3.4.900.v20220718-1722.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (98.23kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.100.v20211217-1131.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (50.58kB) [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.engine.runtime/target/org.eclipse.birt.engine.runtime-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.engine.runtime --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.engine.runtime --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.engine.runtime --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.engine.runtime/target/org.eclipse.birt.engine.runtime-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.eclipse.birt.engine.runtime --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.engine.runtime/target/org.eclipse.birt.engine.runtime-4.13.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.engine.runtime --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.engine.runtime --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.engine.runtime/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.engine.runtime --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.engine.runtime --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.engine.runtime --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.engine.runtime/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.birt:org.eclipse.birt.example >-------------- [INFO] Building org.eclipse.birt.example 4.13.0-SNAPSHOT [153/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.13.0.v202305251813 [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.6: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.6/org.jacoco.agent-0.8.6-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.13.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.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ 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.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.example/target/org.eclipse.birt.example-4.13.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.6: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.6/org.jacoco.agent-0.8.6-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.6:report (jacoco-report) @ org.eclipse.birt.example --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.example --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.report.designer.samplereports >--- [INFO] Building org.eclipse.birt.report.designer.samplereports 4.13.0-SNAPSHOT [154/288] [INFO] from UI/org.eclipse.birt.report.designer.samplereports/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.samplereports --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Resolving class path of org.eclipse.birt.report.designer.samplereports... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.samplereports --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.samplereports/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.samplereports/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.samplereports --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.samplereports/target/org.eclipse.birt.report.designer.samplereports-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.samplereports/target/org.eclipse.birt.report.designer.samplereports-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.samplereports/target/org.eclipse.birt.report.designer.samplereports-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.samplereports/target/org.eclipse.birt.report.designer.samplereports-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.samplereports --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.samplereports/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.samplereports --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.samplereports/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.samplesview >-- [INFO] Building org.eclipse.birt.report.designer.ui.samplesview 4.13.0-SNAPSHOT [155/288] [INFO] from UI/org.eclipse.birt.report.designer.ui.samplesview/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.samplesview... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samplesview/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samplesview/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samplesview/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.samplesview --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samplesview/target/org.eclipse.birt.report.designer.ui.samplesview-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samplesview/target/org.eclipse.birt.report.designer.ui.samplesview-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samplesview/target/org.eclipse.birt.report.designer.ui.samplesview-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samplesview/target/org.eclipse.birt.report.designer.ui.samplesview-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samplesview/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.samplesview --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samplesview/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.samples.ide >-- [INFO] Building org.eclipse.birt.report.designer.ui.samples.ide 4.13.0-SNAPSHOT [156/288] [INFO] from UI/org.eclipse.birt.report.designer.ui.samples.ide/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.samples.ide... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samples.ide/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.samples.ide --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/org.eclipse.birt.report.designer.ui.samples.ide-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/org.eclipse.birt.report.designer.ui.samples.ide-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/org.eclipse.birt.report.designer.ui.samples.ide-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/org.eclipse.birt.report.designer.ui.samples.ide-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.samples.ide --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.samples.rcp >-- [INFO] Building org.eclipse.birt.report.designer.ui.samples.rcp 4.13.0-SNAPSHOT [157/288] [INFO] from UI/org.eclipse.birt.report.designer.ui.samples.rcp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.samples.rcp... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samples.rcp/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/org.eclipse.birt.report.designer.ui.samples.rcp-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/org.eclipse.birt.report.designer.ui.samples.rcp-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/org.eclipse.birt.report.designer.ui.samples.rcp-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/org.eclipse.birt.report.designer.ui.samples.rcp-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.features:org.eclipse.birt.example >--------- [INFO] Building org.eclipse.birt.example 4.13.0-SNAPSHOT [158/288] [INFO] from features/org.eclipse.birt.example.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.example --- [INFO] Deleting /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.example.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.example --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.example --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.example --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6: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.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.example.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.example --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.example --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.example.feature/target/org.eclipse.birt.example-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.example --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.example --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.example.feature/target/org.eclipse.birt.example-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.eclipse.birt.example --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.example.feature/target/org.eclipse.birt.example-4.13.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.example --- [INFO] [INFO] --- jacoco:0.8.6: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.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.example.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.example --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.example --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.example --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.example.feature/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt:org.eclipse.birt.integration.wtp.ui >-------- [INFO] Building org.eclipse.birt.integration.wtp.ui 4.13.0-SNAPSHOT [159/288] [INFO] from viewer/org.eclipse.birt.integration.wtp.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.integration.wtp.ui --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Resolving class path of org.eclipse.birt.integration.wtp.ui... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.integration.wtp.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.integration.wtp.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.integration.wtp.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.integration.wtp.ui/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.integration.wtp.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.integration.wtp.ui/target/org.eclipse.birt.integration.wtp.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.integration.wtp.ui/birtwtp.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.integration.wtp.ui/target/org.eclipse.birt.integration.wtp.ui-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.integration.wtp.ui/target/org.eclipse.birt.integration.wtp.ui-4.13.0-SNAPSHOT.jar_unpacked_17920138924266119303/birtwtp.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.integration.wtp.ui/target/org.eclipse.birt.integration.wtp.ui-4.13.0-SNAPSHOT.jar_unpacked_17920138924266119303/birtwtp.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.integration.wtp.ui/target/org.eclipse.birt.integration.wtp.ui-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.integration.wtp.ui/target/org.eclipse.birt.integration.wtp.ui-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.integration.wtp.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.integration.wtp.ui/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.integration.wtp.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.integration.wtp.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.integration.wtp.ui/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt.features:org.eclipse.birt.integration.wtp >----- [INFO] Building org.eclipse.birt.integration.wtp 4.13.0-SNAPSHOT [160/288] [INFO] from features/org.eclipse.birt.integration.wtp.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.integration.wtp --- [INFO] Deleting /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.integration.wtp.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.integration.wtp --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.integration.wtp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.integration.wtp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.integration.wtp --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.integration.wtp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.integration.wtp.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.integration.wtp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.integration.wtp --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.integration.wtp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.integration.wtp --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.integration.wtp.feature/target/org.eclipse.birt.integration.wtp-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.integration.wtp --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.integration.wtp --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.integration.wtp --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.integration.wtp.feature/target/org.eclipse.birt.integration.wtp-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.eclipse.birt.integration.wtp --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.integration.wtp.feature/target/org.eclipse.birt.integration.wtp-4.13.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.integration.wtp --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.integration.wtp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.integration.wtp.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.integration.wtp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.integration.wtp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.integration.wtp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.integration.wtp.feature/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.integration.wtp.ui.nl1 >----- [INFO] Building org.eclipse.birt.integration.wtp.ui.nl1 4.13.0-SNAPSHOT [161/288] [INFO] from nl/org.eclipse.birt.integration.wtp.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.integration.wtp.ui.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.integration.wtp.ui.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.integration.wtp.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 12 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.integration.wtp.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.integration.wtp.ui.nl [INFO] [native2ascii] Converting 4 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.integration.wtp.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.integration.wtp.ui.nl [INFO] [native2ascii] Converting 4 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.integration.wtp.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.integration.wtp.ui.nl [INFO] [native2ascii] Converting 4 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.integration.wtp.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.integration.wtp.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.integration.wtp.ui.nl/target/org.eclipse.birt.integration.wtp.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.integration.wtp.ui.nl/target/org.eclipse.birt.integration.wtp.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.integration.wtp.ui.nl/target/org.eclipse.birt.integration.wtp.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.integration.wtp.ui.nl/target/org.eclipse.birt.integration.wtp.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.integration.wtp.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.integration.wtp.ui.nl/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.nl:org.eclipse.birt.resources.nl1 >--------- [INFO] Building org.eclipse.birt.resources.nl1 4.13.0-SNAPSHOT [162/288] [INFO] from nl/org.eclipse.birt.resources.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.resources.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.resources.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.resources.nl1 --- [INFO] Resolving class path of org.eclipse.birt.resources.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.resources.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.resources.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.resources.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.resources.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.resources.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.resources.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.resources.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.resources.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.resources.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.resources.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.resources.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.resources.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.resources.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.resources.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.resources.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.resources.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.resources.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.resources.nl/target/org.eclipse.birt.resources.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.resources.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.resources.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.resources.nl/target/org.eclipse.birt.resources.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.resources.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.resources.nl/target/org.eclipse.birt.resources.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.resources.nl/target/org.eclipse.birt.resources.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.resources.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.resources.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.resources.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.resources.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.resources.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.resources.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.resources.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.resources.nl/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.nl1 >---- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.nl1 4.13.0-SNAPSHOT [163/288] [INFO] from nl/org.eclipse.birt.report.data.oda.jdbc.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.nl/target/org.eclipse.birt.report.data.oda.jdbc.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.nl/target/org.eclipse.birt.report.data.oda.jdbc.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.nl/target/org.eclipse.birt.report.data.oda.jdbc.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.nl/target/org.eclipse.birt.report.data.oda.jdbc.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.ui.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.ui.nl1 4.13.0-SNAPSHOT [164/288] [INFO] from nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.ui.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/target/org.eclipse.birt.report.data.oda.jdbc.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/target/org.eclipse.birt.report.data.oda.jdbc.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/target/org.eclipse.birt.report.data.oda.jdbc.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/target/org.eclipse.birt.report.data.oda.jdbc.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.sampledb.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.sampledb.nl1 4.13.0-SNAPSHOT [165/288] [INFO] from nl/org.eclipse.birt.report.data.oda.sampledb.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.sampledb.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.nl/target/org.eclipse.birt.report.data.oda.sampledb.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.nl/target/org.eclipse.birt.report.data.oda.sampledb.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.nl/target/org.eclipse.birt.report.data.oda.sampledb.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.nl/target/org.eclipse.birt.report.data.oda.sampledb.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.sampledb.ui.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.sampledb.ui.nl1 4.13.0-SNAPSHOT [166/288] [INFO] from nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.sampledb.ui.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/target/org.eclipse.birt.report.data.oda.sampledb.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/target/org.eclipse.birt.report.data.oda.sampledb.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/target/org.eclipse.birt.report.data.oda.sampledb.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/target/org.eclipse.birt.report.data.oda.sampledb.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.xml.nl1 >---- [INFO] Building org.eclipse.birt.report.data.oda.xml.nl1 4.13.0-SNAPSHOT [167/288] [INFO] from nl/org.eclipse.birt.report.data.oda.xml.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.xml.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.nl/target/org.eclipse.birt.report.data.oda.xml.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.nl/target/org.eclipse.birt.report.data.oda.xml.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.nl/target/org.eclipse.birt.report.data.oda.xml.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.nl/target/org.eclipse.birt.report.data.oda.xml.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.xml.ui.nl1 >--- [INFO] Building org.eclipse.birt.report.data.oda.xml.ui.nl1 4.13.0-SNAPSHOT [168/288] [INFO] from nl/org.eclipse.birt.report.data.oda.xml.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.xml.ui.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [WARNING] Bundle-Name header not found in /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/target/org.eclipse.birt.report.data.oda.xml.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/target/org.eclipse.birt.report.data.oda.xml.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/target/org.eclipse.birt.report.data.oda.xml.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/target/org.eclipse.birt.report.data.oda.xml.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt.nl:org.eclipse.birt.report.debug.core.nl1 >----- [INFO] Building org.eclipse.birt.report.debug.core.nl1 4.13.0-SNAPSHOT [169/288] [INFO] from nl/org.eclipse.birt.report.debug.core.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.debug.core.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.core.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.core.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.core.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.core.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.core.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.core.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.core.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.debug.core.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.core.nl/target/org.eclipse.birt.report.debug.core.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.debug.core.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.core.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.core.nl/target/org.eclipse.birt.report.debug.core.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.core.nl/target/org.eclipse.birt.report.debug.core.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.core.nl/target/org.eclipse.birt.report.debug.core.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.core.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.debug.core.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.core.nl/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt.nl:org.eclipse.birt.report.debug.ui.nl1 >------ [INFO] Building org.eclipse.birt.report.debug.ui.nl1 4.13.0-SNAPSHOT [170/288] [INFO] from nl/org.eclipse.birt.report.debug.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.debug.ui.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.ui.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.debug.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.ui.nl/target/org.eclipse.birt.report.debug.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.ui.nl/target/org.eclipse.birt.report.debug.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.ui.nl/target/org.eclipse.birt.report.debug.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.ui.nl/target/org.eclipse.birt.report.debug.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.debug.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.debug.ui.nl/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt.nl:org.eclipse.birt.report.designer.core.nl1 >---- [INFO] Building org.eclipse.birt.report.designer.core.nl1 4.13.0-SNAPSHOT [171/288] [INFO] from nl/org.eclipse.birt.report.designer.core.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.core.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.core.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.core.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.core.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.core.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.core.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.core.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.core.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.core.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.core.nl/target/org.eclipse.birt.report.designer.core.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.core.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.core.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.core.nl/target/org.eclipse.birt.report.designer.core.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.core.nl/target/org.eclipse.birt.report.designer.core.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.core.nl/target/org.eclipse.birt.report.designer.core.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.core.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.core.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.core.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.editors.schematic.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.editors.schematic.nl1 4.13.0-SNAPSHOT [172/288] [INFO] from nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editors.schematic.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/target/org.eclipse.birt.report.designer.ui.editors.schematic.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/target/org.eclipse.birt.report.designer.ui.editors.schematic.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/target/org.eclipse.birt.report.designer.ui.editors.schematic.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/target/org.eclipse.birt.report.designer.ui.editors.schematic.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.ide.nl1 >--- [INFO] Building org.eclipse.birt.report.designer.ui.ide.nl1 4.13.0-SNAPSHOT [173/288] [INFO] from nl/org.eclipse.birt.report.designer.ui.ide.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.ide.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.ide.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.ide.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.ide.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.ide.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.ide.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.ide.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.ide.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.ide.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.ide.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.ide.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.ide.nl/target/org.eclipse.birt.report.designer.ui.ide.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.ide.nl/target/org.eclipse.birt.report.designer.ui.ide.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.ide.nl/target/org.eclipse.birt.report.designer.ui.ide.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.ide.nl/target/org.eclipse.birt.report.designer.ui.ide.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.ide.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.ide.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.lib.explorer.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.lib.explorer.nl1 4.13.0-SNAPSHOT [174/288] [INFO] from nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.lib.explorer.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/target/org.eclipse.birt.report.designer.ui.lib.explorer.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/target/org.eclipse.birt.report.designer.ui.lib.explorer.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/target/org.eclipse.birt.report.designer.ui.lib.explorer.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/target/org.eclipse.birt.report.designer.ui.lib.explorer.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.lib.nl1 >--- [INFO] Building org.eclipse.birt.report.designer.ui.lib.nl1 4.13.0-SNAPSHOT [175/288] [INFO] from nl/org.eclipse.birt.report.designer.ui.lib.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.lib.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.nl/target/org.eclipse.birt.report.designer.ui.lib.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.nl/target/org.eclipse.birt.report.designer.ui.lib.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.nl/target/org.eclipse.birt.report.designer.ui.lib.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.nl/target/org.eclipse.birt.report.designer.ui.lib.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.lib.nl/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.nl1 >----- [INFO] Building org.eclipse.birt.report.designer.ui.nl1 4.13.0-SNAPSHOT [176/288] [INFO] from nl/org.eclipse.birt.report.designer.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.nl/target/org.eclipse.birt.report.designer.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.nl/target/org.eclipse.birt.report.designer.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.nl/target/org.eclipse.birt.report.designer.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.nl/target/org.eclipse.birt.report.designer.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.nl/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt.nl:org.eclipse.birt.report.engine.nl1 >------- [INFO] Building org.eclipse.birt.report.engine.nl1 4.13.0-SNAPSHOT [177/288] [INFO] from nl/org.eclipse.birt.report.engine.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.nl/target/org.eclipse.birt.report.engine.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.nl/target/org.eclipse.birt.report.engine.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.nl/target/org.eclipse.birt.report.engine.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.nl/target/org.eclipse.birt.report.engine.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.nl/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt.nl:org.eclipse.birt.report.model.nl1 >-------- [INFO] Building org.eclipse.birt.report.model.nl1 4.13.0-SNAPSHOT [178/288] [INFO] from nl/org.eclipse.birt.report.model.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.model.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.model.nl1 --- [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.model.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.model.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.model.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.model.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.model.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.model.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.model.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.model.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 12 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.model.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.model.nl [INFO] [native2ascii] Converting 4 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.model.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.model.nl [INFO] [native2ascii] Converting 4 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.model.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.model.nl [INFO] [native2ascii] Converting 4 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.model.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.model.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.model.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.model.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.model.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.model.nl/target/org.eclipse.birt.report.model.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.model.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.model.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.model.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.model.nl/target/org.eclipse.birt.report.model.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.model.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.model.nl/target/org.eclipse.birt.report.model.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.model.nl/target/org.eclipse.birt.report.model.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.model.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.model.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.model.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.model.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.model.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.model.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.model.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.model.nl/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt.nl:org.eclipse.birt.report.viewers.nl1 >------- [INFO] Building org.eclipse.birt.report.viewers.nl1 4.13.0-SNAPSHOT [179/288] [INFO] from nl/org.eclipse.birt.report.viewer.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.viewers.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.viewer.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.viewer.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.viewer.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.viewer.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.viewer.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.viewer.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.viewer.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.viewer.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.viewer.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.viewer.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.viewers.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.viewer.nl/target/org.eclipse.birt.report.viewers.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.viewer.nl/target/org.eclipse.birt.report.viewers.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.viewer.nl/target/org.eclipse.birt.report.viewers.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.viewer.nl/target/org.eclipse.birt.report.viewers.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.viewer.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.viewers.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.viewer.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.item.crosstab.core.nl1 >-- [INFO] Building org.eclipse.birt.report.item.crosstab.core.nl1 4.13.0-SNAPSHOT [180/288] [INFO] from nl/org.eclipse.birt.report.item.crosstab.core.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.item.crosstab.core.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.core.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.core.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.core.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.core.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.core.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.core.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.core.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.core.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.core.nl/target/org.eclipse.birt.report.item.crosstab.core.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.core.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.core.nl/target/org.eclipse.birt.report.item.crosstab.core.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.core.nl/target/org.eclipse.birt.report.item.crosstab.core.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.core.nl/target/org.eclipse.birt.report.item.crosstab.core.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.core.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.core.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.item.crosstab.ui.nl1 >-- [INFO] Building org.eclipse.birt.report.item.crosstab.ui.nl1 4.13.0-SNAPSHOT [181/288] [INFO] from nl/org.eclipse.birt.report.item.crosstab.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.item.crosstab.ui.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.ui.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.ui.nl/target/org.eclipse.birt.report.item.crosstab.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.ui.nl/target/org.eclipse.birt.report.item.crosstab.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.ui.nl/target/org.eclipse.birt.report.item.crosstab.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.ui.nl/target/org.eclipse.birt.report.item.crosstab.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.item.crosstab.ui.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 4.13.0-SNAPSHOT [182/288] [INFO] from nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/target/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/target/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/target/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/target/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.views.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.views.nl1 4.13.0-SNAPSHOT [183/288] [INFO] from nl/org.eclipse.birt.report.designer.ui.views.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.views.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.views.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.views.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.views.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.views.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.views.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.views.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.views.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.views.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.views.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.views.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.views.nl/target/org.eclipse.birt.report.designer.ui.views.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.views.nl/target/org.eclipse.birt.report.designer.ui.views.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.views.nl/target/org.eclipse.birt.report.designer.ui.views.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.views.nl/target/org.eclipse.birt.report.designer.ui.views.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.views.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.views.nl/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.report.data.adapter.nl1 >---- [INFO] Building org.eclipse.birt.report.data.adapter.nl1 4.13.0-SNAPSHOT [184/288] [INFO] from nl/org.eclipse.birt.report.data.adapter.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.adapter.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.adapter.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.adapter.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.adapter.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.adapter.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.adapter.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.adapter.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.adapter.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.adapter.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.adapter.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.adapter.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.adapter.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.adapter.nl/target/org.eclipse.birt.report.data.adapter.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.adapter.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.adapter.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.adapter.nl/target/org.eclipse.birt.report.data.adapter.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.adapter.nl/target/org.eclipse.birt.report.data.adapter.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.adapter.nl/target/org.eclipse.birt.report.data.adapter.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.adapter.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.adapter.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.adapter.nl/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.designer.ui.preview >---- [INFO] Building org.eclipse.birt.report.designer.ui.preview 4.13.0-SNAPSHOT [185/288] [INFO] from UI/org.eclipse.birt.report.designer.ui.preview/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.preview... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.preview --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview/target/org.eclipse.birt.report.designer.ui.preview-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview/target/org.eclipse.birt.report.designer.ui.preview-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview/target/org.eclipse.birt.report.designer.ui.preview-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview/target/org.eclipse.birt.report.designer.ui.preview-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.preview --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.preview.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.preview.nl1 4.13.0-SNAPSHOT [186/288] [INFO] from nl/org.eclipse.birt.report.designer.ui.preview.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.preview.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.nl/target/org.eclipse.birt.report.designer.ui.preview.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.nl/target/org.eclipse.birt.report.designer.ui.preview.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.nl/target/org.eclipse.birt.report.designer.ui.preview.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.nl/target/org.eclipse.birt.report.designer.ui.preview.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.preview.web.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.preview.web.nl1 4.13.0-SNAPSHOT [187/288] [INFO] from nl/org.eclipse.birt.report.designer.ui.preview.web.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.preview.web.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/target/org.eclipse.birt.report.designer.ui.preview.web.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/target/org.eclipse.birt.report.designer.ui.preview.web.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/target/org.eclipse.birt.report.designer.ui.preview.web.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/target/org.eclipse.birt.report.designer.ui.preview.web.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.cubebuilder.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.cubebuilder.nl1 4.13.0-SNAPSHOT [188/288] [INFO] from nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.cubebuilder.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/target/org.eclipse.birt.report.designer.ui.cubebuilder.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/target/org.eclipse.birt.report.designer.ui.cubebuilder.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/target/org.eclipse.birt.report.designer.ui.cubebuilder.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/target/org.eclipse.birt.report.designer.ui.cubebuilder.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.dataextraction.csv.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.dataextraction.csv.nl1 4.13.0-SNAPSHOT [189/288] [INFO] from nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.dataextraction.csv.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/target/org.eclipse.birt.report.engine.dataextraction.csv.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/target/org.eclipse.birt.report.engine.dataextraction.csv.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/target/org.eclipse.birt.report.engine.dataextraction.csv.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/target/org.eclipse.birt.report.engine.dataextraction.csv.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.editor.script.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.editor.script.nl1 4.13.0-SNAPSHOT [190/288] [INFO] from nl/org.eclipse.birt.report.designer.ui.editor.script.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editor.script.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/target/org.eclipse.birt.report.designer.ui.editor.script.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/target/org.eclipse.birt.report.designer.ui.editor.script.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/target/org.eclipse.birt.report.designer.ui.editor.script.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/target/org.eclipse.birt.report.designer.ui.editor.script.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 4.13.0-SNAPSHOT [191/288] [INFO] from nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 4.13.0-SNAPSHOT [192/288] [INFO] from nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 4.13.0-SNAPSHOT [193/288] [INFO] from nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.editors.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.editors.nl1 4.13.0-SNAPSHOT [194/288] [INFO] from nl/org.eclipse.birt.report.designer.ui.editors.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editors.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.nl/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.nl/target/org.eclipse.birt.report.designer.ui.editors.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.nl/target/org.eclipse.birt.report.designer.ui.editors.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.nl/target/org.eclipse.birt.report.designer.ui.editors.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.nl/target/org.eclipse.birt.report.designer.ui.editors.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.editors.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.dataextraction.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.dataextraction.nl1 4.13.0-SNAPSHOT [195/288] [INFO] from nl/org.eclipse.birt.report.engine.dataextraction.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.dataextraction.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.nl/target/org.eclipse.birt.report.engine.dataextraction.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.nl/target/org.eclipse.birt.report.engine.dataextraction.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.nl/target/org.eclipse.birt.report.engine.dataextraction.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.nl/target/org.eclipse.birt.report.engine.dataextraction.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.dataextraction.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.excel.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.excel.nl1 4.13.0-SNAPSHOT [196/288] [INFO] from nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.excel.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/target/org.eclipse.birt.report.engine.emitter.config.excel.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/target/org.eclipse.birt.report.engine.emitter.config.excel.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/target/org.eclipse.birt.report.engine.emitter.config.excel.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/target/org.eclipse.birt.report.engine.emitter.config.excel.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.pdf.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.pdf.nl1 4.13.0-SNAPSHOT [197/288] [INFO] from nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.pdf.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/target/org.eclipse.birt.report.engine.emitter.config.pdf.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/target/org.eclipse.birt.report.engine.emitter.config.pdf.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/target/org.eclipse.birt.report.engine.emitter.config.pdf.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/target/org.eclipse.birt.report.engine.emitter.config.pdf.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.html.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.html.nl1 4.13.0-SNAPSHOT [198/288] [INFO] from nl/org.eclipse.birt.report.engine.emitter.config.html.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.html.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/target/org.eclipse.birt.report.engine.emitter.config.html.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/target/org.eclipse.birt.report.engine.emitter.config.html.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/target/org.eclipse.birt.report.engine.emitter.config.html.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/target/org.eclipse.birt.report.engine.emitter.config.html.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.nl1 4.13.0-SNAPSHOT [199/288] [INFO] from nl/org.eclipse.birt.report.engine.emitter.config.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.nl/target/org.eclipse.birt.report.engine.emitter.config.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.nl/target/org.eclipse.birt.report.engine.emitter.config.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.nl/target/org.eclipse.birt.report.engine.emitter.config.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.nl/target/org.eclipse.birt.report.engine.emitter.config.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.ppt.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.ppt.nl1 4.13.0-SNAPSHOT [200/288] [INFO] from nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.ppt.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/target/org.eclipse.birt.report.engine.emitter.config.ppt.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/target/org.eclipse.birt.report.engine.emitter.config.ppt.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/target/org.eclipse.birt.report.engine.emitter.config.ppt.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/target/org.eclipse.birt.report.engine.emitter.config.ppt.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.postscript.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.postscript.nl1 4.13.0-SNAPSHOT [201/288] [INFO] from nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.postscript.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/target/org.eclipse.birt.report.engine.emitter.config.postscript.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/target/org.eclipse.birt.report.engine.emitter.config.postscript.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/target/org.eclipse.birt.report.engine.emitter.config.postscript.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/target/org.eclipse.birt.report.engine.emitter.config.postscript.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.wpml.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.wpml.nl1 4.13.0-SNAPSHOT [202/288] [INFO] from nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.wpml.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/target/org.eclipse.birt.report.engine.emitter.config.wpml.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/target/org.eclipse.birt.report.engine.emitter.config.wpml.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/target/org.eclipse.birt.report.engine.emitter.config.wpml.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/target/org.eclipse.birt.report.engine.emitter.config.wpml.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.bidi.utils.nl1 >--- [INFO] Building org.eclipse.birt.report.data.bidi.utils.nl1 4.13.0-SNAPSHOT [203/288] [INFO] from nl/org.eclipse.birt.report.data.bidi.utils.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.bidi.utils.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.bidi.utils.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.bidi.utils.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.bidi.utils.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.bidi.utils.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.bidi.utils.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.bidi.utils.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.bidi.utils.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.bidi.utils.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.bidi.utils.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.bidi.utils.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.bidi.utils.nl/target/org.eclipse.birt.report.data.bidi.utils.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.bidi.utils.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.bidi.utils.nl/target/org.eclipse.birt.report.data.bidi.utils.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.bidi.utils.nl/target/org.eclipse.birt.report.data.bidi.utils.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.bidi.utils.nl/target/org.eclipse.birt.report.data.bidi.utils.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.bidi.utils.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.bidi.utils.nl/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.hive.nl1 >---- [INFO] Building org.eclipse.birt.report.data.oda.hive.nl1 4.13.0-SNAPSHOT [204/288] [INFO] from nl/org.eclipse.birt.report.data.oda.hive.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.hive.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.nl [INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.nl/target/org.eclipse.birt.report.data.oda.hive.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.nl/target/org.eclipse.birt.report.data.oda.hive.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.nl/target/org.eclipse.birt.report.data.oda.hive.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.nl/target/org.eclipse.birt.report.data.oda.hive.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.hive.ui.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.hive.ui.nl1 4.13.0-SNAPSHOT [205/288] [INFO] from nl/org.eclipse.birt.report.data.oda.hive.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.hive.ui.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/target/org.eclipse.birt.report.data.oda.hive.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/target/org.eclipse.birt.report.data.oda.hive.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/target/org.eclipse.birt.report.data.oda.hive.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/target/org.eclipse.birt.report.data.oda.hive.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.excel.nl1 >--- [INFO] Building org.eclipse.birt.report.data.oda.excel.nl1 4.13.0-SNAPSHOT [206/288] [INFO] from nl/org.eclipse.birt.report.data.oda.excel.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.excel.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.nl/target/org.eclipse.birt.report.data.oda.excel.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.nl/target/org.eclipse.birt.report.data.oda.excel.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.nl/target/org.eclipse.birt.report.data.oda.excel.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.nl/target/org.eclipse.birt.report.data.oda.excel.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.excel.ui.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.excel.ui.nl1 4.13.0-SNAPSHOT [207/288] [INFO] from nl/org.eclipse.birt.report.data.oda.excel.ui.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.excel.ui.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/target/org.eclipse.birt.report.data.oda.excel.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/target/org.eclipse.birt.report.data.oda.excel.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/target/org.eclipse.birt.report.data.oda.excel.ui.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/target/org.eclipse.birt.report.data.oda.excel.ui.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.docx.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.docx.nl1 4.13.0-SNAPSHOT [208/288] [INFO] from nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.docx.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/target/org.eclipse.birt.report.engine.emitter.config.docx.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/target/org.eclipse.birt.report.engine.emitter.config.docx.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/target/org.eclipse.birt.report.engine.emitter.config.docx.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/target/org.eclipse.birt.report.engine.emitter.config.docx.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.pptx.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.pptx.nl1 4.13.0-SNAPSHOT [209/288] [INFO] from nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.pptx.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/target/org.eclipse.birt.report.engine.emitter.config.pptx.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/target/org.eclipse.birt.report.engine.emitter.config.pptx.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/target/org.eclipse.birt.report.engine.emitter.config.pptx.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/target/org.eclipse.birt.report.engine.emitter.config.pptx.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt.features:org.eclipse.birt.nl >------------ [INFO] Building org.eclipse.birt.nl 4.13.0-SNAPSHOT [210/288] [INFO] from features/org.eclipse.birt.nl.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.nl --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.nl --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.nl --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.nl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.nl --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.nl --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.nl.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.nl --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.nl --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.nl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.nl --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.nl.feature/target/org.eclipse.birt.nl-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.nl --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.nl --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.nl --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.nl.feature/target/org.eclipse.birt.nl-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.nl --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.nl --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.nl.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.nl --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.nl --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.nl --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.nl.feature/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt.features:org.eclipse.birt.osgi.runtime.sdk >----- [INFO] Building org.eclipse.birt.osgi.runtime.sdk 4.13.0-SNAPSHOT [211/288] [INFO] from features/org.eclipse.birt.osgi.runtime.sdk/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.osgi.runtime.sdk/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.osgi.runtime.sdk/target/org.eclipse.birt.osgi.runtime.sdk-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.osgi.runtime.sdk/target/org.eclipse.birt.osgi.runtime.sdk-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.osgi.runtime.sdk/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.osgi.runtime.sdk/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.engine.testhelper >----- [INFO] Building org.eclipse.birt.report.engine.testhelper 4.13.0-SNAPSHOT [212/288] [INFO] from engine/org.eclipse.birt.report.engine.testhelper/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.testhelper --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Resolving class path of org.eclipse.birt.report.engine.testhelper... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.testhelper --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.testhelper/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.testhelper/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.testhelper/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.testhelper --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.testhelper/target/org.eclipse.birt.report.engine.testhelper-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.testhelper/enginetesthelper.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.testhelper/target/org.eclipse.birt.report.engine.testhelper-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.testhelper/target/org.eclipse.birt.report.engine.testhelper-4.13.0-SNAPSHOT.jar_unpacked_11465003532952848106/enginetesthelper.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.testhelper/target/org.eclipse.birt.report.engine.testhelper-4.13.0-SNAPSHOT.jar_unpacked_11465003532952848106/enginetesthelper.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.testhelper/target/org.eclipse.birt.report.engine.testhelper-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.testhelper/target/org.eclipse.birt.report.engine.testhelper-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.testhelper --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.testhelper/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.testhelper --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.testhelper/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.model.testhelper >------ [INFO] Building org.eclipse.birt.report.model.testhelper 4.13.0-SNAPSHOT [213/288] [INFO] from model/org.eclipse.birt.report.model.testhelper/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.testhelper --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.model.testhelper --- [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.model.testhelper --- [INFO] Resolving class path of org.eclipse.birt.report.model.testhelper... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.model.testhelper --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.testhelper/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.model.testhelper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.testhelper/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.model.testhelper --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.testhelper/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.model.testhelper --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.model.testhelper --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.model.testhelper --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.testhelper/target/org.eclipse.birt.report.model.testhelper-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.model.testhelper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.model.testhelper --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.testhelper/tests.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.testhelper/target/org.eclipse.birt.report.model.testhelper-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.model.testhelper --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.testhelper/target/org.eclipse.birt.report.model.testhelper-4.13.0-SNAPSHOT.jar_unpacked_6088143669468100448/tests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.testhelper/target/org.eclipse.birt.report.model.testhelper-4.13.0-SNAPSHOT.jar_unpacked_6088143669468100448/tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.testhelper/target/org.eclipse.birt.report.model.testhelper-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.testhelper/target/org.eclipse.birt.report.model.testhelper-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.model.testhelper --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.testhelper/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.model.testhelper --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.model.testhelper --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.model.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.model.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.model.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.testhelper/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt.features:org.eclipse.birt.testhelper >-------- [INFO] Building org.eclipse.birt.testhelper 4.13.0-SNAPSHOT [214/288] [INFO] from features/org.eclipse.birt.testhelper.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.testhelper --- [INFO] Deleting /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.testhelper.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.testhelper --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.testhelper --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.testhelper --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.testhelper --- [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.testhelper --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.testhelper.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.testhelper --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.testhelper --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.testhelper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.testhelper --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.testhelper.feature/target/org.eclipse.birt.testhelper-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.testhelper --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.testhelper --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.testhelper --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.testhelper.feature/target/org.eclipse.birt.testhelper-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.eclipse.birt.testhelper --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.testhelper.feature/target/org.eclipse.birt.testhelper-4.13.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.testhelper --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.testhelper --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.testhelper.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.testhelper.feature/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.tests >---- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.tests 4.13.0-SNAPSHOT [215/288] [INFO] from data/org.eclipse.birt.report.data.oda.jdbc.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.tests... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/org.eclipse.birt.report.data.oda.jdbc.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.tests/odajdbctests.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/org.eclipse.birt.report.data.oda.jdbc.tests-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/org.eclipse.birt.report.data.oda.jdbc.tests-4.13.0-SNAPSHOT.jar_unpacked_3810480338503736384/odajdbctests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/org.eclipse.birt.report.data.oda.jdbc.tests-4.13.0-SNAPSHOT.jar_unpacked_3810480338503736384/odajdbctests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/org.eclipse.birt.report.data.oda.jdbc.tests-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/org.eclipse.birt.report.data.oda.jdbc.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.report.designer.tests >------- [INFO] Building org.eclipse.birt.report.designer.tests 4.13.0-SNAPSHOT [216/288] [INFO] from UI/org.eclipse.birt.report.designer.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.tests --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.tests --- [INFO] Resolving class path of org.eclipse.birt.report.designer.tests... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.tests/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.tests --- [INFO] Compiling 64 source files to /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.tests/target/org.eclipse.birt.report.designer.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.tests/designertests.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.tests/target/org.eclipse.birt.report.designer.tests-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.tests/target/org.eclipse.birt.report.designer.tests-4.13.0-SNAPSHOT.jar_unpacked_12814733431287151206/designertests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.tests/target/org.eclipse.birt.report.designer.tests-4.13.0-SNAPSHOT.jar_unpacked_12814733431287151206/designertests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.tests/target/org.eclipse.birt.report.designer.tests-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.tests/target/org.eclipse.birt.report.designer.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.tests --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.designer.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.tests/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.html.tests >-- [INFO] Building org.eclipse.birt.report.engine.emitter.html.tests 4.13.0-SNAPSHOT [217/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.html.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.html.tests... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.html.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/org.eclipse.birt.report.engine.emitter.html.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.html.tests/emitterhtmltests.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/org.eclipse.birt.report.engine.emitter.html.tests-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/org.eclipse.birt.report.engine.emitter.html.tests-4.13.0-SNAPSHOT.jar_unpacked_9543500619979954195/emitterhtmltests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/org.eclipse.birt.report.engine.emitter.html.tests-4.13.0-SNAPSHOT.jar_unpacked_9543500619979954195/emitterhtmltests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/org.eclipse.birt.report.engine.emitter.html.tests-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/org.eclipse.birt.report.engine.emitter.html.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pdf.tests >-- [INFO] Building org.eclipse.birt.report.engine.emitter.pdf.tests 4.13.0-SNAPSHOT [218/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.pdf.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.pdf.tests... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/org.eclipse.birt.report.engine.emitter.pdf.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/emitterpdf.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/org.eclipse.birt.report.engine.emitter.pdf.tests-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/org.eclipse.birt.report.engine.emitter.pdf.tests-4.13.0-SNAPSHOT.jar_unpacked_2165241492181331692/emitterpdf.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/org.eclipse.birt.report.engine.emitter.pdf.tests-4.13.0-SNAPSHOT.jar_unpacked_2165241492181331692/emitterpdf.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/org.eclipse.birt.report.engine.emitter.pdf.tests-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/org.eclipse.birt.report.engine.emitter.pdf.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.postscript.tests >-- [INFO] Building org.eclipse.birt.report.engine.emitter.postscript.tests 4.13.0-SNAPSHOT [219/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.postscript.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.postscript.tests... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/org.eclipse.birt.report.engine.emitter.postscript.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/emitterpostscript.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/org.eclipse.birt.report.engine.emitter.postscript.tests-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/org.eclipse.birt.report.engine.emitter.postscript.tests-4.13.0-SNAPSHOT.jar_unpacked_9001001807135215825/emitterpostscript.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/org.eclipse.birt.report.engine.emitter.postscript.tests-4.13.0-SNAPSHOT.jar_unpacked_9001001807135215825/emitterpostscript.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/org.eclipse.birt.report.engine.emitter.postscript.tests-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/org.eclipse.birt.report.engine.emitter.postscript.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.prototype.excel.tests >-- [INFO] Building org.eclipse.birt.report.engine.emitter.prototype.excel.tests 4.13.0-SNAPSHOT [220/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.prototype.excel.tests... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/org.eclipse.birt.report.engine.emitter.prototype.excel.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/emitterexceltests.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/org.eclipse.birt.report.engine.emitter.prototype.excel.tests-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/org.eclipse.birt.report.engine.emitter.prototype.excel.tests-4.13.0-SNAPSHOT.jar_unpacked_14472372309861472616/emitterexceltests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/org.eclipse.birt.report.engine.emitter.prototype.excel.tests-4.13.0-SNAPSHOT.jar_unpacked_14472372309861472616/emitterexceltests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/org.eclipse.birt.report.engine.emitter.prototype.excel.tests-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/org.eclipse.birt.report.engine.emitter.prototype.excel.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.engine.tests >-------- [INFO] Building org.eclipse.birt.report.engine.tests 4.13.0-SNAPSHOT [221/288] [INFO] from engine/org.eclipse.birt.report.engine.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.tests --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.tests --- [INFO] Resolving class path of org.eclipse.birt.report.engine.tests... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.tests/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.tests --- [INFO] Compiling 184 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.tests/target/org.eclipse.birt.report.engine.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.tests/reportenginetests.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.tests/target/org.eclipse.birt.report.engine.tests-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.tests/target/org.eclipse.birt.report.engine.tests-4.13.0-SNAPSHOT.jar_unpacked_10674026590087710287/reportenginetests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.tests/target/org.eclipse.birt.report.engine.tests-4.13.0-SNAPSHOT.jar_unpacked_10674026590087710287/reportenginetests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.tests/target/org.eclipse.birt.report.engine.tests-4.13.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.tests/target/org.eclipse.birt.report.engine.tests-4.13.0-SNAPSHOT-sources.jar_unpacked_7741593959287649016/org/eclipse/birt/report/engine/api/script/script.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.tests/target/org.eclipse.birt.report.engine.tests-4.13.0-SNAPSHOT-sources.jar_unpacked_7741593959287649016/org/eclipse/birt/report/engine/api/script/script.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.tests/target/org.eclipse.birt.report.engine.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.tests --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.engine.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.tests/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.model.adapter.oda.tests >-- [INFO] Building org.eclipse.birt.report.model.adapter.oda.tests 4.13.0-SNAPSHOT [222/288] [INFO] from model/org.eclipse.birt.report.model.adapter.oda.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] Resolving class path of org.eclipse.birt.report.model.adapter.oda.tests... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.adapter.oda.tests/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.adapter.oda.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.adapter.oda.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.adapter.oda.tests/target/org.eclipse.birt.report.model.adapter.oda.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.adapter.oda.tests/modeladapterodatests.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.adapter.oda.tests/target/org.eclipse.birt.report.model.adapter.oda.tests-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.adapter.oda.tests/target/org.eclipse.birt.report.model.adapter.oda.tests-4.13.0-SNAPSHOT.jar_unpacked_5545570179140636964/modeladapterodatests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.adapter.oda.tests/target/org.eclipse.birt.report.model.adapter.oda.tests-4.13.0-SNAPSHOT.jar_unpacked_5545570179140636964/modeladapterodatests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.adapter.oda.tests/target/org.eclipse.birt.report.model.adapter.oda.tests-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.adapter.oda.tests/target/org.eclipse.birt.report.model.adapter.oda.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.adapter.oda.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.adapter.oda.tests/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.model.testresources >---- [INFO] Building org.eclipse.birt.report.model.testresources 4.13.0-SNAPSHOT [223/288] [INFO] from model/org.eclipse.birt.report.model.testresources/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.testresources --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.model.testresources --- [INFO] Resolving class path of org.eclipse.birt.report.model.testresources... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.model.testresources --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.testresources/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.model.testresources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.testresources/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.model.testresources --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.model.testresources --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.model.testresources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.model.testresources --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.testresources/target/org.eclipse.birt.report.model.testresources-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.model.testresources --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.testresources/target/org.eclipse.birt.report.model.testresources-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.model.testresources --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.testresources/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.model.testresources --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.model.testresources --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.model.testresources --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.model.testresources --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.model.testresources --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.testresources/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt:org.eclipse.birt.report.modelextension.tests >---- [INFO] Building org.eclipse.birt.report.modelextension.tests 4.13.0-SNAPSHOT [224/288] [INFO] from model/org.eclipse.birt.report.modelextension.tests/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.modelextension.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.modelextension.tests --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.modelextension.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.modelextension.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Resolving class path of org.eclipse.birt.report.modelextension.tests... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.modelextension.tests --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.modelextension.tests/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.modelextension.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.modelextension.tests/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.modelextension.tests --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.modelextension.tests/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.modelextension.tests --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.modelextension.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.modelextension.tests/target/org.eclipse.birt.report.modelextension.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.modelextension.tests/target/org.eclipse.birt.report.modelextension.tests-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.modelextension.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.modelextension.tests/target/org.eclipse.birt.report.modelextension.tests-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.modelextension.tests/target/org.eclipse.birt.report.modelextension.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.modelextension.tests --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.modelextension.tests --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.modelextension.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.modelextension.tests --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.modelextension.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.modelextension.tests/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt:org.eclipse.birt.report.model.tests >-------- [INFO] Building org.eclipse.birt.report.model.tests 4.13.0-SNAPSHOT [225/288] [INFO] from model/org.eclipse.birt.report.model.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.model.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.tests --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.model.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.model.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.model.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.model.tests --- [INFO] Resolving class path of org.eclipse.birt.report.model.tests... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.model.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.tests/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.model.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.model.tests --- [INFO] Compiling 273 source files to /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.model.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.model.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.tests/target/org.eclipse.birt.report.model.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.model.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.model.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.tests/modeltests.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.tests/target/org.eclipse.birt.report.model.tests-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.tests --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.model.tests --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.model.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.model.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.model.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.model.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.model.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/model/org.eclipse.birt.report.model.tests/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt:org.eclipse.birt.report.tests.chart >-------- [INFO] Building org.eclipse.birt.report.tests.chart 4.13.0-SNAPSHOT [226/288] [INFO] from testsuites/org.eclipse.birt.report.tests.chart/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.tests.chart --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.tests.chart --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.tests.chart --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.tests.chart --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.tests.chart --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.tests.chart --- [INFO] Resolving class path of org.eclipse.birt.report.tests.chart... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.tests.chart --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.chart/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.tests.chart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.chart/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.tests.chart --- [INFO] Compiling 149 source files to /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.chart/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.tests.chart --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.tests.chart --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.tests.chart --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.chart/target/org.eclipse.birt.report.tests.chart-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.tests.chart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.tests.chart --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.chart/test-chart.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.chart/target/org.eclipse.birt.report.tests.chart-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.tests.chart --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.tests.chart --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.chart/target/org.eclipse.birt.report.tests.chart-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.chart/target/org.eclipse.birt.report.tests.chart-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.tests.chart --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.tests.chart --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.chart/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.tests.chart --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.tests.chart --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.tests.chart --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.tests.chart --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.chart/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt.testsuites:org.eclipse.birt.testsuites-parent >--- [INFO] Building org.eclipse.birt.testsuites-parent 4.13.0-SNAPSHOT [227/288] [INFO] from testsuites/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.testsuites-parent --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.testsuites-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/testsuites/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.testsuites-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.testsuites-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.testsuites-parent --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.testsuites-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/testsuites/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.testsuites-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.testsuites-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.testsuites-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/testsuites/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.tests.engine >-------- [INFO] Building org.eclipse.birt.report.tests.engine 4.13.0-SNAPSHOT [228/288] [INFO] from testsuites/org.eclipse.birt.report.tests.engine/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.tests.engine --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.tests.engine --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.tests.engine --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.tests.engine --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.tests.engine --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.tests.engine --- [INFO] Resolving class path of org.eclipse.birt.report.tests.engine... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.tests.engine --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.engine/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.tests.engine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.engine/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.tests.engine --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.engine/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.tests.engine --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.tests.engine --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.tests.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.engine/target/org.eclipse.birt.report.tests.engine-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.tests.engine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.tests.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.engine/test-engine.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.engine/target/org.eclipse.birt.report.tests.engine-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.tests.engine --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.tests.engine --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.engine/target/org.eclipse.birt.report.tests.engine-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.engine/target/org.eclipse.birt.report.tests.engine-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.tests.engine --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.tests.engine --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.engine/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.tests.engine --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.tests.engine --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.tests.engine --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.tests.engine --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.engine/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.tests.engine.emitter.html >-- [INFO] Building org.eclipse.birt.report.tests.engine.emitter.html 4.13.0-SNAPSHOT [229/288] [INFO] from testsuites/org.eclipse.birt.report.tests.engine.emitter.html/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Resolving class path of org.eclipse.birt.report.tests.engine.emitter.html... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.tests.engine.emitter.html --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/org.eclipse.birt.report.tests.engine.emitter.html-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/org.eclipse.birt.report.tests.engine.emitter.html-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/org.eclipse.birt.report.tests.engine.emitter.html-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/org.eclipse.birt.report.tests.engine.emitter.html-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.tests.engine.emitter.html --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt:org.eclipse.birt.report.tests.model >-------- [INFO] Building org.eclipse.birt.report.tests.model 4.13.0-SNAPSHOT [230/288] [INFO] from testsuites/org.eclipse.birt.report.tests.model/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.tests.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.tests.model --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.tests.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.tests.model --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.tests.model --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.tests.model --- [INFO] Resolving class path of org.eclipse.birt.report.tests.model... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.tests.model --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.model/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.tests.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.model/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.tests.model --- [INFO] Compiling 271 source files to /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.model/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.tests.model --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.tests.model --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.tests.model --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.model/target/org.eclipse.birt.report.tests.model-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.tests.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.tests.model --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.model/tests-model.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.model/target/org.eclipse.birt.report.tests.model-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.tests.model --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.tests.model --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.tests.model --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.model/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.tests.model --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.tests.model --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.tests.model --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.tests.model --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.report.tests.model/target/jacoco.exec [INFO] [INFO] --------------< org.eclipse.birt:org.eclipse.birt.tests >--------------- [INFO] Building org.eclipse.birt.tests 4.13.0-SNAPSHOT [231/288] [INFO] from testsuites/org.eclipse.birt.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.tests --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.tests --- [INFO] Resolving class path of org.eclipse.birt.tests... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.tests --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests/target/org.eclipse.birt.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests/target/org.eclipse.birt.tests-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests/target/org.eclipse.birt.tests-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests/target/org.eclipse.birt.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.tests --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests/target/jacoco.exec [INFO] [INFO] ------------< org.eclipse.birt:org.eclipse.birt.tests.data >------------ [INFO] Building org.eclipse.birt.tests.data 4.13.0-SNAPSHOT [232/288] [INFO] from testsuites/org.eclipse.birt.tests.data/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.tests.data --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.tests.data --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.tests.data --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.tests.data --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.tests.data --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.tests.data --- [INFO] Resolving class path of org.eclipse.birt.tests.data... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.tests.data --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.data/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.tests.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.data/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.tests.data --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.data/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.tests.data --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.tests.data --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.tests.data --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.tests.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.tests.data --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.data/DtEtests.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.tests.data --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.tests.data --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.13.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.13.0-SNAPSHOT-sources.jar_unpacked_13207766877206386464/plugins/org.eclipse.birt.data.engine.odaconsumer.birtdriver/testBirtDriver.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.13.0-SNAPSHOT-sources.jar_unpacked_13207766877206386464/plugins/org.eclipse.birt.data.engine.odaconsumer.birtdriver/testBirtDriver.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.13.0-SNAPSHOT-sources.jar_unpacked_13207766877206386464/plugins/org.eclipse.birt.data.engine.odaconsumer.testdriver/testDriver.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.13.0-SNAPSHOT-sources.jar_unpacked_13207766877206386464/plugins/org.eclipse.birt.data.engine.odaconsumer.testdriver/testDriver.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.13.0-SNAPSHOT-sources.jar_unpacked_13207766877206386464/plugins/org.eclipse.birt.report.data.oda.jdbc/drivers/derby-driver.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.13.0-SNAPSHOT-sources.jar_unpacked_13207766877206386464/plugins/org.eclipse.birt.report.data.oda.jdbc/drivers/derby-driver.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.13.0-SNAPSHOT-sources.jar_unpacked_13207766877206386464/plugins/org.eclipse.birt.report.data.oda.jdbc/oda-jdbc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.13.0-SNAPSHOT-sources.jar_unpacked_13207766877206386464/plugins/org.eclipse.birt.report.data.oda.jdbc/oda-jdbc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.13.0-SNAPSHOT-sources.jar_unpacked_13207766877206386464/plugins/org.eclipse.birt.thirdparty.aggregation/aggregation.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.13.0-SNAPSHOT-sources.jar_unpacked_13207766877206386464/plugins/org.eclipse.birt.thirdparty.aggregation/aggregation.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.tests.data --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.tests.data --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.data/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.tests.data --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.tests.data --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.tests.data --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.tests.data --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/testsuites/org.eclipse.birt.tests.data/target/jacoco.exec [INFO] [INFO] ----------< org.eclipse.birt.features:org.eclipse.birt.tests >---------- [INFO] Building org.eclipse.birt.tests 4.13.0-SNAPSHOT [233/288] [INFO] from features/org.eclipse.birt.tests.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.tests --- [INFO] Deleting /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.tests.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.tests --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.tests --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.tests.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.tests --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.tests.feature/target/org.eclipse.birt.tests-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.tests.feature/target/org.eclipse.birt.tests-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.eclipse.birt.tests --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.tests.feature/target/org.eclipse.birt.tests-4.13.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.tests --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.tests --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.tests.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.tests.feature/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.features:org.eclipse.birt.wtp.nl >---------- [INFO] Building org.eclipse.birt.wtp.nl 4.13.0-SNAPSHOT [234/288] [INFO] from features/org.eclipse.birt.wtp.nl.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.wtp.nl --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.wtp.nl --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.wtp.nl --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.wtp.nl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.wtp.nl --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.wtp.nl --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.wtp.nl.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.wtp.nl --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.wtp.nl --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.wtp.nl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.wtp.nl --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.wtp.nl.feature/target/org.eclipse.birt.wtp.nl-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.wtp.nl --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.wtp.nl --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.wtp.nl --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.wtp.nl.feature/target/org.eclipse.birt.wtp.nl-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.wtp.nl --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.wtp.nl --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.wtp.nl.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.wtp.nl --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.wtp.nl --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.wtp.nl --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.wtp.nl.feature/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.report.designer.ui.rcp >------ [INFO] Building org.eclipse.birt.report.designer.ui.rcp 4.13.0-SNAPSHOT [235/288] [INFO] from UI/org.eclipse.birt.report.designer.ui.rcp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.rcp... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.rcp/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.rcp/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.rcp/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.rcp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.rcp/target/org.eclipse.birt.report.designer.ui.rcp-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.rcp/target/org.eclipse.birt.report.designer.ui.rcp-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.rcp/target/org.eclipse.birt.report.designer.ui.rcp-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.rcp/target/org.eclipse.birt.report.designer.ui.rcp-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.rcp/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.rcp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.rcp/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.rcp.nl1 >--- [INFO] Building org.eclipse.birt.report.designer.ui.rcp.nl1 4.13.0-SNAPSHOT [236/288] [INFO] from nl/org.eclipse.birt.report.designer.ui.rcp.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.rcp.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.rcp.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.rcp.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.rcp.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.rcp.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.rcp.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.rcp.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.rcp.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.rcp.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.rcp.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.rcp.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [WARNING] Bundle-Name header not found in /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.rcp.nl/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.rcp.nl/target/org.eclipse.birt.report.designer.ui.rcp.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.rcp.nl/target/org.eclipse.birt.report.designer.ui.rcp.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.rcp.nl/target/org.eclipse.birt.report.designer.ui.rcp.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.rcp.nl/target/org.eclipse.birt.report.designer.ui.rcp.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.rcp.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.rcp.nl/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.features:org.eclipse.birt.rcp.nl >---------- [INFO] Building org.eclipse.birt.rcp.nl 4.13.0-SNAPSHOT [237/288] [INFO] from features/org.eclipse.birt.rcp.nl.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.rcp.nl --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.rcp.nl --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.rcp.nl --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.rcp.nl --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.rcp.nl --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.rcp.nl --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.rcp.nl.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.rcp.nl --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.rcp.nl --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.rcp.nl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.rcp.nl --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.rcp.nl.feature/target/org.eclipse.birt.rcp.nl-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.rcp.nl --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.rcp.nl --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.rcp.nl --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.rcp.nl.feature/target/org.eclipse.birt.rcp.nl-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.rcp.nl --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.rcp.nl --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.rcp.nl.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.rcp.nl --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.rcp.nl --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.rcp.nl --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.rcp.nl.feature/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt.features:org.eclipse.birt.rcp >----------- [INFO] Building org.eclipse.birt.rcp 4.13.0-SNAPSHOT [238/288] [INFO] from features/org.eclipse.birt.rcp.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.rcp --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.rcp --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.rcp --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.rcp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.rcp --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.rcp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.rcp.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.rcp --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.rcp --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.rcp.feature/target/org.eclipse.birt.rcp-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.rcp --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.rcp --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.rcp --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.rcp.feature/target/org.eclipse.birt.rcp-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.rcp --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.rcp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.rcp.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.rcp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.rcp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.rcp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.rcp.feature/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt:org.eclipse.birt.p2updatesite >----------- [INFO] Building org.eclipse.birt.p2updatesite 4.13.0-SNAPSHOT [239/288] [INFO] from build/org.eclipse.birt.p2updatesite/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.p2updatesite --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.p2updatesite --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.birt.p2updatesite --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.p2updatesite --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.p2updatesite --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.p2updatesite/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.p2updatesite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.p2updatesite/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.birt.p2updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.eclipse.birt.p2updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Fetching org.eclipse.equinox.executable_3.8.1800.v20220720-1949.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (423.55kB) [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.birt.p2updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.birt.p2updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.birt.p2updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Fetching com.google.gson_2.9.1.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (258.82kB) [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (2.89MB) [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (3.53MB) [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (624.34kB) [INFO] Fetching com.ibm.icu_67.1.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (12.5MB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (297.81kB) [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (137.97kB) [INFO] Fetching jakarta.el_4.0.0.v20210105-0527.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (97.12kB) [INFO] Fetching jakarta.servlet_5.0.0.v20210105-0527.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (334.37kB) [INFO] Fetching jakarta.servlet.jsp_3.0.0.v20210105-0527.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (84.99kB) [INFO] Fetching junit-jupiter-api_5.9.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (198.63kB) [INFO] Fetching junit-platform-commons_1.9.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (100.3kB) [INFO] Fetching org.opentest4j_1.2.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (7.47kB) [INFO] Fetching junit-jupiter-engine_5.9.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (240.65kB) [INFO] Fetching junit-platform-engine_1.9.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (183.79kB) [INFO] Fetching junit-platform-launcher_1.9.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (165.25kB) [INFO] Fetching junit-jupiter-migrationsupport_5.9.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (27.04kB) [INFO] Fetching junit-jupiter-params_5.9.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (564.73kB) [INFO] Fetching junit-platform-runner_1.9.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (16.12kB) [INFO] Fetching junit-platform-suite-api_1.9.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (20.73kB) [INFO] Fetching junit-platform-suite-commons_1.9.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (14.94kB) [INFO] Fetching junit-platform-suite-engine_1.9.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (23.7kB) [INFO] Fetching junit-vintage-engine_5.9.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (65.33kB) [INFO] Fetching org.apache.felix.gogo.command_1.1.2.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (38.76kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.6.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (198.71kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (57.69kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5_5.1.2.v20211217-1500.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (842.59kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5_5.1.2.v20211217-1500.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (908.89kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2_5.1.2.v20211217-1500.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (253.08kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win_5.1.2.v20211217-1500.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (28.06kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1,021.45kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.15.v20220209-2345.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (354.72kB) [INFO] Fetching org.apache.wsil4j_1.0.0.v20180522-1857.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (81.16kB) [INFO] Fetching org.uddi4j_2.0.5.v200805270300.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (51.95kB) [INFO] Fetching org.apiguardian.api_1.1.2.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (6.65kB) [INFO] Fetching org.apache.batik.bridge.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (526.04kB) [INFO] Fetching org.apache.batik.css.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (319.47kB) [INFO] Fetching org.apache.batik.codec.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (112.87kB) [INFO] Fetching org.apache.batik.dom.svg.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (242.7kB) [INFO] Fetching org.apache.batik.dom.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (178.28kB) [INFO] Fetching org.apache.batik.parser.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (97.96kB) [INFO] Fetching org.apache.batik.svggen.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (269.14kB) [INFO] Fetching org.apache.batik.transcoder.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (125.69kB) [INFO] Fetching org.apache.batik.util.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (126.66kB) [INFO] Fetching org.apache.batik.xml.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (31.88kB) [INFO] Fetching org.apache.batik.ext.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (22.77kB) [INFO] Fetching org.apache.commons.codec.source_1.14.0.v20200818-1422.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (374.24kB) [INFO] Fetching org.mozilla.javascript.source_1.7.10.v20190430-1943.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (929.48kB) [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (52.19kB) [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (21.78kB) [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (89.33kB) [INFO] Fetching org.eclipse.osgi.services_3.11.0.v20220618-0838.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (48.17kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (11.31kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (20.95kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (19.87kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.iseries_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (18.35kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (65.67kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.luw_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (840.77kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (37.52kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.zseries_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (19.01kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.informix.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (33.02kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.informix_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (16.7kB) [INFO] Fetching org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (41.21kB) [INFO] Fetching org.eclipse.datatools.enablement.msft.sqlserver_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (84.7kB) [INFO] Fetching org.eclipse.datatools.enablement.mysql.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (22.9kB) [INFO] Fetching org.eclipse.datatools.enablement.mysql_1.2.102.202107071900.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (76.15kB) [INFO] Fetching org.eclipse.datatools.enablement.oda.ws_1.4.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (69.86kB) [INFO] Fetching org.eclipse.datatools.enablement.oracle.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (39.2kB) [INFO] Fetching org.eclipse.datatools.enablement.oracle_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (15.74kB) [INFO] Fetching org.eclipse.datatools.enablement.postgresql.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (14.23kB) [INFO] Fetching org.eclipse.datatools.enablement.postgresql_1.3.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (33.42kB) [INFO] Fetching org.eclipse.datatools.enablement.sap.maxdb.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (22.09kB) [INFO] Fetching org.eclipse.datatools.enablement.sap.maxdb_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (20.9kB) [INFO] Fetching org.eclipse.orbit.mongodb.source_3.2.2.v20181004-1955.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.08MB) [INFO] Fetching org.apache.derby.source_10.11.1.1_v201605202053.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (5.31MB) [INFO] Fetching org.apache.poi.source_4.1.1.v20200604-1524.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (2.44MB) [INFO] Fetching org.eclipse.compare.win32_1.2.900.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (46.25kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (92.92kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.designer.core.feature_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.93kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.template.ui_3.4.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (53.67kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.designer.feature_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.83kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.feature_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.83kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm_1.2.102.202103070014.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (295.44kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2_1.2.102.202103070014.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (289.18kB) [INFO] Fetching org.eclipse.datatools.sqltools.data.core_1.4.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (83.23kB) [INFO] Fetching org.eclipse.datatools.enablement.oda.feature_1.14.102.201911221603.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.88kB) [INFO] Fetching org.eclipse.debug.ui.launchview_1.0.300.v20220811-0741.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (88.88kB) [INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (129.01kB) [INFO] Fetching org.eclipse.jface.notifications_0.5.0.v20220401-0716.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (31.09kB) [INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (54.28kB) [INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (19.88kB) [INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (29.67kB) [INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (13.38kB) [INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (30.58kB) [INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (35.82kB) [INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (42.85kB) [INFO] Fetching org.eclipse.e4.rcp_4.25.0.v20220829-1402.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (23.01kB) [INFO] Fetching org.eclipse.e4.tools.emf.ui_4.7.300.v20220420-0901.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (1.43MB) [INFO] Fetching org.eclipse.e4.tools.services_4.9.0.v20210427-1802.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (31.95kB) [INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (127.97kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (64.2kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (26.38kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.6.1.v20211005-1944.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (19.76kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (15.43kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (19.71kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (129.12kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1800.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (27.83kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5_1.0.300.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (82.96kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.0.400.v20220109-1926.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (22.98kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.600.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (27.9kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (9.69kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (23.74kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.1800.v20220720-1949 from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/binary/ (266.5kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (28.05kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.400.v20220506-1821.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (86.25kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.300.v20220512-1321.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (45.06kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1500.v20220819-1949.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (21.51kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1700.v20220819-1949.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (20.96kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.400.v20220805-0804.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (105.26kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (18.19kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.100.v20220814-1551.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (70.34kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1700.v20220819-1949.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (20.87kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.300.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (129.58kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1700.v20220819-1949.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (20.74kB) [INFO] Fetching org.eclipse.help.ui_4.4.100.v20220619-1918.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (536.94kB) [INFO] Fetching org.eclipse.help.webapp_3.10.800.v20220714-2106.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (738.71kB) [INFO] Fetching org.eclipse.help_2.3.1100.v20220831-1800.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (21.38kB) [INFO] Fetching org.eclipse.jdt_3.18.1300.v20220831-1800.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (44.74kB) [INFO] Fetching org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (16.9kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (27.04kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.7.50.v20210914-1429.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (391.95kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.3.0.v20210618-1653.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (39.9kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.7.0.v20210620-1751.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (71.97kB) [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.1.0.v20210618-1653.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (12.61kB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.1500.v20220829-1143.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (8.11MB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.3.0.v20220609-1843.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (28.39kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.1.0.v20220715-1030.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (26.97kB) [INFO] Fetching org.eclipse.jdt_3.18.1300.v20220831-1800.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (21.54kB) [INFO] Fetching org.eclipse.jem.beaninfo_2.0.300.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (242.93kB) [INFO] Fetching org.eclipse.jem.proxy_2.1.0.v202101081429.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (663.51kB) [INFO] Fetching org.eclipse.jem.beaninfo.vm_2.1.0.v202101081429.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (45.81kB) [INFO] Fetching org.eclipse.jem.beaninfo.vm.common_2.1.0.v202101081429.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (27.84kB) [INFO] Fetching org.eclipse.jsch.core_1.4.0.v20220813-1037.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (43.17kB) [INFO] Fetching org.eclipse.jsch.ui_1.4.200.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (95.52kB) [INFO] Fetching org.eclipse.json_1.1.100.v201901071922.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (57.56kB) [INFO] Fetching org.eclipse.jst.common.annotations.ui_1.1.300.v202007170603.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (39.33kB) [INFO] Fetching org.eclipse.jst.common.fproj.enablement.jdt_3.27.0.v202208260526.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/features/ (32.12kB) [INFO] Fetching org.eclipse.jst.ejb.ui_1.1.911.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (457.29kB) [INFO] Fetching org.eclipse.jst.j2ee.webservice_1.1.800.v202204231553.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (261.79kB) [INFO] Fetching org.eclipse.jst.jee.ejb_1.0.500.v201903222025.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (59.47kB) [INFO] Fetching org.eclipse.jst.enterprise_core.feature_3.27.0.v202206160204.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/features/ (33.43kB) [INFO] Fetching org.eclipse.jst.ws_1.0.1000.v202104210249.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (123.5kB) [INFO] Fetching org.eclipse.jst.j2ee.webservice.ui_1.1.800.v202103311810.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (55.83kB) [INFO] Fetching org.eclipse.jst.ws.ui_1.1.1.v202103201626.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (61.62kB) [INFO] Fetching org.eclipse.jst.ws.uddiregistry_1.1.0.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (43.53kB) [INFO] Fetching org.eclipse.jst.ws.creation.ui_1.0.1001.v202103201626.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (227.97kB) [INFO] Fetching org.eclipse.jst.ws.consumption.ui_1.1.1100.v202111210735.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (789.06kB) [INFO] Fetching org.eclipse.jst.ws.consumption_1.0.1500.v202111210735.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (267.35kB) [INFO] Fetching org.eclipse.jst.j2ee.infopop_1.0.300.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (20.56kB) [INFO] Fetching org.eclipse.jst.jsp.ui.infopop_1.0.200.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (15.57kB) [INFO] Fetching org.eclipse.jst.servlet.ui.infopop_1.0.500.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (18.59kB) [INFO] Fetching org.eclipse.jst.ws.axis.infopop_1.0.400.v201903050508.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (14.43kB) [INFO] Fetching org.eclipse.jst.ws.consumption.infopop_1.0.400.v201903050508.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (17.24kB) [INFO] Fetching org.eclipse.jst.ws.infopop_1.0.400.v201903050508.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (13.15kB) [INFO] Fetching org.eclipse.jst.ws.creation.ejb.ui_1.0.300.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (16.14kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotations.ui_1.2.0.v202101081429.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (116.62kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotations.emitter_1.1.300.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (34.5kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotations.xdoclet_1.2.401.v202204060243.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (146.08kB) [INFO] Fetching org.eclipse.jst.j2ee.xdoclet.runtime_1.2.0.v202101081429.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (47.75kB) [INFO] Fetching org.eclipse.jst.ejb.ui.infopop_1.0.300.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (14.61kB) [INFO] Fetching org.eclipse.jst.ws.jaxrs.core_1.0.851.v202101130222.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (158.38kB) [INFO] Fetching org.eclipse.jst.ws.jaxrs.ui_1.0.801.v201906251834.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (74.91kB) [INFO] Fetching org.eclipse.jst.ws.axis.consumption.core_1.0.600.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (72.31kB) [INFO] Fetching org.eclipse.jst.ws.axis.consumption.ui_1.0.1000.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (97.9kB) [INFO] Fetching org.eclipse.jst.ws.axis.creation.ui_1.0.1100.v202111210735.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (115.24kB) [INFO] Fetching org.eclipse.jst.enterprise_ui.feature_3.27.0.v202206160204.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/features/ (21kB) [INFO] Fetching org.eclipse.jst.ejb.doc.user_1.1.301.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (116.76kB) [INFO] Fetching org.eclipse.jst.j2ee.doc.user_1.1.400.v202101072335.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (256.18kB) [INFO] Fetching org.eclipse.jst.ws.axis.ui.doc.user_1.1.200.v201903222115.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (44.62kB) [INFO] Fetching org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (535.08kB) [INFO] Fetching org.eclipse.jst.ws.doc.user_1.0.700.v201903222115.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (130.45kB) [INFO] Fetching org.eclipse.jst.enterprise_userdoc.feature_3.23.0.v202107101916.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/features/ (33.45kB) [INFO] Fetching org.eclipse.jst.jee.web_1.0.1000.v202205260129.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (42.39kB) [INFO] Fetching org.eclipse.jst.jsf.doc.user_1.5.0.v201902121810.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (2.63MB) [INFO] Fetching org.eclipse.jst.standard.schemas_1.2.400.v202101070609.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (535.78kB) [INFO] Fetching org.eclipse.jst.web_core.feature_3.27.0.v202206160204.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/features/ (33.64kB) [INFO] Fetching org.eclipse.wst.jsdt.web.support.jsp_1.1.101.v202101180039.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (19.16kB) [INFO] Fetching org.eclipse.jst.web_js_support.feature_3.27.0.v202206160204.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/features/ (33.74kB) [INFO] Fetching org.eclipse.jst.web_ui.feature_3.27.0.v202206160204.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/features/ (33.54kB) [INFO] Fetching org.eclipse.jst.web_userdoc.feature_3.6.1.v201908261515.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/features/ (33.43kB) [INFO] Fetching org.eclipse.wst.command.env_1.0.600.v202007142057.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (84.34kB) [INFO] Fetching org.eclipse.wst.command.env.core_1.1.0.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (64.37kB) [INFO] Fetching org.eclipse.wst.wsdl_1.3.0.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (443.09kB) [INFO] Fetching org.eclipse.wst.ws_1.1.600.v202007222105.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (246.02kB) [INFO] Fetching org.eclipse.wst.ws.parser_1.1.0.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (57.04kB) [INFO] Fetching org.eclipse.wst.command.env.ui_1.2.0.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (126.05kB) [INFO] Fetching org.eclipse.wst.ws.explorer_1.1.0.v202204231557.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (1.84MB) [INFO] Fetching org.eclipse.wst.ws.ui_1.2.0.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (29.04kB) [INFO] Fetching org.eclipse.wst.wsdl.validation_1.3.100.v202205160247.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (196.69kB) [INFO] Fetching org.eclipse.pde.api.tools_1.2.1000.v20220816-0925.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (934.15kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.500.v20220813-1730.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (13.28kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.700.v20220329-0844.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (514.21kB) [INFO] Fetching org.eclipse.pde.doc.user_3.14.1700.v20220831-1613.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (6.49MB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.2.500.v20220811-0944.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (142.33kB) [INFO] Fetching org.eclipse.pde.ds.core_1.2.500.v20220411-2005.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (58.78kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.2.300.v20220310-2159.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (205.14kB) [INFO] Fetching org.osgi.annotation.versioning_1.1.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (14.72kB) [INFO] Fetching org.osgi.annotation.bundle_2.0.0.202202082230.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (28.45kB) [INFO] Fetching org.osgi.service.component.annotations_1.5.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (42.09kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.6.200.v20220523-1051.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (24.02kB) [INFO] Fetching org.eclipse.pde.runtime_3.7.400.v20220317-2150.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (214.9kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.7.700.v20220802-1520.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (581.21kB) [INFO] Fetching org.eclipse.pde.ua.core_1.2.300.v20211004-0555.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (112.59kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.2.400.v20220317-0700.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (450.72kB) [INFO] Fetching org.eclipse.ui.trace_1.2.200.v20220310-2159.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (59.39kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.300.v20220810-1011.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (90.67kB) [INFO] Fetching org.eclipse.tools.layout.spy_1.1.0.v20210110-1247.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (43.28kB) [INFO] Fetching org.eclipse.pde.spy.core_1.0.200.v20220331-1637.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (22.95kB) [INFO] Fetching org.eclipse.pde.spy.model_0.12.400.v20220621-1036.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (17.97kB) [INFO] Fetching org.eclipse.pde.spy.css_0.12.300.v20220512-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (48.59kB) [INFO] Fetching org.eclipse.pde.spy.preferences_0.12.300.v20220512-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (56.03kB) [INFO] Fetching org.eclipse.pde.spy.context_1.0.300.v20220512-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (88.2kB) [INFO] Fetching org.eclipse.pde.spy.bundle_0.12.200.v20220512-1208.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (38.61kB) [INFO] Fetching org.eclipse.pde.spy.event_1.0.0.v20220513-0804.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (70.45kB) [INFO] Fetching org.eclipse.pde_3.14.1300.v20220831-1800.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (21.39kB) [INFO] Fetching org.eclipse.platform_4.25.0.v20220831-1800.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (689.47kB) [INFO] Fetching org.eclipse.platform.doc.user_4.25.0.v20220830-0901.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (4.46MB) [INFO] Fetching org.eclipse.text.quicksearch_1.1.300.v20211203-1705.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (95.68kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.4.300.v20220619-1918.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (2.1MB) [INFO] Fetching org.eclipse.ui.monitoring_1.2.200.v20220429-1040.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (59.91kB) [INFO] Fetching org.eclipse.ui.net_1.4.100.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (47.76kB) [INFO] Fetching org.eclipse.ui.themes_1.2.2000.v20220614-2134.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (34.02kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.200.v20220619-1918.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (25.59kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.1.100.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (18.14kB) [INFO] Fetching org.eclipse.platform_4.25.0.v20220831-1800.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (22.34kB) [INFO] Fetching org.eclipse.platform_root_4.25.0.v20220831-1800 from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/binary/ (196B) [INFO] Fetching org.eclipse.rcp_4.25.0.v20220831-1800.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (12.91kB) [INFO] Fetching org.eclipse.rcp_4.25.0.v20220831-1800.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (20.96kB) [INFO] Fetching org.eclipse.rcp_root_4.25.0.v20220831-1800 from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/binary/ (19.11kB) [INFO] Fetching org.eclipse.wst.internet.monitor.ui_1.0.800.v202007170127.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (142.76kB) [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.303.v202007221940.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (3.73MB) [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (57.83kB) [INFO] Fetching org.eclipse.wst.jsdt.ui_2.1.400.v202204072230.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (8.33MB) [INFO] Fetching org.eclipse.wst.jsdt.web.core_1.1.200.v202207121749.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (164.09kB) [INFO] Fetching org.eclipse.wst.jsdt.web.ui_1.2.300.v202207121749.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (235.89kB) [INFO] Fetching org.eclipse.wst.json.bower.core_1.0.0.v201901071922.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (13.98kB) [INFO] Fetching org.eclipse.wst.json.bower.ui_1.0.200.v201904210526.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (24.85kB) [INFO] Fetching org.eclipse.wst.json.core_1.1.0.v201901152013.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (285.41kB) [INFO] Fetching org.eclipse.wst.json.ui_1.0.600.v202103121626.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (245.26kB) [INFO] Fetching org.eclipse.wst.json.eslint.core_1.0.0.v201901071922.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (13.98kB) [INFO] Fetching org.eclipse.wst.json.eslint.ui_1.0.200.v201904210526.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (17.55kB) [INFO] Fetching org.eclipse.wst.json.jshint.core_1.0.1.v201908281850.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (14kB) [INFO] Fetching org.eclipse.wst.json.jshint.ui_1.0.200.v201904210526.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (17.54kB) [INFO] Fetching org.eclipse.wst.json.npm.core_1.0.0.v201901071922.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (13.92kB) [INFO] Fetching org.eclipse.wst.json.npm.ui_1.0.100.v201904210526.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (22.53kB) [INFO] Fetching org.eclipse.wst.json.schemaprocessor_1.0.200.v201901071922.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (15.87kB) [INFO] Fetching org.eclipse.wst.json_core.feature_1.1.8.v201909302219.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/features/ (33.66kB) [INFO] Fetching org.eclipse.wst.json_ui.feature_1.1.10.v202103121626.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/features/ (33.69kB) [INFO] Fetching org.eclipse.wst.server_core.feature_3.3.900.v202106020138.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/features/ (32.47kB) [INFO] Fetching org.eclipse.wst.server.ui.infopop_1.1.200.v201901310132.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (18.08kB) [INFO] Fetching org.eclipse.wst.server_ui.feature_3.3.1300.v202208260501.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/features/ (32.56kB) [INFO] Fetching org.eclipse.wst.server.ui.doc.user_1.1.600.v201901310132.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (144.59kB) [INFO] Fetching org.eclipse.wst.server_userdoc.feature_3.3.300.v201901310132.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/features/ (32.44kB) [INFO] Fetching org.eclipse.wst.web_core.feature_3.27.0.v202207150226.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/features/ (33.79kB) [INFO] Fetching org.eclipse.wst.web_js_support.feature_3.22.0.v202207121749.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/features/ (21.12kB) [INFO] Fetching org.eclipse.wst.html.ui.infopop_1.0.201.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (14.98kB) [INFO] Fetching org.eclipse.wst.web.ui.infopop_1.0.300.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (12.79kB) [INFO] Fetching org.eclipse.wst.web_ui.feature_3.27.0.v202208280234.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/features/ (21.34kB) [INFO] Fetching org.eclipse.wst.doc.user_1.2.0.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (776.04kB) [INFO] Fetching org.eclipse.wst.webtools.doc.user_1.0.500.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (126.77kB) [INFO] Fetching org.eclipse.wst.web_userdoc.feature_3.18.0.v202004271556.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/features/ (33.73kB) [INFO] Fetching org.eclipse.wst.ws.service.policy_1.0.450.v201903050508.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (60.74kB) [INFO] Fetching org.eclipse.wst.ws.service.policy.ui_1.0.500.v201903050508.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (82.97kB) [INFO] Fetching org.eclipse.wst.wsi_1.1.400.v202205160247.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (881.25kB) [INFO] Fetching org.eclipse.wst.ws_core.feature_3.26.0.v202205160314.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/features/ (33.77kB) [INFO] Fetching org.eclipse.wst.command.env.infopop_1.0.200.v201903050508.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (12.14kB) [INFO] Fetching org.eclipse.wst.ws.infopop_1.0.400.v201903050508.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (12.9kB) [INFO] Fetching org.eclipse.wst.wsdl.ui_1.3.100.v202004082216.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (914.85kB) [INFO] Fetching org.eclipse.wst.wsi.ui_1.1.100.v202007221938.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (82.18kB) [INFO] Fetching org.eclipse.wst.ws_ui.feature_3.9.100.v202004082157.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/features/ (33.56kB) [INFO] Fetching org.eclipse.wst.wsdl.ui.doc.user_1.0.850.v201903222115.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (90.43kB) [INFO] Fetching org.eclipse.wst.wsi.ui.doc.user_1.0.750.v201903222115.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (52.91kB) [INFO] Fetching org.eclipse.wst.command.env.doc.user_1.5.400.v201903222115.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (40.33kB) [INFO] Fetching org.eclipse.wst.ws_userdoc.feature_3.1.501.v201909051708.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/features/ (33.52kB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.1800.v20220720-1949 from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/binary/ (35.65kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.1800.v20220720-1949 from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/binary/ (17.01kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.5.0.v20220610-1811.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (21.23kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.3.0.v20220610-1811.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (60.72kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.aarch64_3.8.1800.v20220720-1949 from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/binary/ (16.44kB) [INFO] Fetching org.eclipse.jetty.util.ajax_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (62.43kB) [INFO] Fetching org.eclipse.jetty.io_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (205.78kB) [INFO] Fetching org.eclipse.jetty.security_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (118.17kB) [INFO] Fetching org.eclipse.jetty.servlet_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (161.93kB) [INFO] Fetching org.eclipse.jetty.server_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (775.74kB) [INFO] Fetching org.eclipse.jetty.util_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (548.83kB) [INFO] Fetching org.eclipse.jetty.http_10.0.11.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (243.32kB) [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.p2updatesite --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.p2updatesite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.birt.p2updatesite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.p2updatesite/target/org.eclipse.birt.p2updatesite-4.13.0-SNAPSHOT.zip [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.p2updatesite --- [INFO] [INFO] --- tycho-p2-director:2.7.5:materialize-products (materialize-products) @ org.eclipse.birt.p2updatesite --- [INFO] Installing product org.eclipse.birt.designer for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer/win32/win32/x86_64/designer Installing org.eclipse.birt.designer 4.13.0.v202305251813. Installing org.eclipse.birt.feature.group 4.13.0.v202305251813. Installing org.eclipse.platform.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.pde.feature.group 3.14.1300.v20220831-1800. Installing org.eclipse.rcp.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800. [INFO] Fetching org.eclipse.jetty.jndi_10.0.11.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (56.31kB) [INFO] Fetching org.eclipse.jetty.plus_10.0.11.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (77.69kB) [INFO] Fetching org.eclipse.jetty.webapp_10.0.11.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (168.04kB) [INFO] Fetching org.eclipse.jetty.xml_10.0.11.jar from https://download.eclipse.org/webtools/downloads/drops/R3.27.0/R-3.27.0-20220829002010/repository/plugins/ (79.99kB) [INFO] Fetching org.objectweb.asm_9.3.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (119.31kB) [INFO] Fetching org.objectweb.asm.tree_9.3.0.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (51.43kB) Operation completed in 15709 ms. [INFO] Installing product org.eclipse.birt.designer for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer/linux/gtk/x86_64/designer Installing org.eclipse.birt.designer 4.13.0.v202305251813. Installing org.eclipse.birt.feature.group 4.13.0.v202305251813. Installing org.eclipse.platform.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.pde.feature.group 3.14.1300.v20220831-1800. Installing org.eclipse.rcp.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800. Operation completed in 13474 ms. [INFO] Installing product org.eclipse.birt.designer for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer/macosx/cocoa/x86_64/designer.app Installing org.eclipse.birt.designer 4.13.0.v202305251813. Installing org.eclipse.birt.feature.group 4.13.0.v202305251813. Installing org.eclipse.platform.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.pde.feature.group 3.14.1300.v20220831-1800. Installing org.eclipse.rcp.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800. Operation completed in 13544 ms. [INFO] Installing product org.eclipse.birt.designer for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer/macosx/cocoa/aarch64/designer.app Installing org.eclipse.birt.designer 4.13.0.v202305251813. Installing org.eclipse.birt.feature.group 4.13.0.v202305251813. Installing org.eclipse.platform.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.pde.feature.group 3.14.1300.v20220831-1800. Installing org.eclipse.rcp.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800. Operation completed in 13291 ms. [INFO] [INFO] --- tycho-p2-director:2.7.5:archive-products (materialize-products) @ org.eclipse.birt.p2updatesite --- [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer-win32.win32.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer-linux.gtk.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer-macosx.cocoa.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer-macosx.cocoa.aarch64.zip [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.p2updatesite --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.p2updatesite --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.p2updatesite/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.p2updatesite --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.p2updatesite --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.p2updatesite --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.p2updatesite/target/jacoco.exec [INFO] [INFO] ---------------< org.eclipse.birt:org.eclipse.birt.api >---------------- [INFO] Building org.eclipse.birt.api 4.13.0-SNAPSHOT [240/288] [INFO] from build/org.eclipse.birt.api/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.api --- [INFO] [INFO] --- antrun:3.0.0:run (clean) @ org.eclipse.birt.api --- [INFO] Executing tasks [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target [INFO] Executed tasks [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.api --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default) @ org.eclipse.birt.api --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- antrun:3.0.0:run (build-api-package) @ org.eclipse.birt.api --- [INFO] Executing tasks [WARNING] [echo] copy API jars to "/home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib [INFO] [copy] Copying 14 files to /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer/win32/win32/x86_64/designer/plugins/org.eclipse.datatools.connectivity.oda.design_3.5.101.201811012051.jar into /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/unpack/classes/odadesign [INFO] [jar] Building jar: /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/odadesignapi.jar [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer/win32/win32/x86_64/designer/plugins/org.eclipse.datatools.connectivity.oda_3.6.101.201811012051.jar into /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/unpack/classes/oda [INFO] [jar] Building jar: /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/odaconnectivity.jar [INFO] [copy] Copying 20 files to /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib load JAR from /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib create MANIFEST to /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/manifest.mf /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/commons-cli-1.0.jar:null org.apache.commons.cli org.apache.commons.cli org.apache.commons.cli org.apache.commons.cli org.apache.commons.cli org.apache.commons.cli org.apache.commons.cli org.apache.commons.cli org.apache.commons.cli org.apache.commons.cli org.apache.commons.cli org.apache.commons.cli org.apache.commons.cli org.apache.commons.cli org.apache.commons.cli org.apache.commons.cli org.apache.commons.cli org.apache.commons.cli org.apache.commons.cli org.apache.commons.cli /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/flute.jar:null org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser.selectors org.w3c.flute.parser org.w3c.flute.util /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/axis.jar:null org.apache.axis org.apache.axis org.apache.axis org.apache.axis.handlers org.apache.axis.handlers org.apache.axis.handlers org.apache.axis.handlers.soap org.apache.axis.handlers.soap org.apache.axis.handlers org.apache.axis.handlers org.apache.axis.handlers org.apache.axis.handlers org.apache.axis.handlers org.apache.axis.handlers org.apache.axis.handlers org.apache.axis.handlers.http org.apache.axis.handlers.http org.apache.axis.handlers.http org.apache.axis.handlers org.apache.axis.handlers org.apache.axis.handlers org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.message org.apache.axis.server org.apache.axis.server org.apache.axis.server org.apache.axis.server org.apache.axis.server org.apache.axis.server org.apache.axis org.apache.axis org.apache.axis org.apache.axis org.apache.axis.soap org.apache.axis.soap org.apache.axis.soap org.apache.axis.soap org.apache.axis.soap org.apache.axis.soap org.apache.axis.soap org.apache.axis.description org.apache.axis.description org.apache.axis.description org.apache.axis.description org.apache.axis.description org.apache.axis.description org.apache.axis.description org.apache.axis.description org.apache.axis.description org.apache.axis.description org.apache.axis.wsdl.fromJava org.apache.axis.wsdl.fromJava org.apache.axis.wsdl.fromJava org.apache.axis.wsdl.fromJava org.apache.axis.wsdl.fromJava org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.symbolTable org.apache.axis.wsdl.gen org.apache.axis.wsdl.gen org.apache.axis.wsdl.gen org.apache.axis.wsdl.gen org.apache.axis.wsdl.gen org.apache.axis.wsdl.gen org.apache.axis.wsdl.gen org.apache.axis.wsdl org.apache.axis.wsdl org.apache.axis.wsdl org.apache.axis.strategies org.apache.axis.strategies org.apache.axis org.apache.axis org.apache.axis.session org.apache.axis.session org.apache.axis.providers.java org.apache.axis.providers.java org.apache.axis.providers.java org.apache.axis.providers.java org.apache.axis.providers.java org.apache.axis.providers.java org.apache.axis.providers.java org.apache.axis.providers org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.holders org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding.ser org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis.encoding org.apache.axis org.apache.axis org.apache.axis org.apache.axis org.apache.axis org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis.configuration org.apache.axis org.apache.axis.schema org.apache.axis.schema org.apache.axis.schema org.apache.axis.schema org.apache.axis org.apache.axis org.apache.axis.i18n org.apache.axis.i18n org.apache.axis.i18n org.apache.axis.i18n org.apache.axis.i18n org.apache.axis.i18n org.apache.axis.i18n org.apache.axis org.apache.axis org.apache.axis org.apache.axis org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.attachments org.apache.axis.client org.apache.axis.client org.apache.axis.client org.apache.axis.client org.apache.axis.client org.apache.axis.client org.apache.axis.client org.apache.axis.client org.apache.axis.client org.apache.axis.client org.apache.axis.client org.apache.axis.client.async org.apache.axis.client.async org.apache.axis.client.async org.apache.axis.client.async org.apache.axis.client.async org.apache.axis.client.async org.apache.axis.client.async org.apache.axis.client org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd.providers org.apache.axis.deployment.wsdd.providers org.apache.axis.deployment.wsdd.providers org.apache.axis.deployment.wsdd.providers org.apache.axis.deployment.wsdd.providers org.apache.axis.deployment.wsdd.providers org.apache.axis.deployment.wsdd.providers org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd org.apache.axis.security.servlet org.apache.axis.security.servlet org.apache.axis.security org.apache.axis.security.simple org.apache.axis.security.simple org.apache.axis.security org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis.types org.apache.axis org.apache.axis org.apache.axis.constants org.apache.axis.constants org.apache.axis.constants org.apache.axis.constants org.apache.axis.constants org.apache.axis.constants org.apache.axis.constants org.apache.axis.constants org.apache.axis.constants org.apache.axis.constants org.apache.axis.constants org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils.bytecode org.apache.axis.utils.bytecode org.apache.axis.utils.bytecode org.apache.axis.utils.bytecode org.apache.axis.utils.bytecode org.apache.axis.utils.bytecode org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils.cache org.apache.axis.utils.cache org.apache.axis.utils.cache org.apache.axis.utils.cache org.apache.axis.utils.cache org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.transport.local org.apache.axis.transport.local org.apache.axis.transport.local org.apache.axis.transport.local org.apache.axis.transport.java org.apache.axis.transport.java org.apache.axis.transport.java org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis.transport.http org.apache.axis org.apache.axis.components.encoding org.apache.axis.components.encoding org.apache.axis.components.encoding org.apache.axis.components.encoding org.apache.axis.components.encoding org.apache.axis.components.encoding org.apache.axis.components.encoding org.apache.axis.components.logger org.apache.axis.components.logger org.apache.axis.components.uuid org.apache.axis.components.uuid org.apache.axis.components.uuid org.apache.axis.components.uuid org.apache.axis.components.net org.apache.axis.components.net org.apache.axis.components.net org.apache.axis.components.net org.apache.axis.components.net org.apache.axis.components.net org.apache.axis.components.net org.apache.axis.components.net org.apache.axis.components.net org.apache.axis.components.net org.apache.axis.components.net org.apache.axis.components.net org.apache.axis.components.net org.apache.axis org.apache.axis org.apache.axis org.apache.axis.encoding.ser.castor org.apache.axis.encoding.ser.castor org.apache.axis.encoding.ser.castor org.apache.axis.encoding.ser.castor org.apache.axis.encoding.ser.castor org.apache.axis.encoding.ser.castor org.apache.axis.encoding.ser.castor org.apache.axis.encoding.ser.castor org.apache.axis.encoding.ser.castor org.apache.axis.handlers org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.providers org.apache.axis.deployment.wsdd.providers org.apache.axis.components.script org.apache.axis.components.script org.apache.axis.components.script org.apache.axis.transport.mail org.apache.axis.transport.mail org.apache.axis.transport.mail org.apache.axis.transport.mail org.apache.axis.transport.mail org.apache.axis.transport.mail org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.wsdl.toJava org.apache.axis.model.soap org.apache.axis.model.soap.impl org.apache.axis.model.soap.impl org.apache.axis.model.soap.impl org.apache.axis.model.xml org.apache.axis.model.xml.impl org.apache.axis.model.xml.impl org.apache.axis.model.xml.impl org.apache.axis.model.util org.apache.axis.model.util org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd.impl org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.wsdd org.apache.axis.model.common org.apache.axis.model.common org.apache.axis.model.common org.apache.axis.model.common org.apache.axis.model.common org.apache.axis.model.common org.apache.axis.model.common.archive org.apache.axis.model.common.archive org.apache.axis.model.common.archive org.apache.axis.model.common.archive org.apache.axis.model.common.command org.apache.axis.model.common.command org.apache.axis.model.common.command org.apache.axis.model.common.command org.apache.axis.model.common.command org.apache.axis.model.common.command org.apache.axis.model.common.command org.apache.axis.model.common.command org.apache.axis.model.common.command org.apache.axis.model.common.command org.apache.axis.model.common.command org.apache.axis.model.common.command org.apache.axis.model.common.notify org.apache.axis.model.common.notify org.apache.axis.model.common.notify org.apache.axis.model.common.notify org.apache.axis.model.common.notify org.apache.axis.model.common.notify org.apache.axis.model.common.notify org.apache.axis.model.common.notify org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.notify.impl org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.common.util org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.impl org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.plugin org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.resource.impl org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.util org.apache.axis.model.ecore.xml.namespace org.apache.axis.model.ecore.xml.namespace org.apache.axis.model.ecore.xml.namespace org.apache.axis.model.ecore.xml.namespace org.apache.axis.model.ecore.xml.namespace org.apache.axis.model.ecore.xml.namespace.impl org.apache.axis.model.ecore.xml.namespace.impl org.apache.axis.model.ecore.xml.namespace.impl org.apache.axis.model.ecore.xml.namespace.impl org.apache.axis.model.ecore.xml.namespace.util org.apache.axis.model.ecore.xml.type org.apache.axis.model.ecore.xml.type org.apache.axis.model.ecore.xml.type org.apache.axis.model.ecore.xml.type org.apache.axis.model.ecore.xml.type org.apache.axis.model.ecore.xml.type org.apache.axis.model.ecore.xml.type org.apache.axis.model.ecore.xml.type.impl org.apache.axis.model.ecore.xml.type.impl org.apache.axis.model.ecore.xml.type.impl org.apache.axis.model.ecore.xml.type.impl org.apache.axis.model.ecore.xml.type.impl org.apache.axis.model.ecore.xml.type.impl org.apache.axis.model.ecore.xml.type.impl org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.internal org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xml.type.util org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.impl org.apache.axis.model.ecore.xmi.util org.apache.axis.model.ecore.xmi.util org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd org.apache.axis.model.xsd.ecore org.apache.axis.model.xsd.ecore org.apache.axis.model.xsd.ecore org.apache.axis.model.xsd.ecore org.apache.axis.model.xsd.ecore org.apache.axis.model.xsd.ecore org.apache.axis.model.xsd.ecore org.apache.axis.model.xsd.ecore org.apache.axis.model.xsd.ecore org.apache.axis.model.xsd.ecore org.apache.axis.model.xsd.ecore org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.impl.type org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.model.xsd.util org.apache.axis.wsdl org.apache.axis.wsdl.gen org.apache.axis.wsdl org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils org.apache.axis.utils /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/chartitemapi.jar:4.13.0 org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute.impl org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute.util org.eclipse.birt.chart.model.attribute.util org.eclipse.birt.chart.model.attribute.util org.eclipse.birt.chart.model.attribute.util org.eclipse.birt.chart.model.attribute.util org.eclipse.birt.chart.model.attribute.util org.eclipse.birt.chart.model.attribute.util org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.attribute org.eclipse.birt.chart.model.data.util org.eclipse.birt.chart.model.data.util org.eclipse.birt.chart.model.data.util org.eclipse.birt.chart.model.data.util org.eclipse.birt.chart.model.data.util org.eclipse.birt.chart.model.data.util org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data.impl org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.data org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component.impl org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.component.util org.eclipse.birt.chart.model.component.util org.eclipse.birt.chart.model.component.util org.eclipse.birt.chart.model.component.util org.eclipse.birt.chart.model.component.util org.eclipse.birt.chart.model.component.util org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.component org.eclipse.birt.chart.model.type.util org.eclipse.birt.chart.model.type.util org.eclipse.birt.chart.model.type.util org.eclipse.birt.chart.model.type.util org.eclipse.birt.chart.model.type.util org.eclipse.birt.chart.model.type.util org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type.impl org.eclipse.birt.chart.model.type org.eclipse.birt.chart.model.type org.eclipse.birt.chart.model.type org.eclipse.birt.chart.model.type org.eclipse.birt.chart.model.type org.eclipse.birt.chart.model.type org.eclipse.birt.chart.model.type org.eclipse.birt.chart.model.type org.eclipse.birt.chart.model.type org.eclipse.birt.chart.model.type org.eclipse.birt.chart.model.type org.eclipse.birt.chart.model.type org.eclipse.birt.chart.model.type org.eclipse.birt.chart.model org.eclipse.birt.chart.model.layout.impl org.eclipse.birt.chart.model.layout.impl org.eclipse.birt.chart.model.layout.impl org.eclipse.birt.chart.model.layout.impl org.eclipse.birt.chart.model.layout.impl org.eclipse.birt.chart.model.layout.impl org.eclipse.birt.chart.model.layout.impl org.eclipse.birt.chart.model.layout.impl org.eclipse.birt.chart.model.layout.impl org.eclipse.birt.chart.model.layout org.eclipse.birt.chart.model.layout.util org.eclipse.birt.chart.model.layout.util org.eclipse.birt.chart.model.layout.util org.eclipse.birt.chart.model.layout.util org.eclipse.birt.chart.model.layout.util org.eclipse.birt.chart.model.layout.util org.eclipse.birt.chart.model.layout.util org.eclipse.birt.chart.model.layout org.eclipse.birt.chart.model.layout org.eclipse.birt.chart.model.layout org.eclipse.birt.chart.model.layout org.eclipse.birt.chart.model.layout org.eclipse.birt.chart.model.layout org.eclipse.birt.chart.model.layout org.eclipse.birt.chart.model.layout org.eclipse.birt.chart.model org.eclipse.birt.chart.model.util org.eclipse.birt.chart.model.util org.eclipse.birt.chart.model.util org.eclipse.birt.chart.model.util org.eclipse.birt.chart.model.util org.eclipse.birt.chart.model.util org.eclipse.birt.chart.model.util org.eclipse.birt.chart.model.util org.eclipse.birt.chart.model.util org.eclipse.birt.chart.model.util org.eclipse.birt.chart.model.util org.eclipse.birt.chart.model.util org.eclipse.birt.chart.model.util org.eclipse.birt.chart.model.util org.eclipse.birt.chart.model.util org.eclipse.birt.chart.model.util org.eclipse.birt.chart.model.util org.eclipse.birt.chart.model org.eclipse.birt.chart.model.impl org.eclipse.birt.chart.model.impl org.eclipse.birt.chart.model.impl org.eclipse.birt.chart.model.impl org.eclipse.birt.chart.model.impl org.eclipse.birt.chart.model.impl org.eclipse.birt.chart.model.impl org.eclipse.birt.chart.model.impl org.eclipse.birt.chart.model.impl org.eclipse.birt.chart.model org.eclipse.birt.chart.model org.eclipse.birt.chart.model org.eclipse.birt.chart.model org.eclipse.birt.chart.model org.eclipse.birt.chart.model org.eclipse.birt.chart.model org.eclipse.birt.chart.model org.eclipse.birt.chart.device org.eclipse.birt.chart.device org.eclipse.birt.chart.device org.eclipse.birt.chart.device org.eclipse.birt.chart.device org.eclipse.birt.chart.device org.eclipse.birt.chart.device org.eclipse.birt.chart.device org.eclipse.birt.chart.device org.eclipse.birt.chart.device org.eclipse.birt.chart.device org.eclipse.birt.chart.device org.eclipse.birt.chart.device org.eclipse.birt.chart.device org.eclipse.birt.chart.device org.eclipse.birt.chart.device org.eclipse.birt.chart.device org.eclipse.birt.chart.device org.eclipse.birt.chart.device org.eclipse.birt.chart.script org.eclipse.birt.chart.script org.eclipse.birt.chart.script org.eclipse.birt.chart.script org.eclipse.birt.chart.script org.eclipse.birt.chart.script org.eclipse.birt.chart.script org.eclipse.birt.chart.script org.eclipse.birt.chart.script org.eclipse.birt.chart.script org.eclipse.birt.chart.script org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.render org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.util org.eclipse.birt.chart.factory org.eclipse.birt.chart.factory org.eclipse.birt.chart.factory org.eclipse.birt.chart.factory org.eclipse.birt.chart.factory org.eclipse.birt.chart.factory org.eclipse.birt.chart.factory org.eclipse.birt.chart.factory org.eclipse.birt.chart.factory org.eclipse.birt.chart.factory org.eclipse.birt.chart.factory org.eclipse.birt.chart.factory org.eclipse.birt.chart.factory org.eclipse.birt.chart.factory org.eclipse.birt.chart.factory org.eclipse.birt.chart.factory org.eclipse.birt.chart.datafeed org.eclipse.birt.chart.datafeed org.eclipse.birt.chart.datafeed org.eclipse.birt.chart.datafeed org.eclipse.birt.chart.datafeed org.eclipse.birt.chart.datafeed org.eclipse.birt.chart.datafeed org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.event org.eclipse.birt.chart.internal.layout org.eclipse.birt.chart.internal.layout org.eclipse.birt.chart.internal.computations org.eclipse.birt.chart.internal.computations org.eclipse.birt.chart.internal.log org.eclipse.birt.chart.internal.log org.eclipse.birt.chart.internal.datafeed org.eclipse.birt.chart.internal.datafeed org.eclipse.birt.chart.internal.datafeed org.eclipse.birt.chart.internal.datafeed org.eclipse.birt.chart.internal.datafeed org.eclipse.birt.chart.internal.datafeed org.eclipse.birt.chart.internal.datafeed org.eclipse.birt.chart.internal.datafeed org.eclipse.birt.chart.internal.datafeed org.eclipse.birt.chart.internal.datafeed org.eclipse.birt.chart.internal.datafeed org.eclipse.birt.chart.internal.datafeed org.eclipse.birt.chart.internal.datafeed org.eclipse.birt.chart.internal.datafeed org.eclipse.birt.chart.internal.datafeed org.eclipse.birt.chart.internal.datafeed org.eclipse.birt.chart.internal.factory org.eclipse.birt.chart.internal.factory org.eclipse.birt.chart.internal.factory org.eclipse.birt.chart.internal.factory org.eclipse.birt.chart.internal.factory org.eclipse.birt.chart.internal.factory org.eclipse.birt.chart.internal.prefs org.eclipse.birt.chart.internal.prefs org.eclipse.birt.chart.internal.model org.eclipse.birt.chart.internal.model org.eclipse.birt.chart.internal.model org.eclipse.birt.chart.internal.model org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation.withaxes org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation.withoutaxes org.eclipse.birt.chart.computation.withoutaxes org.eclipse.birt.chart.computation.withoutaxes org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.computation org.eclipse.birt.chart.integrate org.eclipse.birt.chart.integrate org.eclipse.birt.chart.integrate org.eclipse.birt.chart.integrate org.eclipse.birt.chart.integrate org.eclipse.birt.chart.aggregate org.eclipse.birt.chart.aggregate org.eclipse.birt.chart.style org.eclipse.birt.chart.style org.eclipse.birt.chart.style org.eclipse.birt.chart.style org.eclipse.birt.chart.style org.eclipse.birt.chart.exception org.eclipse.birt.chart.engine.i18n org.eclipse.birt.chart.log org.eclipse.birt.chart.log org.eclipse.birt.chart.plugin org.eclipse.birt.chart.api /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/chartexamplescoreapi.jar:4.13.0 org.eclipse.birt.chart.examples.radar.model.type org.eclipse.birt.chart.examples.radar.model.type.util org.eclipse.birt.chart.examples.radar.model.type.util org.eclipse.birt.chart.examples.radar.model.type.util org.eclipse.birt.chart.examples.radar.model.type.util org.eclipse.birt.chart.examples.radar.model.type.util org.eclipse.birt.chart.examples.radar.model.type.util org.eclipse.birt.chart.examples.radar.model.type.impl org.eclipse.birt.chart.examples.radar.model.type.impl org.eclipse.birt.chart.examples.radar.model.type.impl org.eclipse.birt.chart.examples.radar.model.type org.eclipse.birt.chart.examples.radar.model.type org.eclipse.birt.chart.examples.radar.model.type org.eclipse.birt.chart.examples.radar.model org.eclipse.birt.chart.examples.radar.render org.eclipse.birt.chart.examples.radar.render org.eclipse.birt.chart.examples.radar.render org.eclipse.birt.chart.examples.radar.i18n /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/chartengineapi.jar:4.13.0 org.eclipse.birt.chart.reportitem.api org.eclipse.birt.chart.reportitem.api org.eclipse.birt.chart.reportitem.api org.eclipse.birt.chart.reportitem.api org.eclipse.birt.chart.reportitem.api org.eclipse.birt.chart.reportitem.api org.eclipse.birt.chart.reportitem.i18n /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/coreapi.jar:4.13.0 org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script.functionservice org.eclipse.birt.core.script.functionservice org.eclipse.birt.core.script.functionservice org.eclipse.birt.core.script.functionservice.impl org.eclipse.birt.core.script.functionservice.impl org.eclipse.birt.core.script.functionservice.impl org.eclipse.birt.core.script.functionservice.impl org.eclipse.birt.core.script.functionservice.impl org.eclipse.birt.core.script.functionservice.impl org.eclipse.birt.core.script.functionservice.impl org.eclipse.birt.core.script.functionservice.impl org.eclipse.birt.core.script.functionservice.impl org.eclipse.birt.core.script.functionservice.impl org.eclipse.birt.core.script.functionservice org.eclipse.birt.core.script.functionservice org.eclipse.birt.core.script.functionservice org.eclipse.birt.core.script.functionservice org.eclipse.birt.core.script.functionservice org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.script org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.template org.eclipse.birt.core.i18n org.eclipse.birt.core.i18n org.eclipse.birt.core.i18n org.eclipse.birt.core.i18n org.eclipse.birt.core.data org.eclipse.birt.core.data org.eclipse.birt.core.data org.eclipse.birt.core.data org.eclipse.birt.core.data org.eclipse.birt.core.data org.eclipse.birt.core.data org.eclipse.birt.core.data org.eclipse.birt.core.data org.eclipse.birt.core.data org.eclipse.birt.core.data org.eclipse.birt.core.data org.eclipse.birt.core.data org.eclipse.birt.core.data org.eclipse.birt.core.data org.eclipse.birt.core.data org.eclipse.birt.core.data org.eclipse.birt.core.data org.eclipse.birt.core.data org.eclipse.birt.core.data org.eclipse.birt.core.data org.eclipse.birt.core.format org.eclipse.birt.core.format org.eclipse.birt.core.format org.eclipse.birt.core.format org.eclipse.birt.core.format org.eclipse.birt.core.format org.eclipse.birt.core.format org.eclipse.birt.core.archive org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound.v3 org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.compound org.eclipse.birt.core.archive.cache org.eclipse.birt.core.archive.cache org.eclipse.birt.core.archive.cache org.eclipse.birt.core.archive.cache org.eclipse.birt.core.archive.cache org.eclipse.birt.core.archive.cache org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.archive org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework.jar org.eclipse.birt.core.framework.jar org.eclipse.birt.core.framework.jar org.eclipse.birt.core.framework.jar org.eclipse.birt.core.framework.jar org.eclipse.birt.core.framework.jar org.eclipse.birt.core.framework.jar org.eclipse.birt.core.framework.jar org.eclipse.birt.core.framework.jar org.eclipse.birt.core.framework.jar org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework.osgi org.eclipse.birt.core.framework.osgi org.eclipse.birt.core.framework.osgi org.eclipse.birt.core.framework.osgi org.eclipse.birt.core.framework.osgi org.eclipse.birt.core.framework.osgi org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.framework org.eclipse.birt.core.fs org.eclipse.birt.core.fs org.eclipse.birt.core.fs org.eclipse.birt.core.fs org.eclipse.birt.core.exception org.eclipse.birt.core.exception org.eclipse.birt.core.util org.eclipse.birt.core.util org.eclipse.birt.core.util org.eclipse.birt.core.util org.eclipse.birt.core.util org.eclipse.birt.core.util org.eclipse.birt.core.util org.eclipse.birt.core.util org.eclipse.birt.core.util org.eclipse.birt.core.util org.eclipse.birt.core.util org.eclipse.birt.core.util /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/dataaggregationapi.jar:4.13.0 org.eclipse.birt.data.aggregation.api /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/dteapi.jar:4.13.0 org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api.query org.eclipse.birt.data.engine.olap.api org.eclipse.birt.data.engine.olap.api org.eclipse.birt.data.engine.olap.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.querydefn org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api.script org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api.aggregation org.eclipse.birt.data.engine.api.aggregation org.eclipse.birt.data.engine.api.aggregation org.eclipse.birt.data.engine.api.aggregation org.eclipse.birt.data.engine.api.aggregation org.eclipse.birt.data.engine.api.aggregation org.eclipse.birt.data.engine.api.aggregation org.eclipse.birt.data.engine.api.aggregation org.eclipse.birt.data.engine.api.aggregation org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api.timefunction org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.api org.eclipse.birt.data.engine.core.security org.eclipse.birt.data.engine.core.security org.eclipse.birt.data.engine.core.security org.eclipse.birt.data.engine.core.security org.eclipse.birt.data.engine.core.security org.eclipse.birt.data.engine.core.security org.eclipse.birt.data.engine.core.security org.eclipse.birt.data.engine.core.security org.eclipse.birt.data.engine.core org.eclipse.birt.data.engine.i18n org.eclipse.birt.data.engine.i18n javax.olap.cursor javax.olap.cursor javax.olap.cursor javax.olap.cursor javax.olap.cursor javax.olap.cursor javax.olap.cursor javax.olap.cursor javax.olap.cursor javax.olap.cursor javax.olap.cursor javax.olap.cursor javax.olap.cursor javax.olap.query.querycoremodel javax.olap javax.olap /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/dataadapterapi.jar:4.13.0 org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api.script org.eclipse.birt.report.data.adapter.api.script org.eclipse.birt.report.data.adapter.api.script org.eclipse.birt.report.data.adapter.api.script org.eclipse.birt.report.data.adapter.api.script org.eclipse.birt.report.data.adapter.api.script org.eclipse.birt.report.data.adapter.api.timeFunction org.eclipse.birt.report.data.adapter.api.timeFunction org.eclipse.birt.report.data.adapter.api.timeFunction org.eclipse.birt.report.data.adapter.api.timeFunction org.eclipse.birt.report.data.adapter.api.timeFunction org.eclipse.birt.report.data.adapter.api.timeFunction org.eclipse.birt.report.data.adapter.api.timeFunction org.eclipse.birt.report.data.adapter.api.timeFunction org.eclipse.birt.report.data.adapter.api.timeFunction org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.api org.eclipse.birt.report.data.adapter.i18n org.eclipse.birt.report.data.adapter.i18n org.eclipse.birt.report.data.adapter.i18n /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/dataextraction.jar:4.13.0 org.eclipse.birt.report.engine.dataextraction org.eclipse.birt.report.engine.dataextraction org.eclipse.birt.report.engine.dataextraction org.eclipse.birt.report.engine.dataextraction /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/emitterconfig.jar:4.13.0 org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config org.eclipse.birt.report.engine.emitter.config /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/engineapi.jar:4.13.0 org.eclipse.birt.report.engine.ir org.eclipse.birt.report.engine.ir org.eclipse.birt.report.engine.ir org.eclipse.birt.report.engine.ir org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api.impl org.eclipse.birt.report.engine.api.impl org.eclipse.birt.report.engine.api.impl org.eclipse.birt.report.engine.api.impl org.eclipse.birt.report.engine.api.impl org.eclipse.birt.report.engine.api.impl org.eclipse.birt.report.engine.api.impl org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.api org.eclipse.birt.report.engine.util org.eclipse.birt.report.engine.util org.eclipse.birt.report.engine.util org.eclipse.birt.report.engine.i18n org.eclipse.birt.report.engine.i18n /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/scriptapi.jar:4.13.0 org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.instance org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.element org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventhandler org.eclipse.birt.report.engine.api.script.eventadapter org.eclipse.birt.report.engine.api.script.eventadapter org.eclipse.birt.report.engine.api.script.eventadapter org.eclipse.birt.report.engine.api.script.eventadapter org.eclipse.birt.report.engine.api.script.eventadapter org.eclipse.birt.report.engine.api.script.eventadapter org.eclipse.birt.report.engine.api.script.eventadapter org.eclipse.birt.report.engine.api.script.eventadapter org.eclipse.birt.report.engine.api.script.eventadapter org.eclipse.birt.report.engine.api.script.eventadapter org.eclipse.birt.report.engine.api.script.eventadapter org.eclipse.birt.report.engine.api.script.eventadapter org.eclipse.birt.report.engine.api.script.eventadapter org.eclipse.birt.report.engine.api.script.eventadapter org.eclipse.birt.report.engine.api.script.eventadapter org.eclipse.birt.report.engine.api.script.eventadapter org.eclipse.birt.report.engine.api.script.eventadapter org.eclipse.birt.report.engine.api.script.eventadapter org.eclipse.birt.report.engine.api.script.eventadapter org.eclipse.birt.report.engine.api.script org.eclipse.birt.report.engine.api.script org.eclipse.birt.report.engine.api.script org.eclipse.birt.report.engine.api.script org.eclipse.birt.report.engine.api.script org.eclipse.birt.report.engine.api.script org.eclipse.birt.report.engine.api.script org.eclipse.birt.report.engine.api.script org.eclipse.birt.report.engine.api.script /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/modelodaapi.jar:4.13.0 org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.impl org.eclipse.birt.report.model.adapter.oda.model.impl org.eclipse.birt.report.model.adapter.oda.model.impl org.eclipse.birt.report.model.adapter.oda.model.impl org.eclipse.birt.report.model.adapter.oda.model.impl org.eclipse.birt.report.model.adapter.oda.model.impl org.eclipse.birt.report.model.adapter.oda.model.impl org.eclipse.birt.report.model.adapter.oda.model.impl org.eclipse.birt.report.model.adapter.oda.model org.eclipse.birt.report.model.adapter.oda.model org.eclipse.birt.report.model.adapter.oda.model.util org.eclipse.birt.report.model.adapter.oda.model.util org.eclipse.birt.report.model.adapter.oda.model.util org.eclipse.birt.report.model.adapter.oda.model.util org.eclipse.birt.report.model.adapter.oda.model.util org.eclipse.birt.report.model.adapter.oda.model.util org.eclipse.birt.report.model.adapter.oda.model.util org.eclipse.birt.report.model.adapter.oda.model.util org.eclipse.birt.report.model.adapter.oda.model org.eclipse.birt.report.model.adapter.oda.model org.eclipse.birt.report.model.adapter.oda.model org.eclipse.birt.report.model.adapter.oda.model org.eclipse.birt.report.model.adapter.oda.model org.eclipse.birt.report.model.adapter.oda.model org.eclipse.birt.report.model.adapter.oda.model org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda.util org.eclipse.birt.report.model.adapter.oda.util org.eclipse.birt.report.model.adapter.oda.plugin org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda org.eclipse.birt.report.model.adapter.oda /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/modelapi.jar:4.13.0 org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser.treebuild org.eclipse.birt.report.model.parser.treebuild org.eclipse.birt.report.model.parser.treebuild org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.parser org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api.simpleapi org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api.scripts org.eclipse.birt.report.model.api.scripts org.eclipse.birt.report.model.api.scripts org.eclipse.birt.report.model.api.scripts org.eclipse.birt.report.model.api.scripts org.eclipse.birt.report.model.api.scripts org.eclipse.birt.report.model.api.scripts org.eclipse.birt.report.model.api.scripts org.eclipse.birt.report.model.api.scripts org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.command org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.structures org.eclipse.birt.report.model.api.elements.table org.eclipse.birt.report.model.api.elements.table org.eclipse.birt.report.model.api.elements.table org.eclipse.birt.report.model.api.elements.table org.eclipse.birt.report.model.api.elements.table org.eclipse.birt.report.model.api.elements.table org.eclipse.birt.report.model.api.elements.table org.eclipse.birt.report.model.api.elements.table org.eclipse.birt.report.model.api.elements.table org.eclipse.birt.report.model.api.elements.table org.eclipse.birt.report.model.api.elements.table org.eclipse.birt.report.model.api.elements.table org.eclipse.birt.report.model.api.elements.table org.eclipse.birt.report.model.api.elements.table org.eclipse.birt.report.model.api.elements org.eclipse.birt.report.model.api.elements org.eclipse.birt.report.model.api.elements org.eclipse.birt.report.model.api.elements org.eclipse.birt.report.model.api.elements org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api.metadata org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.util org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api.olap org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api.oda.interfaces org.eclipse.birt.report.model.api.oda.interfaces org.eclipse.birt.report.model.api.oda org.eclipse.birt.report.model.api.oda org.eclipse.birt.report.model.api.oda org.eclipse.birt.report.model.api.extension org.eclipse.birt.report.model.api.extension org.eclipse.birt.report.model.api.extension org.eclipse.birt.report.model.api.extension org.eclipse.birt.report.model.api.extension org.eclipse.birt.report.model.api.extension org.eclipse.birt.report.model.api.extension org.eclipse.birt.report.model.api.extension org.eclipse.birt.report.model.api.extension org.eclipse.birt.report.model.api.extension org.eclipse.birt.report.model.api.extension org.eclipse.birt.report.model.api.extension org.eclipse.birt.report.model.api.extension org.eclipse.birt.report.model.api.extension org.eclipse.birt.report.model.api.extension org.eclipse.birt.report.model.api.extension org.eclipse.birt.report.model.api.extension org.eclipse.birt.report.model.api.extension org.eclipse.birt.report.model.api.extension org.eclipse.birt.report.model.api.extension org.eclipse.birt.report.model.api.extension org.eclipse.birt.report.model.api.extension org.eclipse.birt.report.model.api.extension org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api.validators org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api.activity org.eclipse.birt.report.model.api.activity org.eclipse.birt.report.model.api.activity org.eclipse.birt.report.model.api.activity org.eclipse.birt.report.model.api.activity org.eclipse.birt.report.model.api.activity org.eclipse.birt.report.model.api.activity org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api.core org.eclipse.birt.report.model.api.filterExtension org.eclipse.birt.report.model.api.filterExtension.interfaces org.eclipse.birt.report.model.api.filterExtension.interfaces org.eclipse.birt.report.model.api.filterExtension org.eclipse.birt.report.model.api.filterExtension org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api.css org.eclipse.birt.report.model.api.css org.eclipse.birt.report.model.api.css org.eclipse.birt.report.model.api.css org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.api org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata.validators org.eclipse.birt.report.model.metadata.validators org.eclipse.birt.report.model.metadata.validators org.eclipse.birt.report.model.metadata.validators org.eclipse.birt.report.model.metadata.validators org.eclipse.birt.report.model.metadata.validators org.eclipse.birt.report.model.metadata.validators org.eclipse.birt.report.model.metadata.validators org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.metadata org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core.namespace org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.core org.eclipse.birt.report.model.util.copy org.eclipse.birt.report.model.util.copy org.eclipse.birt.report.model.util.copy org.eclipse.birt.report.model.util.copy org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util.xpathparser org.eclipse.birt.report.model.util.xpathparser org.eclipse.birt.report.model.util.xpathparser org.eclipse.birt.report.model.util.xpathparser org.eclipse.birt.report.model.util.xpathparser org.eclipse.birt.report.model.util.xpathparser org.eclipse.birt.report.model.util.xpathparser org.eclipse.birt.report.model.util.xpathparser org.eclipse.birt.report.model.util.xpathparser org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util.impl org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.util org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements.interfaces org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements.olap org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements.strategy org.eclipse.birt.report.model.elements.strategy org.eclipse.birt.report.model.elements.strategy org.eclipse.birt.report.model.elements.strategy org.eclipse.birt.report.model.elements.strategy org.eclipse.birt.report.model.elements.strategy org.eclipse.birt.report.model.elements.strategy org.eclipse.birt.report.model.elements.strategy org.eclipse.birt.report.model.elements.strategy org.eclipse.birt.report.model.elements.strategy org.eclipse.birt.report.model.elements.strategy org.eclipse.birt.report.model.elements.strategy org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.elements org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.command org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.activity org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css.property org.eclipse.birt.report.model.css.property org.eclipse.birt.report.model.css.property org.eclipse.birt.report.model.css.property org.eclipse.birt.report.model.css.property org.eclipse.birt.report.model.css.property org.eclipse.birt.report.model.css.property org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.css org.eclipse.birt.report.model.extension.oda org.eclipse.birt.report.model.extension.oda org.eclipse.birt.report.model.extension.oda org.eclipse.birt.report.model.extension.oda org.eclipse.birt.report.model.extension.oda org.eclipse.birt.report.model.extension.oda org.eclipse.birt.report.model.extension.oda org.eclipse.birt.report.model.extension org.eclipse.birt.report.model.extension org.eclipse.birt.report.model.extension org.eclipse.birt.report.model.extension org.eclipse.birt.report.model.extension org.eclipse.birt.report.model.extension org.eclipse.birt.report.model.extension org.eclipse.birt.report.model.extension org.eclipse.birt.report.model.extension org.eclipse.birt.report.model.extension org.eclipse.birt.report.model.writer org.eclipse.birt.report.model.writer org.eclipse.birt.report.model.writer org.eclipse.birt.report.model.writer org.eclipse.birt.report.model.writer org.eclipse.birt.report.model.writer org.eclipse.birt.report.model.writer org.eclipse.birt.report.model.writer org.eclipse.birt.report.model.writer org.eclipse.birt.report.model.writer org.eclipse.birt.report.model.i18n org.eclipse.birt.report.model.i18n org.eclipse.birt.report.model.i18n org.eclipse.birt.report.model.i18n org.eclipse.birt.report.model.i18n org.eclipse.birt.report.model.validators org.eclipse.birt.report.model.validators org.eclipse.birt.report.model.validators org.eclipse.birt.report.model.validators org.eclipse.birt.report.model.validators org.eclipse.birt.report.model.validators org.eclipse.birt.report.model.validators org.eclipse.birt.doc.romdoc org.eclipse.birt.doc.romdoc org.eclipse.birt.doc.romdoc org.eclipse.birt.doc.romdoc org.eclipse.birt.doc.romdoc org.eclipse.birt.doc.romdoc org.eclipse.birt.doc.romdoc org.eclipse.birt.doc.romdoc org.eclipse.birt.doc.romdoc org.eclipse.birt.doc.romdoc org.eclipse.birt.doc.romdoc org.eclipse.birt.doc.romdoc org.eclipse.birt.doc.romdoc org.eclipse.birt.doc.romdoc org.eclipse.birt.doc.romdoc org.eclipse.birt.doc.romdoc org.eclipse.birt.doc.romdoc org.eclipse.birt.doc.romdoc org.eclipse.birt.doc.romdoc org.eclipse.birt.doc.romdoc org.eclipse.birt.doc.romdoc org.eclipse.birt.doc.romdoc org.eclipse.birt.doc.romdoc org.eclipse.birt.doc.legacy org.eclipse.birt.doc.legacy org.eclipse.birt.doc.legacy org.eclipse.birt.doc.legacy org.eclipse.birt.doc.legacy org.eclipse.birt.doc.legacy org.eclipse.birt.doc.legacy org.eclipse.birt.doc.legacy org.eclipse.birt.doc.legacy org.eclipse.birt.doc.legacy org.eclipse.birt.doc.legacy org.eclipse.birt.doc.legacy org.eclipse.birt.doc.legacy org.eclipse.birt.doc.legacy org.eclipse.birt.doc.legacy org.eclipse.birt.doc.legacy org.eclipse.birt.doc.util org.eclipse.birt.doc.util org.eclipse.birt.doc.util org.eclipse.birt.doc.schema org.eclipse.birt.doc.schema org.eclipse.birt.doc.schema org.eclipse.birt.doc.schema org.eclipse.birt.doc.schema org.eclipse.birt.doc.schema org.eclipse.birt.doc.schema org.eclipse.birt.doc.schema org.eclipse.birt.doc.schema /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/crosstabcoreapi.jar:4.13.0 org.eclipse.birt.report.item.crosstab.core.script org.eclipse.birt.report.item.crosstab.core.script org.eclipse.birt.report.item.crosstab.core.script org.eclipse.birt.report.item.crosstab.core.script org.eclipse.birt.report.item.crosstab.core.script org.eclipse.birt.report.item.crosstab.core.script org.eclipse.birt.report.item.crosstab.core.script org.eclipse.birt.report.item.crosstab.core.script org.eclipse.birt.report.item.crosstab.core org.eclipse.birt.report.item.crosstab.core org.eclipse.birt.report.item.crosstab.core.de.internal org.eclipse.birt.report.item.crosstab.core.de.internal org.eclipse.birt.report.item.crosstab.core.de.internal org.eclipse.birt.report.item.crosstab.core.de.internal org.eclipse.birt.report.item.crosstab.core.de.internal org.eclipse.birt.report.item.crosstab.core.de.internal org.eclipse.birt.report.item.crosstab.core.de.internal org.eclipse.birt.report.item.crosstab.core.de.internal org.eclipse.birt.report.item.crosstab.core.de.internal org.eclipse.birt.report.item.crosstab.core.de.internal org.eclipse.birt.report.item.crosstab.core.de.internal org.eclipse.birt.report.item.crosstab.core.de org.eclipse.birt.report.item.crosstab.core.de org.eclipse.birt.report.item.crosstab.core.de org.eclipse.birt.report.item.crosstab.core.de org.eclipse.birt.report.item.crosstab.core.de org.eclipse.birt.report.item.crosstab.core.de org.eclipse.birt.report.item.crosstab.core.de org.eclipse.birt.report.item.crosstab.core.de org.eclipse.birt.report.item.crosstab.core.de org.eclipse.birt.report.item.crosstab.core.de org.eclipse.birt.report.item.crosstab.core.de org.eclipse.birt.report.item.crosstab.core.util org.eclipse.birt.report.item.crosstab.core.util org.eclipse.birt.report.item.crosstab.core.util org.eclipse.birt.report.item.crosstab.core.util org.eclipse.birt.report.item.crosstab.core.util org.eclipse.birt.report.item.crosstab.core.i18n org.eclipse.birt.report.item.crosstab.core.i18n org.eclipse.birt.report.item.crosstab.core org.eclipse.birt.report.item.crosstab.core org.eclipse.birt.report.item.crosstab.core org.eclipse.birt.report.item.crosstab.core org.eclipse.birt.report.item.crosstab.core org.eclipse.birt.report.item.crosstab.core org.eclipse.birt.report.item.crosstab.core org.eclipse.birt.report.item.crosstab.core org.eclipse.birt.report.item.crosstab.core /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/js.jar:1.7.10 org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.typedarrays org.mozilla.javascript.serialize org.mozilla.javascript.serialize org.mozilla.javascript.serialize org.mozilla.javascript.regexp org.mozilla.javascript.regexp org.mozilla.javascript.regexp org.mozilla.javascript.regexp org.mozilla.javascript.regexp org.mozilla.javascript.regexp org.mozilla.javascript.regexp org.mozilla.javascript.regexp org.mozilla.javascript.regexp org.mozilla.javascript.regexp org.mozilla.javascript.regexp org.mozilla.javascript.regexp org.mozilla.javascript.v8dtoa org.mozilla.javascript.v8dtoa org.mozilla.javascript.v8dtoa org.mozilla.javascript.v8dtoa org.mozilla.javascript.v8dtoa org.mozilla.javascript.v8dtoa org.mozilla.javascript.v8dtoa org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.xmlimpl org.mozilla.javascript.jdk15 org.mozilla.javascript.jdk15 org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module.provider org.mozilla.javascript.commonjs.module org.mozilla.javascript.commonjs.module org.mozilla.javascript.commonjs.module org.mozilla.javascript.commonjs.module org.mozilla.javascript.commonjs.module org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.shell org.mozilla.javascript.tools.debugger.treetable org.mozilla.javascript.tools.debugger.treetable org.mozilla.javascript.tools.debugger.treetable org.mozilla.javascript.tools.debugger.treetable org.mozilla.javascript.tools.debugger.treetable org.mozilla.javascript.tools.debugger.treetable org.mozilla.javascript.tools.debugger.treetable org.mozilla.javascript.tools.debugger.treetable org.mozilla.javascript.tools.debugger.treetable org.mozilla.javascript.tools.debugger.treetable org.mozilla.javascript.tools.debugger.treetable org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.debugger org.mozilla.javascript.tools.jsc org.mozilla.javascript.tools.idswitch org.mozilla.javascript.tools.idswitch org.mozilla.javascript.tools.idswitch org.mozilla.javascript.tools.idswitch org.mozilla.javascript.tools.idswitch org.mozilla.javascript.tools.idswitch org.mozilla.javascript.tools org.mozilla.javascript.tools org.mozilla.javascript.debug org.mozilla.javascript.debug org.mozilla.javascript.debug org.mozilla.javascript.debug org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.annotations org.mozilla.javascript.annotations org.mozilla.javascript.annotations org.mozilla.javascript.annotations org.mozilla.javascript.annotations org.mozilla.javascript.json org.mozilla.javascript.json org.mozilla.javascript.jdk18 org.mozilla.javascript.xml org.mozilla.javascript.xml org.mozilla.javascript.xml org.mozilla.javascript.xml org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript.optimizer org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.javascript org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile org.mozilla.classfile /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/odadesignapi.jar:null org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design org.eclipse.datatools.connectivity.oda.design /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/odaconnectivity.jar:null org.eclipse.datatools.connectivity.oda.util org.eclipse.datatools.connectivity.oda.util org.eclipse.datatools.connectivity.oda.util /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/com.ibm.icu_67.1.0.jar:null com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.range com.ibm.icu.impl.number.range com.ibm.icu.impl.number.range com.ibm.icu.impl.number.range com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.math com.ibm.icu.math com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.text com.ibm.icu.impl.text com.ibm.icu.impl.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.util com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/com.ibm.icu_67.1.0.v20200706-1749.jar:67.1.0 com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.range com.ibm.icu.impl.number.range com.ibm.icu.impl.number.range com.ibm.icu.impl.number.range com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.text com.ibm.icu.impl.text com.ibm.icu.impl.text com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.math com.ibm.icu.math com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/com.ibm.icu_70.1.0.jar:null com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.breakiter com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.data com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.duration.impl com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.locale com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.parse com.ibm.icu.impl.number.range com.ibm.icu.impl.number.range com.ibm.icu.impl.number.range com.ibm.icu.impl.number.range com.ibm.icu.impl.number.range com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.impl.units com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.lang com.ibm.icu.math com.ibm.icu.math com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.number com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.util com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.coll com.ibm.icu.impl.text com.ibm.icu.impl.text com.ibm.icu.impl.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.util com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/javax.activation_1.1.0.v201211130549.jar:1.1.0 javax.activation javax.activation javax.activation javax.activation javax.activation javax.activation javax.activation javax.activation javax.activation javax.activation javax.activation javax.activation javax.activation javax.activation javax.activation javax.activation javax.activation javax.activation javax.activation javax.activation javax.activation org.apache.geronimo.activation.handlers org.apache.geronimo.activation.handlers org.apache.geronimo.activation.handlers org.apache.geronimo.activation.handlers org.apache.geronimo.activation.handlers org.apache.geronimo.activation.handlers org.apache.geronimo.activation.handlers org.apache.geronimo.activation.handlers /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/javax.annotation_1.3.5.v20200909-1856.jar:1.3.5 javax.annotation.security javax.annotation.security javax.annotation.security javax.annotation.security javax.annotation.security javax.annotation.sql javax.annotation.sql javax.annotation javax.annotation javax.annotation javax.annotation javax.annotation javax.annotation javax.annotation javax.annotation /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/javax.el_2.2.0.v201303151357.jar:2.2.0 javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el javax.el /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/javax.inject_1.0.0.v20220405-0441.jar:1.0.0 javax.inject javax.inject javax.inject javax.inject javax.inject javax.inject /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/javax.servlet.jsp-api_2.3.3.jar:null javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp.tagext javax.servlet.jsp javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp.el javax.servlet.jsp javax.servlet.jsp javax.servlet.jsp javax.servlet.jsp javax.servlet.jsp javax.servlet.jsp javax.servlet.jsp javax.servlet.jsp.tagext javax.servlet.jsp.el javax.servlet.jsp javax.servlet.jsp javax.servlet.jsp javax.servlet.jsp /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/javax.transaction_1.1.1.v201105210645.jar:1.1.1 javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction javax.transaction.xa javax.transaction.xa javax.transaction.xa /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/javax.wsdl_1.6.2.v201012040545.jar:1.6.2 com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl com.ibm.wsdl.extensions com.ibm.wsdl.extensions.http com.ibm.wsdl.extensions.http com.ibm.wsdl.extensions.http com.ibm.wsdl.extensions.http com.ibm.wsdl.extensions.http com.ibm.wsdl.extensions.http com.ibm.wsdl.extensions.http com.ibm.wsdl.extensions.http com.ibm.wsdl.extensions.http com.ibm.wsdl.extensions.http com.ibm.wsdl.extensions.http com.ibm.wsdl.extensions.mime com.ibm.wsdl.extensions.mime com.ibm.wsdl.extensions.mime com.ibm.wsdl.extensions.mime com.ibm.wsdl.extensions.mime com.ibm.wsdl.extensions.mime com.ibm.wsdl.extensions.mime com.ibm.wsdl.extensions.mime com.ibm.wsdl.extensions.schema com.ibm.wsdl.extensions.schema com.ibm.wsdl.extensions.schema com.ibm.wsdl.extensions.schema com.ibm.wsdl.extensions.schema com.ibm.wsdl.extensions.schema com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.extensions.soap12 com.ibm.wsdl.factory com.ibm.wsdl.util com.ibm.wsdl.util com.ibm.wsdl.util com.ibm.wsdl.util.xml com.ibm.wsdl.util.xml com.ibm.wsdl.util.xml com.ibm.wsdl.util.xml com.ibm.wsdl.xml com.ibm.wsdl.xml javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl javax.wsdl.extensions javax.wsdl.extensions javax.wsdl.extensions javax.wsdl.extensions javax.wsdl.extensions javax.wsdl.extensions javax.wsdl.extensions javax.wsdl.extensions javax.wsdl.extensions javax.wsdl.extensions.http javax.wsdl.extensions.http javax.wsdl.extensions.http javax.wsdl.extensions.http javax.wsdl.extensions.http javax.wsdl.extensions.mime javax.wsdl.extensions.mime javax.wsdl.extensions.mime javax.wsdl.extensions.mime javax.wsdl.extensions.schema javax.wsdl.extensions.schema javax.wsdl.extensions.schema javax.wsdl.extensions.soap javax.wsdl.extensions.soap javax.wsdl.extensions.soap javax.wsdl.extensions.soap javax.wsdl.extensions.soap javax.wsdl.extensions.soap javax.wsdl.extensions.soap javax.wsdl.extensions.soap12 javax.wsdl.extensions.soap12 javax.wsdl.extensions.soap12 javax.wsdl.extensions.soap12 javax.wsdl.extensions.soap12 javax.wsdl.extensions.soap12 javax.wsdl.extensions.soap12 javax.wsdl.factory javax.wsdl.factory javax.wsdl.xml javax.wsdl.xml javax.wsdl.xml /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/javax.xml.bind_2.2.0.v201105210648.jar:2.2.0 javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation.adapters javax.xml.bind.annotation.adapters javax.xml.bind.annotation.adapters javax.xml.bind.annotation.adapters javax.xml.bind.annotation.adapters javax.xml.bind.annotation.adapters javax.xml.bind.annotation.adapters javax.xml.bind.attachment javax.xml.bind.attachment javax.xml.bind.helpers javax.xml.bind.helpers javax.xml.bind.helpers javax.xml.bind.helpers javax.xml.bind.helpers javax.xml.bind.helpers javax.xml.bind.helpers javax.xml.bind.helpers javax.xml.bind.helpers javax.xml.bind.util javax.xml.bind.util javax.xml.bind.util javax.xml.bind.util javax.xml.bind.util /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/javax.xml.rpc_1.1.2.v202305251813.jar:1.1.2 javax.xml.rpc.encoding javax.xml.rpc.encoding javax.xml.rpc.encoding javax.xml.rpc.encoding javax.xml.rpc.encoding javax.xml.rpc.encoding javax.xml.rpc.encoding javax.xml.rpc.encoding javax.xml.rpc.encoding javax.xml.rpc.handler.soap javax.xml.rpc.handler javax.xml.rpc.handler javax.xml.rpc.handler javax.xml.rpc.handler javax.xml.rpc.handler javax.xml.rpc.handler javax.xml.rpc.holders javax.xml.rpc.holders javax.xml.rpc.holders javax.xml.rpc.holders javax.xml.rpc.holders javax.xml.rpc.holders javax.xml.rpc.holders javax.xml.rpc.holders javax.xml.rpc.holders javax.xml.rpc.holders javax.xml.rpc.holders javax.xml.rpc.holders javax.xml.rpc.holders javax.xml.rpc.holders javax.xml.rpc.holders javax.xml.rpc.holders javax.xml.rpc.holders javax.xml.rpc.holders javax.xml.rpc.holders javax.xml.rpc.holders javax.xml.rpc.holders javax.xml.rpc.holders javax.xml.rpc.server javax.xml.rpc.server javax.xml.rpc.soap javax.xml.rpc javax.xml.rpc javax.xml.rpc javax.xml.rpc javax.xml.rpc javax.xml.rpc javax.xml.rpc javax.xml.rpc javax.xml.rpc /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/javax.xml.stream_1.0.1.v201004272200.jar:1.0.1 javax.xml javax.xml.namespace javax.xml.namespace javax.xml.stream javax.xml.stream javax.xml.stream javax.xml.stream javax.xml.stream javax.xml.stream javax.xml.stream javax.xml.stream javax.xml.stream javax.xml.stream javax.xml.stream javax.xml.stream javax.xml.stream javax.xml.stream javax.xml.stream javax.xml.stream javax.xml.stream javax.xml.stream javax.xml.stream javax.xml.stream.events javax.xml.stream.events javax.xml.stream.events javax.xml.stream.events javax.xml.stream.events javax.xml.stream.events javax.xml.stream.events javax.xml.stream.events javax.xml.stream.events javax.xml.stream.events javax.xml.stream.events javax.xml.stream.events javax.xml.stream.events javax.xml.stream.events javax.xml.stream.util javax.xml.stream.util javax.xml.stream.util javax.xml.stream.util /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/javax.xml_1.3.4.v201005080400.jar:1.3.4 javax.xml javax.xml.datatype javax.xml.datatype javax.xml.datatype javax.xml.datatype javax.xml.datatype javax.xml.datatype javax.xml.datatype javax.xml.datatype javax.xml.datatype javax.xml.datatype javax.xml.datatype javax.xml.datatype javax.xml.datatype javax.xml.datatype javax.xml.datatype javax.xml.namespace javax.xml.namespace javax.xml.namespace javax.xml.parsers javax.xml.parsers javax.xml.parsers javax.xml.parsers javax.xml.parsers javax.xml.parsers javax.xml.parsers javax.xml.parsers javax.xml.parsers javax.xml.parsers javax.xml.parsers javax.xml.parsers javax.xml.parsers javax.xml.parsers javax.xml.parsers javax.xml.transform javax.xml.transform javax.xml.transform javax.xml.transform javax.xml.transform javax.xml.transform javax.xml.transform javax.xml.transform javax.xml.transform javax.xml.transform javax.xml.transform javax.xml.transform javax.xml.transform javax.xml.transform javax.xml.transform javax.xml.transform javax.xml.transform javax.xml.transform javax.xml.transform javax.xml.transform javax.xml.transform.dom javax.xml.transform.dom javax.xml.transform.dom javax.xml.transform.sax javax.xml.transform.sax javax.xml.transform.sax javax.xml.transform.sax javax.xml.transform.sax javax.xml.transform.stream javax.xml.transform.stream javax.xml.transform.stream javax.xml.validation javax.xml.validation javax.xml.validation javax.xml.validation javax.xml.validation javax.xml.validation javax.xml.validation javax.xml.validation javax.xml.validation javax.xml.validation javax.xml.validation javax.xml.validation javax.xml.validation javax.xml.validation javax.xml.validation javax.xml.validation javax.xml.validation javax.xml.validation javax.xml.validation javax.xml.xpath javax.xml.xpath javax.xml.xpath javax.xml.xpath javax.xml.xpath javax.xml.xpath javax.xml.xpath javax.xml.xpath javax.xml.xpath javax.xml.xpath javax.xml.xpath javax.xml.xpath javax.xml.xpath javax.xml.xpath javax.xml.xpath javax.xml.xpath javax.xml.xpath javax.xml.xpath javax.xml.xpath javax.xml.xpath javax.xml.xpath javax.xml.xpath javax.xml.xpath javax.xml.xpath org.apache.xmlcommons org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom org.w3c.dom.bootstrap org.w3c.dom.bootstrap org.w3c.dom.bootstrap org.w3c.dom.bootstrap org.w3c.dom.bootstrap org.w3c.dom.css org.w3c.dom.css org.w3c.dom.css org.w3c.dom.css org.w3c.dom.css org.w3c.dom.css org.w3c.dom.css org.w3c.dom.css org.w3c.dom.css org.w3c.dom.css org.w3c.dom.css org.w3c.dom.css org.w3c.dom.css org.w3c.dom.css org.w3c.dom.css org.w3c.dom.css org.w3c.dom.css org.w3c.dom.css org.w3c.dom.css org.w3c.dom.css org.w3c.dom.css org.w3c.dom.css org.w3c.dom.events org.w3c.dom.events org.w3c.dom.events org.w3c.dom.events org.w3c.dom.events org.w3c.dom.events org.w3c.dom.events org.w3c.dom.events org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.html org.w3c.dom.ls org.w3c.dom.ls org.w3c.dom.ls org.w3c.dom.ls org.w3c.dom.ls org.w3c.dom.ls org.w3c.dom.ls org.w3c.dom.ls org.w3c.dom.ls org.w3c.dom.ls org.w3c.dom.ls org.w3c.dom.ranges org.w3c.dom.ranges org.w3c.dom.ranges org.w3c.dom.stylesheets org.w3c.dom.stylesheets org.w3c.dom.stylesheets org.w3c.dom.stylesheets org.w3c.dom.stylesheets org.w3c.dom.traversal org.w3c.dom.traversal org.w3c.dom.traversal org.w3c.dom.traversal org.w3c.dom.views org.w3c.dom.views org.w3c.dom.xpath org.w3c.dom.xpath org.w3c.dom.xpath org.w3c.dom.xpath org.w3c.dom.xpath org.w3c.dom.xpath org.xml.sax org.xml.sax org.xml.sax org.xml.sax org.xml.sax org.xml.sax org.xml.sax org.xml.sax org.xml.sax org.xml.sax org.xml.sax org.xml.sax org.xml.sax org.xml.sax org.xml.sax org.xml.sax org.xml.sax org.xml.sax.ext org.xml.sax.ext org.xml.sax.ext org.xml.sax.ext org.xml.sax.ext org.xml.sax.ext org.xml.sax.ext org.xml.sax.ext org.xml.sax.helpers org.xml.sax.helpers org.xml.sax.helpers org.xml.sax.helpers org.xml.sax.helpers org.xml.sax.helpers org.xml.sax.helpers org.xml.sax.helpers org.xml.sax.helpers org.xml.sax.helpers org.xml.sax.helpers org.xml.sax.helpers org.xml.sax.helpers org.xml.sax.helpers org.xml.sax.helpers org.xml.sax.helpers org.xml.sax.helpers org.xml.sax.helpers org.xml.sax.helpers org.xml.sax.helpers /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/org.apache.commons.codec_1.14.0.v20200818-1422.jar:1.14.0 org.apache.commons.codec.binary org.apache.commons.codec.binary org.apache.commons.codec.binary org.apache.commons.codec.binary org.apache.commons.codec.binary org.apache.commons.codec.binary org.apache.commons.codec.binary org.apache.commons.codec.binary org.apache.commons.codec.binary org.apache.commons.codec.binary org.apache.commons.codec.binary org.apache.commons.codec.binary org.apache.commons.codec.binary org.apache.commons.codec.binary org.apache.commons.codec.cli org.apache.commons.codec.digest org.apache.commons.codec.digest org.apache.commons.codec.digest org.apache.commons.codec.digest org.apache.commons.codec.digest org.apache.commons.codec.digest org.apache.commons.codec.digest org.apache.commons.codec.digest org.apache.commons.codec.digest org.apache.commons.codec.digest org.apache.commons.codec.digest org.apache.commons.codec.digest org.apache.commons.codec.digest org.apache.commons.codec.digest org.apache.commons.codec.digest org.apache.commons.codec.digest org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language.bm org.apache.commons.codec.language org.apache.commons.codec.language org.apache.commons.codec.language org.apache.commons.codec.language org.apache.commons.codec.language org.apache.commons.codec.language org.apache.commons.codec.language org.apache.commons.codec.language org.apache.commons.codec.language org.apache.commons.codec.language org.apache.commons.codec.language org.apache.commons.codec.language org.apache.commons.codec.language org.apache.commons.codec.language org.apache.commons.codec.language org.apache.commons.codec.language org.apache.commons.codec.language org.apache.commons.codec.language org.apache.commons.codec.language org.apache.commons.codec.language org.apache.commons.codec.net org.apache.commons.codec.net org.apache.commons.codec.net org.apache.commons.codec.net org.apache.commons.codec.net org.apache.commons.codec.net org.apache.commons.codec.net org.apache.commons.codec org.apache.commons.codec org.apache.commons.codec org.apache.commons.codec org.apache.commons.codec org.apache.commons.codec org.apache.commons.codec org.apache.commons.codec org.apache.commons.codec org.apache.commons.codec org.apache.commons.codec org.apache.commons.codec /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/org.eclipse.birt.axis.overlay_4.13.0.v202305251813.jar:4.13.0 org.eclipse.birt.axis.utility /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/org.eclipse.emf.common_2.28.0.v20230315-1321.jar:2.28.0 org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.command org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.util org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify.impl org.eclipse.emf.common.notify org.eclipse.emf.common.notify org.eclipse.emf.common.notify org.eclipse.emf.common.notify org.eclipse.emf.common.notify org.eclipse.emf.common.notify org.eclipse.emf.common.notify org.eclipse.emf.common.notify org.eclipse.emf.common.archive org.eclipse.emf.common.archive org.eclipse.emf.common.archive org.eclipse.emf.common.archive org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common org.eclipse.emf.common /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/org.eclipse.emf.ecore.xmi_2.18.0.v20230211-1150.jar:2.18.0 org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.impl org.eclipse.emf.ecore.xmi.util org.eclipse.emf.ecore.xmi.util org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi org.eclipse.emf.ecore.xmi /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/org.eclipse.emf.ecore_2.34.0.v20230406-1203.jar:2.34.0 org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.util org.eclipse.emf.ecore.xml.type.impl org.eclipse.emf.ecore.xml.type.impl org.eclipse.emf.ecore.xml.type.impl org.eclipse.emf.ecore.xml.type.impl org.eclipse.emf.ecore.xml.type.impl org.eclipse.emf.ecore.xml.type.impl org.eclipse.emf.ecore.xml.type.impl org.eclipse.emf.ecore.xml.type.impl org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.internal org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type.util org.eclipse.emf.ecore.xml.type org.eclipse.emf.ecore.xml.type org.eclipse.emf.ecore.xml.type org.eclipse.emf.ecore.xml.type org.eclipse.emf.ecore.xml.type org.eclipse.emf.ecore.xml.type org.eclipse.emf.ecore.xml.type org.eclipse.emf.ecore.xml.type org.eclipse.emf.ecore.xml.namespace.impl org.eclipse.emf.ecore.xml.namespace.impl org.eclipse.emf.ecore.xml.namespace.impl org.eclipse.emf.ecore.xml.namespace.impl org.eclipse.emf.ecore.xml.namespace.util org.eclipse.emf.ecore.xml.namespace org.eclipse.emf.ecore.xml.namespace org.eclipse.emf.ecore.xml.namespace org.eclipse.emf.ecore.xml.namespace org.eclipse.emf.ecore.xml.namespace org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource.impl org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.resource org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore.plugin org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore org.eclipse.emf.ecore /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/lib/org.w3c.css.sac_1.3.1.v200903091627.jar:1.3.1 org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac org.w3c.css.sac.helpers [INFO] [jar] Building MANIFEST-only jar: /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/org.eclipse.birt.api_4.13.0.v202305251813.jar [INFO] Executed tasks [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.api --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.api --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.api --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.api --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.api/target/jacoco.exec [INFO] [INFO] --------------< org.eclipse.birt:org.eclipse.birt.build >--------------- [INFO] Building org.eclipse.birt.build 4.13.0-SNAPSHOT [241/288] [INFO] from build/org.eclipse.birt.build/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.build --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.build --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.build --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.build --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.build --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.build --- [INFO] Resolving class path of org.eclipse.birt.build... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.build --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.build/target/jacoco.exec [INFO] [INFO] --- dependency:2.10:copy (download-jars) @ org.eclipse.birt.build --- [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Configured Artifact: dom4j:dom4j:1.6.1:jar [INFO] Copying dom4j-1.6.1.jar to /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.build/lib/dom4j-1.6.1.jar [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.build --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.build/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.build --- [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.build/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.build --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.build --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.build --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.build --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.build --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.build --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.build/target/org.eclipse.birt.build-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.build --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.build --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.build/target/org.eclipse.birt.build-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.build --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.build --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.build/target/org.eclipse.birt.build-4.13.0-SNAPSHOT.jar_unpacked_15264789048422490938/lib/dom4j-1.6.1.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.build/target/org.eclipse.birt.build-4.13.0-SNAPSHOT.jar_unpacked_15264789048422490938/lib/dom4j-1.6.1.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.build/target/org.eclipse.birt.build-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.build/target/org.eclipse.birt.build-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.build --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.build --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.build/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.build --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.build --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.build --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.build --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.build --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.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.13.0-SNAPSHOT [242/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.6: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.6/org.jacoco.agent-0.8.6-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] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.build.package-parent --- [INFO] [INFO] --- jacoco:0.8.6: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.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.build.package-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.6: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.birt-packages.birt-charts:ChartRuntime >------- [INFO] Building ChartRuntime 4.13.0-SNAPSHOT [243/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.13.0.v202305251813 [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.6:prepare-agent (jacoco-prepare-agent) @ ChartRuntime --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-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] [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.13.0-SNAPSHOT.zip [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.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ ChartRuntime --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/ChartRuntime/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ ChartRuntime --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ ChartRuntime --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6: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.birt-packages.birt-charts:ChartSDK >--------- [INFO] Building ChartSDK 4.13.0-SNAPSHOT [244/288] [INFO] from build/birt-packages/birt-charts/ChartSDK/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ ChartSDK --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ ChartSDK --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ ChartSDK --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ ChartSDK --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ ChartSDK --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/ChartSDK/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ ChartSDK --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/ChartSDK/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ ChartSDK --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ ChartSDK --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ ChartSDK --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ ChartSDK --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ ChartSDK --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ ChartSDK --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ ChartSDK --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ ChartSDK --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/ChartSDK/target/ChartSDK-4.13.0-SNAPSHOT.zip [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ ChartSDK --- [INFO] [INFO] --- antrun:3.0.0:run (re-package) @ ChartSDK --- [INFO] Executing tasks [INFO] [copy] Copying 74 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/ChartSDK/target/eclipse [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ ChartSDK --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ ChartSDK --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/ChartSDK/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ ChartSDK --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ ChartSDK --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ ChartSDK --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/ChartSDK/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt.birt-packages.birt-charts:DeploymentRuntime >---- [INFO] Building DeploymentRuntime 4.13.0-SNAPSHOT [245/288] [INFO] from build/birt-packages/birt-charts/DeploymentRuntime/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ DeploymentRuntime --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ DeploymentRuntime --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ DeploymentRuntime --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ DeploymentRuntime --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ DeploymentRuntime --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/DeploymentRuntime/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ DeploymentRuntime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/DeploymentRuntime/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ DeploymentRuntime --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ DeploymentRuntime --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ DeploymentRuntime --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ DeploymentRuntime --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ DeploymentRuntime --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v202305251813.ChartEngine 1.0.0.Cz_i5cLSkY-EGCrnR4hnuCRIYEcr73553C753ECE to org.eclipse.equinox.p2.iu; com.ibm.icu [67.1.0.v20200706-1749,67.1.0.v20200706-1749].; Unable to satisfy dependency from v202305251813.ChartEngine 1.0.0.Cz_i5cLSkY-EGCrnR4hnuCRIYEcr73553C753ECE to org.eclipse.equinox.p2.iu; com.ibm.icu [67.1.0,67.1.0].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v202305251813.ChartEngine 1.0.0.Cz_i5cLSkY-EGCrnR4hnuCRIYEcr73553C753ECE to org.eclipse.equinox.p2.iu; com.ibm.icu [67.1.0.v20200706-1749,67.1.0.v20200706-1749].; Unable to satisfy dependency from v202305251813.ChartEngine 1.0.0.Cz_i5cLSkY-EGCrnR4hnuCRIYEcr73553C753ECE to org.eclipse.equinox.p2.iu; com.ibm.icu [67.1.0,67.1.0].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v202305251813.ChartEngine 1.0.0.Cz_i5cLSkY-EGCrnR4hnuCRIYEcr73553C753ECE to org.eclipse.equinox.p2.iu; com.ibm.icu [67.1.0.v20200706-1749,67.1.0.v20200706-1749].; Unable to satisfy dependency from v202305251813.ChartEngine 1.0.0.Cz_i5cLSkY-EGCrnR4hnuCRIYEcr73553C753ECE to org.eclipse.equinox.p2.iu; com.ibm.icu [67.1.0,67.1.0].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v202305251813.ChartEngine 1.0.0.Cz_i5cLSkY-EGCrnR4hnuCRIYEcr73553C753ECE to org.eclipse.equinox.p2.iu; com.ibm.icu [67.1.0.v20200706-1749,67.1.0.v20200706-1749].; Unable to satisfy dependency from v202305251813.ChartEngine 1.0.0.Cz_i5cLSkY-EGCrnR4hnuCRIYEcr73553C753ECE to org.eclipse.equinox.p2.iu; com.ibm.icu [67.1.0,67.1.0].] [WARNING] More information on the preceding warning(s) can be found here: [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ DeploymentRuntime --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ DeploymentRuntime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ DeploymentRuntime --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime-4.13.0-SNAPSHOT.zip [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ DeploymentRuntime --- [INFO] [INFO] --- antrun:3.0.0:run (re-package) @ DeploymentRuntime --- [INFO] Executing tasks [INFO] [copy] Copying 37 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/ChartEngine [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/ChartEngine/docs [INFO] [copy] Copying 11 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/chart-viewer-sample [INFO] [copy] Copying 36 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/chart-viewer-sample/WEB-INF/lib [INFO] [war] Building war: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/chart-viewer-sample.war [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/chart-viewer-sample [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ DeploymentRuntime --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ DeploymentRuntime --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/DeploymentRuntime/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ DeploymentRuntime --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ DeploymentRuntime --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ DeploymentRuntime --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/DeploymentRuntime/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt.birt-packages.birt-charts:birt-charts >------- [INFO] Building birt-charts 4.13.0-SNAPSHOT [246/288] [INFO] from build/birt-packages/birt-charts/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-charts --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ birt-charts --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-charts --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-charts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-charts --- [INFO] [INFO] --- antrun:3.0.0:run (re-package) @ birt-charts --- [INFO] Executing tasks [INFO] [copy] Copying 42 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/target/build/ChartRuntime/eclipse [INFO] [copy] Copying 74 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/target/build/ChartSDK/eclipse [INFO] [copy] Copying 39 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/target/build/DeploymentRuntime [INFO] [copy] Copying 2 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/target/build [INFO] [zip] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/target/birt-charts-4.13.0-20230525.zip [INFO] Executed tasks [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-charts --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ birt-charts --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ birt-charts --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ birt-charts --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-charts/target/jacoco.exec [INFO] [INFO] ---------------------< org.eclipse.birt:birt-epp >---------------------- [INFO] Building birt-epp 4.13.0-SNAPSHOT [247/288] [INFO] from build/birt-packages/birt-epp/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-epp --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-epp --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-epp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-epp --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ birt-epp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-epp/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ birt-epp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-epp/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-epp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-epp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-epp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-epp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-epp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (39.54kB) [INFO] Fetching org.apache.felix.scr.source_2.2.2.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/plugins/ (263.86kB) [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-epp --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-epp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ birt-epp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-epp/target/birt-epp-4.13.0-20230525.zip [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-epp --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-epp --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-epp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-epp/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ birt-epp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ birt-epp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ birt-epp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-epp/target/jacoco.exec [INFO] [INFO] ------------------< org.eclipse.birt:birt-report-rcp >------------------ [INFO] Building birt-report-rcp 4.13.0-SNAPSHOT [248/288] [INFO] from build/birt-packages/birt-report-rcp/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-report-rcp --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-report-rcp --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-report-rcp --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-report-rcp --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ birt-report-rcp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-rcp/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ birt-report-rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-rcp/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-report-rcp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-report-rcp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-report-rcp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-report-rcp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-report-rcp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Fetching 17.0.7&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/justj/jres/17/updates/release/ (63B) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (112.29MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (30.7MB of 112.29MB at 30.7MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (63.02MB of 112.29MB at 31.51MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (95.48MB of 112.29MB at 31.83MB/s) [INFO] Fetching org.eclipse.datatools.common.doc.user_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (52.32kB) [INFO] Fetching org.eclipse.datatools.common.doc.user_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.87kB) [INFO] Fetching org.eclipse.datatools.connectivity.doc.user_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (85.81kB) [INFO] Fetching org.eclipse.datatools.connectivity.doc.user.contexts_1.7.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (21.47kB) [INFO] Fetching org.eclipse.datatools.connectivity.doc.user_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.92kB) [INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile.ui_3.3.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (104.37kB) [INFO] Fetching org.eclipse.datatools.enablement.apache.derby.feature_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.93kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (27.64kB) [INFO] Fetching org.eclipse.datatools.enablement.hsqldb.feature_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.91kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.iseries.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (32.2kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (21.09kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.luw.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (39.4kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.zseries.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (26.04kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.informix.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (26.72kB) [INFO] Fetching org.eclipse.datatools.enablement.ibm.feature_1.14.103.202103070014.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (31.03kB) [INFO] Fetching org.eclipse.datatools.enablement.ingres_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (110.88kB) [INFO] Fetching org.eclipse.datatools.enablement.ingres.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (12.87kB) [INFO] Fetching org.eclipse.datatools.enablement.ingres.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (185.4kB) [INFO] Fetching org.eclipse.datatools.enablement.ingres.feature_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.97kB) [INFO] Fetching org.eclipse.datatools.sqltools.routineeditor.ui_1.2.101.202008192017.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (167.05kB) [INFO] Fetching org.eclipse.datatools.enablement.jdt.classpath_1.2.101.201807030125.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (27.03kB) [INFO] Fetching org.eclipse.datatools.enablement.jdt.feature_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.84kB) [INFO] Fetching org.eclipse.datatools.enablement.msft.sqlserver.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (44.53kB) [INFO] Fetching org.eclipse.datatools.enablement.msft.feature_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.92kB) [INFO] Fetching org.eclipse.datatools.enablement.mysql.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (16.09kB) [INFO] Fetching org.eclipse.datatools.enablement.mysql.feature_1.14.103.202107071900.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.91kB) [INFO] Fetching org.eclipse.datatools.enablement.oda.ws.ui_1.4.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (110.47kB) [INFO] Fetching org.eclipse.datatools.enablement.oda.designer.feature_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.9kB) [INFO] Fetching org.eclipse.datatools.enablement.oracle.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (26.9kB) [INFO] Fetching org.eclipse.datatools.enablement.oracle.feature_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.9kB) [INFO] Fetching org.eclipse.datatools.enablement.postgresql.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (14.64kB) [INFO] Fetching org.eclipse.datatools.enablement.postgresql.feature_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.9kB) [INFO] Fetching org.eclipse.datatools.enablement.sap.maxdb.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (16.61kB) [INFO] Fetching org.eclipse.datatools.enablement.sap.feature_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.92kB) [INFO] Fetching org.eclipse.datatools.enablement.sqlite_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (24.61kB) [INFO] Fetching org.eclipse.datatools.enablement.sqlite.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (11.29kB) [INFO] Fetching org.eclipse.datatools.enablement.sqlite.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (25.42kB) [INFO] Fetching org.eclipse.datatools.enablement.sqlite.feature_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.96kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (165.66kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.models_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (47.1kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.asa_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (286.63kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.asa.models_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (195.49kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.asa.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (13.46kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples_2.7.200.202008192017.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (645.07kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (66.84kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.asa.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (84.1kB) [INFO] Fetching org.eclipse.datatools.sqltools.debugger.core_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (55.26kB) [INFO] Fetching org.eclipse.datatools.sqltools.debugger.core.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (82.22kB) [INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (142.07kB) [INFO] Fetching org.eclipse.datatools.sqltools.schemaobjecteditor_1.3.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (21.84kB) [INFO] Fetching org.eclipse.datatools.sqltools.schemaobjecteditor.ui_1.3.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (236.24kB) [INFO] Fetching org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages_1.3.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (72.21kB) [INFO] Fetching org.eclipse.datatools.sqltools.ddlgen.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (82.35kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.ase_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (301.99kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.ase.models_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (233.64kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.ase.dbdefinition_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (13.95kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.ase.ui_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (78.72kB) [INFO] Fetching org.eclipse.datatools.enablement.sybase.feature_1.14.201.202107090755.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (31.03kB) [INFO] Fetching org.eclipse.datatools.intro_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (37.93kB) [INFO] Fetching org.eclipse.datatools.intro_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.72kB) [INFO] Fetching org.eclipse.datatools.sqltools.data.ui_1.4.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (123.77kB) [INFO] Fetching org.eclipse.datatools.sqltools.tabledataeditor_1.2.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (35.37kB) [INFO] Fetching org.eclipse.datatools.sqldevtools.data.feature_1.14.201.202107090755.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.94kB) [INFO] Fetching org.eclipse.datatools.sqldevtools.ddl.feature_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.77kB) [INFO] Fetching org.eclipse.datatools.sqldevtools.ddlgen.feature_1.14.201.202107090755.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (31kB) [INFO] Fetching org.eclipse.datatools.sqldevtools.feature_1.14.201.202107090755.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (31.14kB) [INFO] Fetching org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.87kB) [INFO] Fetching org.eclipse.datatools.sqltools.doc.user_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (162.72kB) [INFO] Fetching org.eclipse.datatools.sqltools.doc.user.contexts_1.7.101.201811012051.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/plugins/ (15.89kB) [INFO] Fetching org.eclipse.datatools.sqltools.doc.user_1.14.102.201911250848.jar from https://download.eclipse.org/datatools/updates/1.14.300-SNAPSHOT/repository/features/ (30.96kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (19.67kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/features/ (23.27kB) [INFO] Fetching org.eclipse.rcp.configuration_1.1.1800.v20220831-1800.jar from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/features/ (20.63kB) [INFO] Fetching org.eclipse.rcp.configuration_root.win32.win32.x86_64_1.1.1800.v20220831-1800 from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/binary/ (266.5kB) [INFO] Fetching org.eclipse.xsd.edit_2.15.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.88kB) [INFO] Fetching org.eclipse.xsd_2.21.0.v20230315-1321.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.87kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (115.09MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (33.06MB of 115.09MB at 33.02MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (66.25MB of 115.09MB at 33.11MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (99.82MB of 115.09MB at 33.26MB/s) [INFO] Fetching org.eclipse.rcp.configuration_root.gtk.linux.x86_64_1.1.1800.v20220831-1800 from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/binary/ (34.83kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (113.66MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (33.36MB of 113.66MB at 33.33MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (63.59MB of 113.66MB at 31.78MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (91.76MB of 113.66MB at 30.58MB/s) [INFO] Fetching org.eclipse.rcp.configuration_root.cocoa.macosx.x86_64_1.1.1800.v20220831-1800 from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/binary/ (16.21kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (112.47MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (33.28MB of 112.47MB at 33.28MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (66.69MB of 112.47MB at 33.34MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (100.38MB of 112.47MB at 33.46MB/s) [INFO] Fetching org.eclipse.rcp.configuration_root.cocoa.macosx.aarch64_1.1.1800.v20220831-1800 from https://download.eclipse.org/eclipse/updates/4.25/R-4.25-202208311800/binary/ (15.81kB) [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-report-rcp --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-report-rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ birt-report-rcp --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-rcp/target/birt-report-rcp-4.13.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-director:2.7.5:materialize-products (create-product-distributions) @ birt-report-rcp --- [INFO] Installing product org.eclipse.birt.report.designer.rcp for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-rcp/target/products/org.eclipse.birt.report.designer.rcp/win32/win32/x86_64/birt Installing org.eclipse.birt.report.designer.rcp 4.13.0.v202305251813. Installing org.eclipse.birt.rcp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.chart.cshelp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.chart.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.cshelp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.doc.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.feature.group 4.13.0.v202305251813. Installing org.eclipse.datatools.common.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.14.103.202103070014. Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.14.103.202107071900. Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.14.102.201911221603. Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.intro.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.modelbase.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.14.201.202107061424. Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.draw2d.feature.group 3.14.0.202206170857. Installing org.eclipse.e4.rcp.feature.group 4.25.0.v20220829-1402. Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20211005-1944. Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20210409-2301. Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20220215-0126. Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20210409-2301. Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924. Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150. Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321. Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203. Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1500.v20220819-1949. Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.1700.v20220819-1949. Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.1700.v20220819-1949. Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.1700.v20220819-1949. Installing org.eclipse.gef.feature.group 3.14.0.202206170857. Installing org.eclipse.help.feature.group 2.3.1100.v20220831-1800. Installing org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800. Installing org.eclipse.pde.feature.group 3.14.1300.v20220831-1800. Installing org.eclipse.platform.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.rcp.configuration.feature.group 1.1.1800.v20220831-1800. Installing org.eclipse.rcp.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202108200212. Installing org.eclipse.wst.common_ui.feature.feature.group 3.23.0.v202207121617. Installing org.eclipse.wst.xml_core.feature.feature.group 3.27.0.v202207150226. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.27.0.v202208280234. Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502. Operation completed in 19422 ms. [INFO] Installing product org.eclipse.birt.report.designer.rcp for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-rcp/target/products/org.eclipse.birt.report.designer.rcp/linux/gtk/x86_64/birt Installing org.eclipse.birt.report.designer.rcp 4.13.0.v202305251813. Installing org.eclipse.birt.rcp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.chart.cshelp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.chart.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.cshelp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.doc.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.feature.group 4.13.0.v202305251813. Installing org.eclipse.datatools.common.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.14.103.202103070014. Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.14.103.202107071900. Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.14.102.201911221603. Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.intro.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.modelbase.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.14.201.202107061424. Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.draw2d.feature.group 3.14.0.202206170857. Installing org.eclipse.e4.rcp.feature.group 4.25.0.v20220829-1402. Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20211005-1944. Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20210409-2301. Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20220215-0126. Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20210409-2301. Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924. Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150. Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321. Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203. Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1500.v20220819-1949. Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.1700.v20220819-1949. Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.1700.v20220819-1949. Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.1700.v20220819-1949. Installing org.eclipse.gef.feature.group 3.14.0.202206170857. Installing org.eclipse.help.feature.group 2.3.1100.v20220831-1800. Installing org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800. Installing org.eclipse.pde.feature.group 3.14.1300.v20220831-1800. Installing org.eclipse.platform.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.rcp.configuration.feature.group 1.1.1800.v20220831-1800. Installing org.eclipse.rcp.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202108200212. Installing org.eclipse.wst.common_ui.feature.feature.group 3.23.0.v202207121617. Installing org.eclipse.wst.xml_core.feature.feature.group 3.27.0.v202207150226. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.27.0.v202208280234. Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502. Operation completed in 17992 ms. [INFO] Installing product org.eclipse.birt.report.designer.rcp for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-rcp/target/products/org.eclipse.birt.report.designer.rcp/macosx/cocoa/x86_64/birt.app Installing org.eclipse.birt.report.designer.rcp 4.13.0.v202305251813. Installing org.eclipse.birt.rcp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.chart.cshelp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.chart.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.cshelp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.doc.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.feature.group 4.13.0.v202305251813. Installing org.eclipse.datatools.common.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.14.103.202103070014. Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.14.103.202107071900. Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.14.102.201911221603. Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.intro.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.modelbase.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.14.201.202107061424. Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.draw2d.feature.group 3.14.0.202206170857. Installing org.eclipse.e4.rcp.feature.group 4.25.0.v20220829-1402. Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20211005-1944. Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20210409-2301. Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20220215-0126. Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20210409-2301. Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924. Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150. Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321. Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203. Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1500.v20220819-1949. Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.1700.v20220819-1949. Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.1700.v20220819-1949. Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.1700.v20220819-1949. Installing org.eclipse.gef.feature.group 3.14.0.202206170857. Installing org.eclipse.help.feature.group 2.3.1100.v20220831-1800. Installing org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800. Installing org.eclipse.pde.feature.group 3.14.1300.v20220831-1800. Installing org.eclipse.platform.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.rcp.configuration.feature.group 1.1.1800.v20220831-1800. Installing org.eclipse.rcp.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202108200212. Installing org.eclipse.wst.common_ui.feature.feature.group 3.23.0.v202207121617. Installing org.eclipse.wst.xml_core.feature.feature.group 3.27.0.v202207150226. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.27.0.v202208280234. Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502. Operation completed in 17698 ms. [INFO] Installing product org.eclipse.birt.report.designer.rcp for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-rcp/target/products/org.eclipse.birt.report.designer.rcp/macosx/cocoa/aarch64/birt.app Installing org.eclipse.birt.report.designer.rcp 4.13.0.v202305251813. Installing org.eclipse.birt.rcp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.chart.cshelp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.chart.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.cshelp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.doc.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.feature.group 4.13.0.v202305251813. Installing org.eclipse.datatools.common.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.14.103.202103070014. Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.14.103.202107071900. Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.14.102.201911221603. Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.intro.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.modelbase.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.14.201.202107061424. Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.draw2d.feature.group 3.14.0.202206170857. Installing org.eclipse.e4.rcp.feature.group 4.25.0.v20220829-1402. Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20211005-1944. Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20210409-2301. Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20220215-0126. Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20210409-2301. Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924. Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150. Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321. Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203. Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1500.v20220819-1949. Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.1700.v20220819-1949. Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.1700.v20220819-1949. Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.1700.v20220819-1949. Installing org.eclipse.gef.feature.group 3.14.0.202206170857. Installing org.eclipse.help.feature.group 2.3.1100.v20220831-1800. Installing org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800. Installing org.eclipse.pde.feature.group 3.14.1300.v20220831-1800. Installing org.eclipse.platform.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.rcp.configuration.feature.group 1.1.1800.v20220831-1800. Installing org.eclipse.rcp.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202108200212. Installing org.eclipse.wst.common_ui.feature.feature.group 3.23.0.v202207121617. Installing org.eclipse.wst.xml_core.feature.feature.group 3.27.0.v202207150226. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.27.0.v202208280234. Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502. Operation completed in 18580 ms. [INFO] [INFO] --- tycho-p2-director:2.7.5:archive-products (create-product-distributions) @ birt-report-rcp --- [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-rcp/target/products/birt-rcp-report-designer-4.13.0-20230525-win32.win32.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-rcp/target/products/birt-rcp-report-designer-4.13.0-20230525-linux.gtk.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-rcp/target/products/birt-rcp-report-designer-4.13.0-20230525-macosx.cocoa.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-rcp/target/products/birt-rcp-report-designer-4.13.0-20230525-macosx.cocoa.aarch64.zip [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-report-rcp --- [INFO] [INFO] --- eclipse-winsigner:1.3.1:sign (sign) @ birt-report-rcp --- [INFO] [Thu May 25 18:37:06 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-rcp/target/products/org.eclipse.birt.report.designer.rcp/win32/win32/x86_64/birt/birt.exe' [INFO] [Thu May 25 18:37:07 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-rcp/target/products/org.eclipse.birt.report.designer.rcp/win32/win32/x86_64/birt/birtc.exe' [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-report-rcp --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-report-rcp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-rcp/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ birt-report-rcp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ birt-report-rcp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ birt-report-rcp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-rcp/target/jacoco.exec [INFO] [INFO] --------------< org.eclipse.birt:birt-report-all-in-one >--------------- [INFO] Building birt-report-all-in-one 4.13.0-SNAPSHOT [249/288] [INFO] from build/birt-packages/birt-report-all-in-one/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-report-all-in-one --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-report-all-in-one --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-report-all-in-one --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-report-all-in-one --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ birt-report-all-in-one --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-all-in-one/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ birt-report-all-in-one --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-all-in-one/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-report-all-in-one --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-report-all-in-one --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] publishing result: [The bundles specified in the product definition are ignored; verify the value of the 'type' or 'useFeatures' attribute.] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-report-all-in-one --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-report-all-in-one --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-report-all-in-one --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (2.55MB) [INFO] Fetching com.sun.xml.bind_2.3.3.v20221203-1659.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.16MB) [INFO] Fetching jakarta.xml.bind_2.3.3.v20221203-1659.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (135.86kB) [INFO] Fetching javax.activation_1.2.2.v20221203-1659.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (85.08kB) [INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (39.42kB) [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (314.74kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (300.96kB) [INFO] Fetching org.apache.lucene.lucene-analysis-common_9.5.0.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.82MB) [INFO] Fetching org.apache.lucene.lucene-core_9.5.0.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (3.57MB) [INFO] Fetching org.apache.lucene.lucene-queries_9.5.0.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (490.9kB) [INFO] Fetching org.apache.lucene.lucene-queryparser_9.5.0.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (418.36kB) [INFO] Fetching org.apache.lucene.lucene-sandbox_9.5.0.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (235.15kB) [INFO] Fetching org.apache.ws.commons.util_1.0.2.v20160817-1930.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (46.77kB) [INFO] Fetching org.apache.xmlrpc.client_3.1.3.v20160817-1930.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (73.89kB) [INFO] Fetching org.apache.xmlrpc.common_3.1.3.v20181004-1955.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (129.32kB) [INFO] Fetching org.eclipse.mylyn.bugzilla.core_3.26.0.v20230221-1930.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (274.3kB) [INFO] Fetching org.eclipse.mylyn.commons.core_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (125.23kB) [INFO] Fetching org.eclipse.mylyn.commons.net_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (85.77kB) [INFO] Fetching org.eclipse.mylyn.commons.xmlrpc_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (39kB) [INFO] Fetching org.eclipse.mylyn.tasks.core_3.26.0.v20221223-1911.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (490.83kB) [INFO] Fetching org.eclipse.mylyn.bugzilla.ide_3.26.0.v20221223-1911.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (17.92kB) [INFO] Fetching org.eclipse.mylyn.bugzilla.ui_3.26.0.v20230221-1930.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (290.09kB) [INFO] Fetching org.eclipse.mylyn.commons.ui_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (331.04kB) [INFO] Fetching org.eclipse.mylyn.commons.workbench_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (178.66kB) [INFO] Fetching org.eclipse.mylyn.tasks.ui_3.26.0.v20230221-1933.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.98MB) [INFO] Fetching org.eclipse.mylyn.bugzilla_feature_3.26.0.v20230221-1930.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.9kB) [INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (111.39kB) [INFO] Fetching org.eclipse.mylyn.commons_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.82kB) [INFO] Fetching org.eclipse.mylyn.commons.identity.core_3.26.0.v20230225-1108.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (47kB) [INFO] Fetching org.eclipse.mylyn.commons.identity_3.26.0.v20230225-1108.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.79kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.core_3.26.0.v20221223-1911.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (16.02kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_3.26.0.v20230320-1407.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (32.86kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (63.41kB) [INFO] Fetching org.eclipse.mylyn.commons.notifications_3.26.0.v20230320-1407.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.89kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.core_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (50.21kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_3.26.0.v20230131-2052.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (99.27kB) [INFO] Fetching org.eclipse.mylyn.commons.repositories_3.26.0.v20230131-2052.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.87kB) [INFO] Fetching org.eclipse.mylyn.context.core_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (128.15kB) [INFO] Fetching org.eclipse.mylyn.monitor.core_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (40.67kB) [INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (110.97kB) [INFO] Fetching org.eclipse.mylyn.context.ui_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (166.97kB) [INFO] Fetching org.eclipse.mylyn.monitor.ui_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (53.46kB) [INFO] Fetching org.eclipse.mylyn.resources.ui_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (70.32kB) [INFO] Fetching org.eclipse.mylyn.context_feature_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.86kB) [INFO] Fetching org.eclipse.mylyn.debug.ui_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (38.5kB) [INFO] Fetching org.eclipse.mylyn.ide.ui_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (37.23kB) [INFO] Fetching org.eclipse.mylyn.discovery.core_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (90.78kB) [INFO] Fetching org.eclipse.mylyn.discovery.ui_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (94.03kB) [INFO] Fetching org.eclipse.mylyn.discovery_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.79kB) [INFO] Fetching org.eclipse.mylyn.ide.ant_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (28.16kB) [INFO] Fetching org.eclipse.mylyn.ide_feature_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.89kB) [INFO] Fetching org.eclipse.mylyn.java.tasks_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (24.1kB) [INFO] Fetching org.eclipse.mylyn.java.ui_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (165.31kB) [INFO] Fetching org.eclipse.mylyn.java_feature_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.95kB) [INFO] Fetching org.eclipse.mylyn.monitor_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.79kB) [INFO] Fetching org.eclipse.mylyn.tasks.bugs_3.26.0.v20221223-1911.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (95.96kB) [INFO] Fetching org.eclipse.mylyn.help.ui_3.26.0.v20221223-1911.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (1.22MB) [INFO] Fetching org.eclipse.mylyn.tasks.ide_3.26.0.v20221223-1911.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.83kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.26.0.v20230416-1636.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (34.69kB) [INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.26.0.v20221223-1911.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (31.93kB) [INFO] Fetching org.eclipse.mylyn.tasks.search_3.26.0.v20221223-1911.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (70.8kB) [INFO] Fetching org.eclipse.mylyn.team.ui_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/plugins/ (137.46kB) [INFO] Fetching org.eclipse.mylyn.team_feature_3.26.0.v20221229-1738.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (20.83kB) [INFO] Fetching org.eclipse.mylyn_feature_3.26.0.v20230416-1636.jar from http://download.eclipse.org/mylyn/drops/3.26.0/v20230503-2157/features/ (21.48kB) [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-report-all-in-one --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-report-all-in-one --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ birt-report-all-in-one --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-all-in-one/target/birt-report-all-in-one-4.13.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-director:2.7.5:materialize-products (create-product-distributions) @ birt-report-all-in-one --- [INFO] Installing product org.eclipse.birt.report.designer.all for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/win32/win32/x86_64/eclipse Installing org.eclipse.birt.report.designer.all 4.13.0.v202305251813. Installing org.eclipse.birt.chart.cshelp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.chart.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.cshelp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.doc.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.example.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.feature.group 4.13.0.v202305251813. Installing org.eclipse.datatools.common.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.14.103.202103070014. Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.14.103.202107071900. Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.14.102.201911221603. Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.intro.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.modelbase.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.14.201.202107061424. Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.draw2d.feature.group 3.14.0.202206170857. Installing org.eclipse.e4.rcp.feature.group 4.25.0.v20220829-1402. Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20211005-1944. Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20210409-2301. Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20220215-0126. Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20210409-2301. Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924. Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150. Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321. Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203. Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1500.v20220819-1949. Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.1700.v20220819-1949. Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.1700.v20220819-1949. Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.1700.v20220819-1949. Installing org.eclipse.gef.feature.group 3.14.0.202206170857. Installing org.eclipse.help.feature.group 2.3.1100.v20220831-1800. Installing org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800. Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.26.0.v20230221-1930. Installing org.eclipse.mylyn.commons.identity.feature.group 3.26.0.v20230225-1108. Installing org.eclipse.mylyn.commons.notifications.feature.group 3.26.0.v20230320-1407. Installing org.eclipse.mylyn.commons.repositories.feature.group 3.26.0.v20230131-2052. Installing org.eclipse.mylyn.commons.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.context_feature.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.discovery.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.ide_feature.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.java_feature.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.monitor.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.tasks.ide.feature.group 3.26.0.v20221223-1911. Installing org.eclipse.mylyn.team_feature.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn_feature.feature.group 3.26.0.v20230416-1636. Installing org.eclipse.pde.feature.group 3.14.1300.v20220831-1800. Installing org.eclipse.platform.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.rcp.configuration.feature.group 1.1.1800.v20220831-1800. Installing org.eclipse.rcp.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202108200212. Installing org.eclipse.wst.common_ui.feature.feature.group 3.23.0.v202207121617. Installing org.eclipse.wst.xml_core.feature.feature.group 3.27.0.v202207150226. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.27.0.v202208280234. Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502. Operation completed in 19480 ms. [INFO] Installing product org.eclipse.birt.report.designer.all for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/linux/gtk/x86_64/eclipse Installing org.eclipse.birt.report.designer.all 4.13.0.v202305251813. Installing org.eclipse.birt.chart.cshelp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.chart.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.cshelp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.doc.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.example.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.feature.group 4.13.0.v202305251813. Installing org.eclipse.datatools.common.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.14.103.202103070014. Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.14.103.202107071900. Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.14.102.201911221603. Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.intro.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.modelbase.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.14.201.202107061424. Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.draw2d.feature.group 3.14.0.202206170857. Installing org.eclipse.e4.rcp.feature.group 4.25.0.v20220829-1402. Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20211005-1944. Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20210409-2301. Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20220215-0126. Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20210409-2301. Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924. Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150. Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321. Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203. Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1500.v20220819-1949. Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.1700.v20220819-1949. Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.1700.v20220819-1949. Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.1700.v20220819-1949. Installing org.eclipse.gef.feature.group 3.14.0.202206170857. Installing org.eclipse.help.feature.group 2.3.1100.v20220831-1800. Installing org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800. Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.26.0.v20230221-1930. Installing org.eclipse.mylyn.commons.identity.feature.group 3.26.0.v20230225-1108. Installing org.eclipse.mylyn.commons.notifications.feature.group 3.26.0.v20230320-1407. Installing org.eclipse.mylyn.commons.repositories.feature.group 3.26.0.v20230131-2052. Installing org.eclipse.mylyn.commons.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.context_feature.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.discovery.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.ide_feature.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.java_feature.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.monitor.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.tasks.ide.feature.group 3.26.0.v20221223-1911. Installing org.eclipse.mylyn.team_feature.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn_feature.feature.group 3.26.0.v20230416-1636. Installing org.eclipse.pde.feature.group 3.14.1300.v20220831-1800. Installing org.eclipse.platform.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.rcp.configuration.feature.group 1.1.1800.v20220831-1800. Installing org.eclipse.rcp.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202108200212. Installing org.eclipse.wst.common_ui.feature.feature.group 3.23.0.v202207121617. Installing org.eclipse.wst.xml_core.feature.feature.group 3.27.0.v202207150226. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.27.0.v202208280234. Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502. Operation completed in 20985 ms. [INFO] Installing product org.eclipse.birt.report.designer.all for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/macosx/cocoa/x86_64/eclipse.app Installing org.eclipse.birt.report.designer.all 4.13.0.v202305251813. Installing org.eclipse.birt.chart.cshelp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.chart.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.cshelp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.doc.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.example.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.feature.group 4.13.0.v202305251813. Installing org.eclipse.datatools.common.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.14.103.202103070014. Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.14.103.202107071900. Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.14.102.201911221603. Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.intro.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.modelbase.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.14.201.202107061424. Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.draw2d.feature.group 3.14.0.202206170857. Installing org.eclipse.e4.rcp.feature.group 4.25.0.v20220829-1402. Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20211005-1944. Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20210409-2301. Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20220215-0126. Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20210409-2301. Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924. Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150. Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321. Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203. Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1500.v20220819-1949. Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.1700.v20220819-1949. Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.1700.v20220819-1949. Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.1700.v20220819-1949. Installing org.eclipse.gef.feature.group 3.14.0.202206170857. Installing org.eclipse.help.feature.group 2.3.1100.v20220831-1800. Installing org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800. Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.26.0.v20230221-1930. Installing org.eclipse.mylyn.commons.identity.feature.group 3.26.0.v20230225-1108. Installing org.eclipse.mylyn.commons.notifications.feature.group 3.26.0.v20230320-1407. Installing org.eclipse.mylyn.commons.repositories.feature.group 3.26.0.v20230131-2052. Installing org.eclipse.mylyn.commons.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.context_feature.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.discovery.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.ide_feature.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.java_feature.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.monitor.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.tasks.ide.feature.group 3.26.0.v20221223-1911. Installing org.eclipse.mylyn.team_feature.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn_feature.feature.group 3.26.0.v20230416-1636. Installing org.eclipse.pde.feature.group 3.14.1300.v20220831-1800. Installing org.eclipse.platform.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.rcp.configuration.feature.group 1.1.1800.v20220831-1800. Installing org.eclipse.rcp.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202108200212. Installing org.eclipse.wst.common_ui.feature.feature.group 3.23.0.v202207121617. Installing org.eclipse.wst.xml_core.feature.feature.group 3.27.0.v202207150226. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.27.0.v202208280234. Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502. Operation completed in 19707 ms. [INFO] Installing product org.eclipse.birt.report.designer.all for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/macosx/cocoa/aarch64/eclipse.app Installing org.eclipse.birt.report.designer.all 4.13.0.v202305251813. Installing org.eclipse.birt.chart.cshelp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.chart.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.cshelp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.doc.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.example.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.13.0.v202305251813. Installing org.eclipse.birt.feature.group 4.13.0.v202305251813. Installing org.eclipse.datatools.common.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.14.103.202103070014. Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.14.103.202107071900. Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.14.102.201911221603. Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.intro.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.modelbase.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.14.201.202107061424. Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.14.102.201911250848. Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.14.201.202107090755. Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.14.102.201911250848. Installing org.eclipse.draw2d.feature.group 3.14.0.202206170857. Installing org.eclipse.e4.rcp.feature.group 4.25.0.v20220829-1402. Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20211005-1944. Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20210409-2301. Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20220215-0126. Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20210409-2301. Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924. Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150. Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321. Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150. Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203. Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334. Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1500.v20220819-1949. Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.1700.v20220819-1949. Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.1700.v20220819-1949. Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.1700.v20220819-1949. Installing org.eclipse.gef.feature.group 3.14.0.202206170857. Installing org.eclipse.help.feature.group 2.3.1100.v20220831-1800. Installing org.eclipse.jdt.feature.group 3.18.1300.v20220831-1800. Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.26.0.v20230221-1930. Installing org.eclipse.mylyn.commons.identity.feature.group 3.26.0.v20230225-1108. Installing org.eclipse.mylyn.commons.notifications.feature.group 3.26.0.v20230320-1407. Installing org.eclipse.mylyn.commons.repositories.feature.group 3.26.0.v20230131-2052. Installing org.eclipse.mylyn.commons.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.context_feature.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.discovery.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.ide_feature.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.java_feature.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.monitor.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn.tasks.ide.feature.group 3.26.0.v20221223-1911. Installing org.eclipse.mylyn.team_feature.feature.group 3.26.0.v20221229-1738. Installing org.eclipse.mylyn_feature.feature.group 3.26.0.v20230416-1636. Installing org.eclipse.pde.feature.group 3.14.1300.v20220831-1800. Installing org.eclipse.platform.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.rcp.configuration.feature.group 1.1.1800.v20220831-1800. Installing org.eclipse.rcp.feature.group 4.25.0.v20220831-1800. Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202108200212. Installing org.eclipse.wst.common_ui.feature.feature.group 3.23.0.v202207121617. Installing org.eclipse.wst.xml_core.feature.feature.group 3.27.0.v202207150226. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.27.0.v202208280234. Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502. Operation completed in 19664 ms. [INFO] [INFO] --- tycho-p2-director:2.7.5:archive-products (create-product-distributions) @ birt-report-all-in-one --- [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.13.0-20230525-win32.win32.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.13.0-20230525-linux.gtk.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.13.0-20230525-macosx.cocoa.x86_64.zip [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.13.0-20230525-macosx.cocoa.aarch64.zip [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-report-all-in-one --- [INFO] [INFO] --- eclipse-winsigner:1.3.1:sign (sign) @ birt-report-all-in-one --- [INFO] [Thu May 25 18:40:24 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/win32/win32/x86_64/eclipse/birt.exe' [INFO] [Thu May 25 18:40:27 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/win32/win32/x86_64/eclipse/birtc.exe' [INFO] [Thu May 25 18:40:30 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/win32/win32/x86_64/eclipse/eclipse.exe' [INFO] [Thu May 25 18:40:33 UTC 2023] Signing Windows executable '/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/win32/win32/x86_64/eclipse/eclipsec.exe' [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-report-all-in-one --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-report-all-in-one --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-all-in-one/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ birt-report-all-in-one --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ birt-report-all-in-one --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ birt-report-all-in-one --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-all-in-one/target/jacoco.exec [INFO] [INFO] ---------------< org.eclipse.birt:birt-report-framework >--------------- [INFO] Building birt-report-framework 4.13.0-SNAPSHOT [250/288] [INFO] from build/birt-packages/birt-report-framework/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-report-framework --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-report-framework --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-report-framework --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-report-framework --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ birt-report-framework --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-framework/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ birt-report-framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-framework/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-report-framework --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-report-framework --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-report-framework --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-report-framework --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-report-framework --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (21.59kB) [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-report-framework --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-report-framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ birt-report-framework --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-framework/target/birt-report-framework-4.13.0-SNAPSHOT.zip [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-report-framework --- [INFO] [INFO] --- antrun:3.0.0:run (re-package) @ birt-report-framework --- [INFO] Executing tasks [INFO] [copy] Copying 142 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-framework/target/eclipse [INFO] [zip] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-framework/target/birt-report-framework-4.13.0-20230525.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-framework/target/eclipse [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-report-framework --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-report-framework --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-framework/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ birt-report-framework --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ birt-report-framework --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ birt-report-framework --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-framework/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.birt:birt-report-framework-sdk >------------- [INFO] Building birt-report-framework-sdk 4.13.0-SNAPSHOT [251/288] [INFO] from build/birt-packages/birt-report-framework-sdk/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-report-framework-sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-report-framework-sdk --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-report-framework-sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-report-framework-sdk --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ birt-report-framework-sdk --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-framework-sdk/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ birt-report-framework-sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-framework-sdk/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-report-framework-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-report-framework-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-report-framework-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-report-framework-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-report-framework-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-report-framework-sdk --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-report-framework-sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ birt-report-framework-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-framework-sdk/target/birt-report-framework-sdk-4.13.0-SNAPSHOT.zip [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-report-framework-sdk --- [INFO] [INFO] --- antrun:3.0.0:run (re-package) @ birt-report-framework-sdk --- [INFO] Executing tasks [INFO] [copy] Copying 271 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-framework-sdk/target/eclipse [INFO] [zip] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-framework-sdk/target/birt-report-framework-sdk-4.13.0-20230525.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-framework-sdk/target/eclipse [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-report-framework-sdk --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-report-framework-sdk --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-framework-sdk/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ birt-report-framework-sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ birt-report-framework-sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ birt-report-framework-sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-report-framework-sdk/target/jacoco.exec [INFO] [INFO] -----------------< org.eclipse.birt:birt-runtime-osgi >----------------- [INFO] Building birt-runtime-osgi 4.13.0-SNAPSHOT [252/288] [INFO] from build/birt-packages/birt-runtime-osgi/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-runtime-osgi --- [INFO] [INFO] --- antrun:1.8:run (clean) @ birt-runtime-osgi --- [INFO] Executing tasks main: clean: [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-runtime-osgi --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-runtime-osgi --- [INFO] Deleting /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-runtime-osgi --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ birt-runtime-osgi --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ birt-runtime-osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-runtime-osgi --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-runtime-osgi --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-runtime-osgi --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-runtime-osgi --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-runtime-osgi --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-runtime-osgi --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-runtime-osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ birt-runtime-osgi --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/birt-runtime-p2.zip [INFO] [INFO] --- tycho-p2-director:2.7.5:materialize-products (materialize-products) @ birt-runtime-osgi --- [INFO] Installing product org.eclipse.birt.engine.runtime for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/products/org.eclipse.birt.engine.runtime/win32/win32/x86_64/ReportEngine Installing org.eclipse.birt.engine.runtime 4.13.0.v202305251813. Operation completed in 4749 ms. [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-runtime-osgi --- [INFO] [INFO] --- antrun:1.8:run (package) @ birt-runtime-osgi --- [INFO] Executing tasks main: build-report-engine: [copy] Copying 363 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/package/ReportEngine/platform/plugins [copy] Copying 40 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/package/ReportEngine/lib [copy] Copying 3 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/package/ReportEngine/platform/configuration [copy] Copying 1 file to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/package/ReportEngine/platform/configuration [copy] Copying 1 file to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/package/ReportEngine/samples [copy] Copying 1 file to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/package/ReportEngine [copy] Copying 1 file to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/package/ReportEngine build-webviewer: [echo] /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer, /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/package/WebViewerExample [copy] Copying 160 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/package/WebViewerExample [copy] Copying 40 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/package/WebViewerExample/WEB-INF/lib [copy] Copying 366 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/package/WebViewerExample/WEB-INF [copy] Copying 3 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/package/WebViewerExample/WEB-INF/lib [copy] Copying 3 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/package [copy] Copying 1 file to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/package/about_files [copy] Copying 1 file to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/package build-webviewer-war: [copy] Copying 1 file to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/package/WebViewerExample/WEB-INF [jar] Building jar: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/package/birt.war package: [zip] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/birt-runtime-osgi-4.13.0-20230525.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-runtime-osgi --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-runtime-osgi --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ birt-runtime-osgi --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ birt-runtime-osgi --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ birt-runtime-osgi --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/jacoco.exec [INFO] [INFO] -------------------< org.eclipse.birt:birt-runtime >-------------------- [INFO] Building birt-runtime 4.13.0-SNAPSHOT [253/288] [INFO] from build/birt-packages/birt-runtime/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-runtime --- [INFO] [INFO] --- antrun:1.8:run (clean) @ birt-runtime --- [INFO] Executing tasks main: clean: [delete] Deleting directory /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime/target [INFO] Executed tasks [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ birt-runtime --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-runtime --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default) @ birt-runtime --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-runtime --- [INFO] [INFO] --- antrun:1.8:run (package) @ birt-runtime --- [INFO] Executing tasks main: build-report-engine: [copy] Copying 211 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime/target/package [copy] Copying 141 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime/target/package/ReportEngine/lib [copy] Copying 33 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime/target/package/ReportEngine/addons create-birt-runtime: [copy] Copying 162 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime/target/org.eclipse.birt.runtime [buildJar] create /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime/target/package/ReportEngine/lib/tmp.birt.runtime.jar from /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime/target/org.eclipse.birt.runtime load bundles from folder/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime/target/org.eclipse.birt.runtime [buildJar] load bundle org.eclipse.birt.chart.device.extension from org.eclipse.birt.chart.device.extension_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.chart.device.svg from org.eclipse.birt.chart.device.svg_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.chart.engine.extension from org.eclipse.birt.chart.engine.extension_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.chart.engine from org.eclipse.birt.chart.engine_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.chart.examples.core from org.eclipse.birt.chart.examples.core_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.chart.reportitem from org.eclipse.birt.chart.reportitem_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.core.script.function from org.eclipse.birt.core.script.function_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.core from org.eclipse.birt.core_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.data.aggregation from org.eclipse.birt.data.aggregation_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.data.oda.mongodb from org.eclipse.birt.data.oda.mongodb_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.data.oda.pojo from org.eclipse.birt.data.oda.pojo_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.data from org.eclipse.birt.data_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.me.prettyprint.hector from org.eclipse.birt.me.prettyprint.hector_4.13.0.v202305251813 [buildJar] load bundle org.eclipse.birt.report.data.adapter from org.eclipse.birt.report.data.adapter_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.data.bidi.utils from org.eclipse.birt.report.data.bidi.utils_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.data.oda.excel from org.eclipse.birt.report.data.oda.excel_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.data.oda.hive from org.eclipse.birt.report.data.oda.hive_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb from org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.data.oda.jdbc.dbprofile from org.eclipse.birt.report.data.oda.jdbc.dbprofile_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.data.oda.jdbc from org.eclipse.birt.report.data.oda.jdbc_4.13.0.v202305251813 [buildJar] load bundle org.eclipse.birt.report.data.oda.sampledb from org.eclipse.birt.report.data.oda.sampledb_4.13.0.v202305251813 [buildJar] load bundle org.eclipse.birt.report.data.oda.xml from org.eclipse.birt.report.data.oda.xml_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.designer.core from org.eclipse.birt.report.designer.core_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.dataextraction.csv from org.eclipse.birt.report.engine.dataextraction.csv_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.dataextraction from org.eclipse.birt.report.engine.dataextraction_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.docx from org.eclipse.birt.report.engine.emitter.config.docx_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.excel from org.eclipse.birt.report.engine.emitter.config.excel_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.html from org.eclipse.birt.report.engine.emitter.config.html_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.odp from org.eclipse.birt.report.engine.emitter.config.odp_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.ods from org.eclipse.birt.report.engine.emitter.config.ods_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.odt from org.eclipse.birt.report.engine.emitter.config.odt_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.pdf from org.eclipse.birt.report.engine.emitter.config.pdf_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.postscript from org.eclipse.birt.report.engine.emitter.config.postscript_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.ppt from org.eclipse.birt.report.engine.emitter.config.ppt_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.pptx from org.eclipse.birt.report.engine.emitter.config.pptx_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.wpml from org.eclipse.birt.report.engine.emitter.config.wpml_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config from org.eclipse.birt.report.engine.emitter.config_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.docx from org.eclipse.birt.report.engine.emitter.docx_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.html from org.eclipse.birt.report.engine.emitter.html_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.odp from org.eclipse.birt.report.engine.emitter.odp_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.ods from org.eclipse.birt.report.engine.emitter.ods_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.odt from org.eclipse.birt.report.engine.emitter.odt_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.pdf from org.eclipse.birt.report.engine.emitter.pdf_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.postscript from org.eclipse.birt.report.engine.emitter.postscript_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.ppt from org.eclipse.birt.report.engine.emitter.ppt_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.pptx from org.eclipse.birt.report.engine.emitter.pptx_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.prototype.excel from org.eclipse.birt.report.engine.emitter.prototype.excel_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.wpml from org.eclipse.birt.report.engine.emitter.wpml_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.fonts from org.eclipse.birt.report.engine.fonts_4.13.0.v202305251813 [buildJar] load bundle org.eclipse.birt.report.engine.odf from org.eclipse.birt.report.engine.odf_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.ooxml from org.eclipse.birt.report.engine.ooxml_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine.script.javascript from org.eclipse.birt.report.engine.script.javascript_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.engine from org.eclipse.birt.report.engine_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.item.crosstab.core from org.eclipse.birt.report.item.crosstab.core_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.model.adapter.oda from org.eclipse.birt.report.model.adapter.oda_4.13.0.v202305251813.jar [buildJar] load bundle org.eclipse.birt.report.model from org.eclipse.birt.report.model_4.13.0.v202305251813.jar [buildJar] load bundle uk.co.spudsoft.birt.emitters.excel from uk.co.spudsoft.birt.emitters.excel_4.13.0.v202305251813 May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.device.svg/META-INF/ECLIPSE_.SF May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.device.svg/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.device.svg/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.device.svg/.options May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.engine.extension/META-INF/ECLIPSE_.SF May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.engine.extension/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.engine.extension/.options May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.engine/META-INF/ECLIPSE_.SF May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.engine/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.engine/.options May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.examples.core/META-INF/ECLIPSE_.SF May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.examples.core/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.examples.core/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.reportitem/META-INF/ECLIPSE_.SF May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.reportitem/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.reportitem/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.reportitem/.options May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.core.script.function/META-INF/ECLIPSE_.SF May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.core.script.function/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.core/META-INF/ECLIPSE_.SF May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.core/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.core/.options May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.data.aggregation/META-INF/ECLIPSE_.SF May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.data.aggregation/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.data.aggregation/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.data.oda.mongodb/META-INF/ECLIPSE_.SF May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.data.oda.mongodb/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.data.oda.pojo/META-INF/ECLIPSE_.SF May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.data.oda.pojo/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.data/META-INF/ECLIPSE_.SF May 25, 2023 6:41:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.data/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.data/.options May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/cassandra-thrift-1.1.0.jar/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/cassandra-thrift-1.1.0.jar/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/commons-lang-2.4.jar/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/commons-lang-2.4.jar/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/commons-lang-2.4.jar/META-INF/LICENSE.txt May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/commons-lang-2.4.jar/META-INF/NOTICE.txt May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/guava-r09.jar/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/guava-r09.jar/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/hector-core-1.1-2.jar/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/hector-core-1.1-2.jar/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/libthrift-0.14.0.jar/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/libthrift-0.14.0.jar/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/libthrift-0.14.0.jar/META-INF/LICENSE.txt May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/libthrift-0.14.0.jar/META-INF/NOTICE.txt May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/slf4j-api-1.6.1.jar/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/slf4j-api-1.6.1.jar/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/slf4j-nop-1.6.1.jar/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/slf4j-nop-1.6.1.jar/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.adapter/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.adapter/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.adapter/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.adapter/.options May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.bidi.utils/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.bidi.utils/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.bidi.utils/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.excel/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.excel/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.hive/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.hive/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.hive/.options May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.jdbc.dbprofile/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.jdbc.dbprofile/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.jdbc/.options May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.jdbc/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.jdbc/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.jdbc/oda-jdbc.jar/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.jdbc/oda-jdbc.jar/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.sampledb/.options May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.sampledb/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.sampledb/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.sampledb/db/BirtSample.jar/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.sampledb/db/BirtSample.jar/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.sampledb/sampledb.jar/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.sampledb/sampledb.jar/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.xml/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.xml/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.designer.core/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.designer.core/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.designer.core/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.dataextraction.csv/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.dataextraction.csv/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.dataextraction/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.dataextraction/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.dataextraction/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.docx/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.docx/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.docx/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.excel/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.excel/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.excel/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.html/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.html/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.html/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.odp/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.odp/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.odp/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.ods/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.ods/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.ods/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.odt/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.odt/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.odt/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.pdf/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.pdf/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.pdf/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.postscript/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.postscript/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.postscript/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.ppt/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.ppt/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.ppt/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.pptx/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.pptx/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.pptx/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.wpml/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.wpml/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.wpml/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.docx/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.docx/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.docx/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.html/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.html/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.html/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.html/.options May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.odp/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.odp/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.odp/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.ods/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.ods/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.ods/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.odt/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.odt/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.odt/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.pdf/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.pdf/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.pdf/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.pdf/.options May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.postscript/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.postscript/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.postscript/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.ppt/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.ppt/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.ppt/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.pptx/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.pptx/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.pptx/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.prototype.excel/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.prototype.excel/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.prototype.excel/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.wpml/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.wpml/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.wpml/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.fonts/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.fonts/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.fonts/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.odf/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.odf/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.odf/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.ooxml/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.ooxml/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.ooxml/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.script.javascript/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.script.javascript/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.script.javascript/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine/META-INF/ECLIPSE_.SF May 25, 2023 6:41:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine/lib/Tidy.jar/META-INF/ECLIPSE_.SF May 25, 2023 6:41:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine/lib/Tidy.jar/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine/lib/Tidy.jar/META-INF/LICENSE.txt May 25, 2023 6:41:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine/lib/commons-cli-1.0.jar/META-INF/ECLIPSE_.SF May 25, 2023 6:41:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine/lib/commons-cli-1.0.jar/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine/lib/commons-cli-1.0.jar/META-INF/LICENSE.txt May 25, 2023 6:41:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine/.options May 25, 2023 6:41:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.item.crosstab.core/META-INF/ECLIPSE_.SF May 25, 2023 6:41:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.item.crosstab.core/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.item.crosstab.core/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.item.crosstab.core/eclipse32.png May 25, 2023 6:41:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.model.adapter.oda/META-INF/ECLIPSE_.SF May 25, 2023 6:41:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.model.adapter.oda/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.model/META-INF/ECLIPSE_.SF May 25, 2023 6:41:38 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.model/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.model/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.model/.options May 25, 2023 6:41:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate uk.co.spudsoft.birt.emitters.excel/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate uk.co.spudsoft.birt.emitters.excel/META-INF/ECLIPSE_.SF May 25, 2023 6:41:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate uk.co.spudsoft.birt.emitters.excel/OSGI-INF/l10n/bundle.properties May 25, 2023 6:41:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate uk.co.spudsoft.birt.emitters.excel/lib/commons-codec-1.5.jar/META-INF/ECLIPSE_.SF May 25, 2023 6:41:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate uk.co.spudsoft.birt.emitters.excel/lib/commons-codec-1.5.jar/META-INF/ECLIPSE_.RSA May 25, 2023 6:41:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate uk.co.spudsoft.birt.emitters.excel/lib/commons-codec-1.5.jar/META-INF/LICENSE.txt May 25, 2023 6:41:39 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate uk.co.spudsoft.birt.emitters.excel/lib/commons-codec-1.5.jar/META-INF/NOTICE.txt [zip] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime/target/package/ReportEngine/lib/org.eclipse.birt.runtime_4.13.0-20230525.jar [delete] Deleting: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime/target/package/ReportEngine/lib/tmp.birt.runtime.jar build-webviewer: [copy] Copying 127 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime/target/package/WebViewerExample/WEB-INF/lib build-webviewer-war: [jar] Building jar: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime/target/package/birt.war package: [zip] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime/target/birt-runtime-4.13.0-20230525.zip [INFO] Executed tasks [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-runtime --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ birt-runtime --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ birt-runtime --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ birt-runtime --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime/target/jacoco.exec [INFO] [INFO] ----------------< org.eclipse.birt:birt-sample-plugins >---------------- [INFO] Building birt-sample-plugins 4.13.0-SNAPSHOT [254/288] [INFO] from build/birt-packages/birt-sample-plugins/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-sample-plugins --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-sample-plugins --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-sample-plugins --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-sample-plugins --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ birt-sample-plugins --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-sample-plugins/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ birt-sample-plugins --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-sample-plugins/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-sample-plugins --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-sample-plugins --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-sample-plugins --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-sample-plugins --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-sample-plugins --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-sample-plugins --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-sample-plugins --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ birt-sample-plugins --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-sample-plugins/target/birt-sample-plugins-4.13.0-SNAPSHOT.zip [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-sample-plugins --- [INFO] [INFO] --- antrun:3.0.0:run (copy) @ birt-sample-plugins --- [INFO] Executing tasks [INFO] [delete] Deleting: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-sample-plugins/target/repository/artifacts.jar [INFO] [delete] Deleting: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-sample-plugins/target/repository/content.jar [INFO] [move] Moving 12 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-sample-plugins/target/repository/eclipse [INFO] [copy] Copying 2 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-sample-plugins/target/repository/eclipse [INFO] [zip] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-sample-plugins/target/birt-sample-plugins-4.13.0-20230525.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-sample-plugins --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-sample-plugins --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-sample-plugins/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ birt-sample-plugins --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ birt-sample-plugins --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ birt-sample-plugins --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-sample-plugins/target/jacoco.exec [INFO] [INFO] -----------------< org.eclipse.birt:birt-tests-suite >------------------ [INFO] Building birt-tests-suite 4.13.0-SNAPSHOT [255/288] [INFO] from build/birt-packages/birt-tests-suite/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-tests-suite --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-tests-suite --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-tests-suite --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-tests-suite --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ birt-tests-suite --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-tests-suite/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ birt-tests-suite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-tests-suite/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-tests-suite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-tests-suite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-tests-suite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-tests-suite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-tests-suite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-tests-suite --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-tests-suite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ birt-tests-suite --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-tests-suite/target/birt-tests-suite-4.13.0-SNAPSHOT.zip [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-tests-suite --- [INFO] [INFO] --- antrun:3.0.0:run (copy) @ birt-tests-suite --- [INFO] Executing tasks [INFO] [delete] Deleting: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-tests-suite/target/repository/artifacts.jar [INFO] [delete] Deleting: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-tests-suite/target/repository/content.jar [INFO] [move] Moving 27 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-tests-suite/target/repository/eclipse [INFO] [copy] Copying 4 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-tests-suite/target/repository [INFO] [zip] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-tests-suite/target/birt-tests-suite-4.13.0-20230525.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-tests-suite --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-tests-suite --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-tests-suite/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ birt-tests-suite --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ birt-tests-suite --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ birt-tests-suite --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-tests-suite/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt.features:org.eclipse.birt.integration.wtp.sdk >--- [INFO] Building org.eclipse.birt.integration.wtp.sdk 4.13.0-SNAPSHOT [256/288] [INFO] from features/org.eclipse.birt.integration.wtp.sdk.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.integration.wtp.sdk.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.integration.wtp.sdk.feature/target/org.eclipse.birt.integration.wtp.sdk-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.integration.wtp.sdk.feature/target/org.eclipse.birt.integration.wtp.sdk-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.integration.wtp.sdk.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.integration.wtp.sdk.feature/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.birt:birt-wtp-integration-sdk >-------------- [INFO] Building birt-wtp-integration-sdk 4.13.0-SNAPSHOT [257/288] [INFO] from build/birt-packages/birt-wtp-integration-sdk/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-wtp-integration-sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-wtp-integration-sdk --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-wtp-integration-sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-wtp-integration-sdk --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ birt-wtp-integration-sdk --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-wtp-integration-sdk/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ birt-wtp-integration-sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-wtp-integration-sdk/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-wtp-integration-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-wtp-integration-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-wtp-integration-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-wtp-integration-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-wtp-integration-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-wtp-integration-sdk --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-wtp-integration-sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ birt-wtp-integration-sdk --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-wtp-integration-sdk/target/birt-wtp-integration-sdk-4.13.0-SNAPSHOT.zip [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-wtp-integration-sdk --- [INFO] [INFO] --- antrun:3.0.0:run (re-package) @ birt-wtp-integration-sdk --- [INFO] Executing tasks [INFO] [copy] Copying 11 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-wtp-integration-sdk/target/eclipse [INFO] [zip] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-wtp-integration-sdk/target/birt-wtp-integration-sdk-4.13.0-20230525.zip [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-wtp-integration-sdk/target/eclipse [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-wtp-integration-sdk --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-wtp-integration-sdk --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-wtp-integration-sdk/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ birt-wtp-integration-sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ birt-wtp-integration-sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ birt-wtp-integration-sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-wtp-integration-sdk/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt:org.eclipse.birt.chart.viewer >----------- [INFO] Building org.eclipse.birt.chart.viewer 4.13.0-SNAPSHOT [258/288] [INFO] from chart/org.eclipse.birt.chart.viewer/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.viewer --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.viewer --- [INFO] Resolving class path of org.eclipse.birt.chart.viewer... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.viewer --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.viewer/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.viewer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.viewer/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.viewer --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.viewer/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.viewer --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.viewer --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.viewer --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.viewer/target/org.eclipse.birt.chart.viewer-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.viewer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.viewer --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.viewer/chart-viewer.jar [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.viewer/target/org.eclipse.birt.chart.viewer-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.viewer --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.viewer/target/org.eclipse.birt.chart.viewer-4.13.0-SNAPSHOT.jar_unpacked_17308729003327738684/chart-viewer.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.viewer/target/org.eclipse.birt.chart.viewer-4.13.0-SNAPSHOT.jar_unpacked_17308729003327738684/chart-viewer.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.viewer/target/org.eclipse.birt.chart.viewer-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.viewer/target/org.eclipse.birt.chart.viewer-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.viewer --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.viewer/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.viewer --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.viewer --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart.viewer --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.viewer --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.chart.viewer --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/chart/org.eclipse.birt.chart.viewer/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt.features:org.eclipse.birt.chart.viewer >------- [INFO] Building org.eclipse.birt.chart.viewer 4.13.0-SNAPSHOT [259/288] [INFO] from features/org.eclipse.birt.chart.viewer.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.viewer --- [INFO] Deleting /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.viewer.feature/target [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.viewer --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.viewer --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.viewer.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.viewer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.chart.viewer --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.viewer.feature/target/org.eclipse.birt.chart.viewer-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart.viewer --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.viewer.feature/target/org.eclipse.birt.chart.viewer-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-source-feature:2.7.5:source-feature (source-feature) @ org.eclipse.birt.chart.viewer --- [WARNING] Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which offers equivalent and even enhanced functionality [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.viewer.feature/target/org.eclipse.birt.chart.viewer-4.13.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.viewer --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.viewer.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart.viewer --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart.viewer --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.chart.viewer --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.chart.viewer.feature/target/jacoco.exec [INFO] [INFO] --------------------< org.eclipse.birt:birt-source >-------------------- [INFO] Building birt-source 4.13.0-SNAPSHOT [260/288] [INFO] from build/birt-packages/birt-source/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-source --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-source --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-source --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-source --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ birt-source --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-source/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ birt-source --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-source/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-source --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-source --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-source --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-source --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-source --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-source --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-source --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ birt-source --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-source/target/birt-source-4.13.0-20230525.zip [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-source --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-source --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-source --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-source/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ birt-source --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ birt-source --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ birt-source --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-source/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.build.package.nl:org.eclipse.birt.build.package.nl-parent >-- [INFO] Building org.eclipse.birt.build.package.nl-parent 4.13.0-SNAPSHOT [261/288] [INFO] from build/birt-packages/birt-nl/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.build.package.nl-parent --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.build.package.nl-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.build.package.nl-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.build.package.nl-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.build.package.nl-parent --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.build.package.nl-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.build.package.nl-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.build.package.nl-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.build.package.nl-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/target/jacoco.exec [INFO] [INFO] --------------< org.eclipse.birt.nl:NLpack1-birt-charts >--------------- [INFO] Building NLpack1-birt-charts 4.13.0-SNAPSHOT [262/288] [INFO] from build/birt-packages/birt-nl/birt-charts/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ NLpack1-birt-charts --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ NLpack1-birt-charts --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-charts/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ NLpack1-birt-charts --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ NLpack1-birt-charts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ NLpack1-birt-charts --- [INFO] [INFO] --- antrun:3.0.0:run (default) @ NLpack1-birt-charts --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.p2updatesite/target/org.eclipse.birt.p2updatesite-4.13.0-SNAPSHOT.zip into /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-charts/target/p2updatesite [INFO] [copy] Copying 11 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-charts/target/content/ChartRuntime/eclipse/plugins [INFO] [copy] Copying 12 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-charts/target/content/ChartSDK/eclipse/plugins [INFO] [copy] Copying 6 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-charts/target/content/DeploymentRuntime/ChartEngine [INFO] [zip] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-charts/target/NLpack1-birt-charts.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:1.3:attach-artifact (add-runtime-sdk) @ NLpack1-birt-charts --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ NLpack1-birt-charts --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-charts/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ NLpack1-birt-charts --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ NLpack1-birt-charts --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ NLpack1-birt-charts --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-charts/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt.nl:NLpack1-birt-rcp-report-designer >-------- [INFO] Building NLpack1-birt-rcp-report-designer 4.13.0-SNAPSHOT [263/288] [INFO] from build/birt-packages/birt-nl/birt-rcp-report-designer/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ NLpack1-birt-rcp-report-designer --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ NLpack1-birt-rcp-report-designer --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-rcp-report-designer/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ NLpack1-birt-rcp-report-designer --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ NLpack1-birt-rcp-report-designer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ NLpack1-birt-rcp-report-designer --- [INFO] [INFO] --- antrun:3.0.0:run (default) @ NLpack1-birt-rcp-report-designer --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.p2updatesite/target/org.eclipse.birt.p2updatesite-4.13.0-SNAPSHOT.zip into /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-rcp-report-designer/target/p2updatesite [INFO] [copy] Copying 56 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-rcp-report-designer/target/content/birt/plugins [INFO] [zip] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-rcp-report-designer/target/NLpack1-birt-rcp-report-designer.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:1.3:attach-artifact (add-runtime-sdk) @ NLpack1-birt-rcp-report-designer --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ NLpack1-birt-rcp-report-designer --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-rcp-report-designer/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ NLpack1-birt-rcp-report-designer --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ NLpack1-birt-rcp-report-designer --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ NLpack1-birt-rcp-report-designer --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-rcp-report-designer/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt.nl:NLpack1-birt-report-designer-all-in-one >----- [INFO] Building NLpack1-birt-report-designer-all-in-one 4.13.0-SNAPSHOT [264/288] [INFO] from build/birt-packages/birt-nl/birt-report-designer-all-in-one/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ NLpack1-birt-report-designer-all-in-one --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ NLpack1-birt-report-designer-all-in-one --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-report-designer-all-in-one/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ NLpack1-birt-report-designer-all-in-one --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ NLpack1-birt-report-designer-all-in-one --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ NLpack1-birt-report-designer-all-in-one --- [INFO] [INFO] --- antrun:3.0.0:run (default) @ NLpack1-birt-report-designer-all-in-one --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.p2updatesite/target/org.eclipse.birt.p2updatesite-4.13.0-SNAPSHOT.zip into /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-report-designer-all-in-one/target/p2updatesite [INFO] [copy] Copying 64 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-report-designer-all-in-one/target/content/eclipse/plugins [INFO] [zip] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-report-designer-all-in-one/target/NLpack1-birt-report-designer-all-in-one.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:1.3:attach-artifact (add-runtime-sdk) @ NLpack1-birt-report-designer-all-in-one --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ NLpack1-birt-report-designer-all-in-one --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-report-designer-all-in-one/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ NLpack1-birt-report-designer-all-in-one --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ NLpack1-birt-report-designer-all-in-one --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ NLpack1-birt-report-designer-all-in-one --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-report-designer-all-in-one/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.nl:NLpack1-birt-report-framework >---------- [INFO] Building NLpack1-birt-report-framework 4.13.0-SNAPSHOT [265/288] [INFO] from build/birt-packages/birt-nl/birt-report-framework/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ NLpack1-birt-report-framework --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ NLpack1-birt-report-framework --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-report-framework/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ NLpack1-birt-report-framework --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ NLpack1-birt-report-framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ NLpack1-birt-report-framework --- [INFO] [INFO] --- antrun:3.0.0:run (default) @ NLpack1-birt-report-framework --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.p2updatesite/target/org.eclipse.birt.p2updatesite-4.13.0-SNAPSHOT.zip into /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-report-framework/target/p2updatesite [INFO] [copy] Copying 64 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-report-framework/target/content/eclipse/plugins [INFO] [zip] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-report-framework/target/NLpack1-birt-report-framework.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:1.3:attach-artifact (add-runtime-sdk) @ NLpack1-birt-report-framework --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ NLpack1-birt-report-framework --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-report-framework/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ NLpack1-birt-report-framework --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ NLpack1-birt-report-framework --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ NLpack1-birt-report-framework --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-report-framework/target/jacoco.exec [INFO] [INFO] --------------< org.eclipse.birt.nl:NLpack1-birt-runtime >-------------- [INFO] Building NLpack1-birt-runtime 4.13.0-SNAPSHOT [266/288] [INFO] from build/birt-packages/birt-nl/birt-runtime/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ NLpack1-birt-runtime --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ NLpack1-birt-runtime --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-runtime/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ NLpack1-birt-runtime --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ NLpack1-birt-runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ NLpack1-birt-runtime --- [INFO] [INFO] --- antrun:3.0.0:run (default) @ NLpack1-birt-runtime --- [INFO] Executing tasks [INFO] [unzip] Expanding: /home/jenkins/agent/workspace/maven_test/build/org.eclipse.birt.p2updatesite/target/org.eclipse.birt.p2updatesite-4.13.0-SNAPSHOT.zip into /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-runtime/target/p2updatesite [INFO] [copy] Copying 22 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-runtime/target/content/birt-runtime-{birt.version}/ReportEngine/plugins [INFO] [copy] Copying 12 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-runtime/target/content/birt-runtime-4.13.0/WebViewerExample/WEB-INF/lib [INFO] [copy] Copying 21 files to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-runtime/target/content/birt-runtime-4.13.0/WebViewerExample/WEB-INF/platform/plugins [INFO] [zip] Building zip: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-runtime/target/NLpack1-birt-runtime.zip [INFO] Executed tasks [INFO] [INFO] --- build-helper:1.3:attach-artifact (add-runtime-sdk) @ NLpack1-birt-runtime --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ NLpack1-birt-runtime --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-runtime/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ NLpack1-birt-runtime --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ NLpack1-birt-runtime --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ NLpack1-birt-runtime --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-nl/birt-runtime/target/jacoco.exec [INFO] [INFO] -------------------< org.eclipse.birt:birt-publish >-------------------- [INFO] Building birt-publish 4.13.0-SNAPSHOT [267/288] [INFO] from build/birt-packages/birt-publish/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-publish --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ birt-publish --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-publish/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-publish --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-publish --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-publish --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-publish --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-publish/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ birt-publish --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ birt-publish --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ birt-publish --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-publish/target/jacoco.exec [INFO] [INFO] -----------------< org.eclipse.birt:birt-runtime-test >----------------- [INFO] Building birt-runtime-test 4.13.0-SNAPSHOT [268/288] [INFO] from build/birt-packages/birt-runtime-test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-runtime-test --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ birt-runtime-test --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-test/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ birt-runtime-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-test/src/main/resources [INFO] [INFO] --- compiler:3.8.0:compile (default-compile) @ birt-runtime-test --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ birt-runtime-test --- [INFO] Not copying test resources [INFO] [INFO] --- dependency:2.10:unpack (copy) @ birt-runtime-test --- [WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Configured Artifact: org.eclipse.birt:birt-runtime:4.13.0-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.birt:birt-runtime-osgi:4.13.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime/target/birt-runtime-4.13.0-20230525.zip to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-test/target/birt-runtime with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-osgi/target/birt-runtime-osgi-4.13.0-20230525.zip to /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-test/target/birt-runtime-osgi with includes "" and excludes "" [INFO] [INFO] --- compiler:3.8.0:testCompile (default-testCompile) @ birt-runtime-test --- [INFO] Not compiling test sources [INFO] [INFO] --- surefire:2.22.0:test (default-test) @ birt-runtime-test --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-runtime-test --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-runtime-test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ birt-runtime-test --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-test/target/birt-runtime-test-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ birt-runtime-test --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-test/target/birt-runtime-test-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-runtime-test --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-test/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ birt-runtime-test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ birt-runtime-test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ birt-runtime-test --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/build/birt-packages/birt-runtime-test/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt.chart:org.eclipse.birt.chart-parent >-------- [INFO] Building org.eclipse.birt.chart-parent 4.13.0-SNAPSHOT [269/288] [INFO] from chart/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart-parent --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/chart/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.chart-parent --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/chart/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.chart-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.chart-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.chart-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/chart/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt.common:org.eclipse.birt.common-parent >------- [INFO] Building org.eclipse.birt.common-parent 4.13.0-SNAPSHOT [270/288] [INFO] from common/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.common-parent --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.common-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/common/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.common-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.common-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.common-parent --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.common-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/common/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.common-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.common-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.common-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/common/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.data.oda.pojo.tests >-------- [INFO] Building org.eclipse.birt.data.oda.pojo.tests 4.13.0-SNAPSHOT [271/288] [INFO] from data/org.eclipse.birt.data.oda.pojo.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] Resolving class path of org.eclipse.birt.data.oda.pojo.tests... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo.tests/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo.tests/target/org.eclipse.birt.data.oda.pojo.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo.tests/target/org.eclipse.birt.data.oda.pojo.tests-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo.tests/target/org.eclipse.birt.data.oda.pojo.tests-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo.tests/target/org.eclipse.birt.data.oda.pojo.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/org.eclipse.birt.data.oda.pojo.tests/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.data:org.eclipse.birt.data-parent >--------- [INFO] Building org.eclipse.birt.data-parent 4.13.0-SNAPSHOT [272/288] [INFO] from data/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data-parent --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.data-parent --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/data/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.data-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.data-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.data-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/data/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.docs:org.eclipse.birt.docs-parent >--------- [INFO] Building org.eclipse.birt.docs-parent 4.13.0-SNAPSHOT [273/288] [INFO] from docs/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.docs-parent --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.docs-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/docs/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.docs-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.docs-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.docs-parent --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.docs-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/docs/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.docs-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.docs-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.docs-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/docs/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.dataextraction.csv.tests >-- [INFO] Building org.eclipse.birt.report.engine.dataextraction.csv.tests 4.13.0-SNAPSHOT [274/288] [INFO] from engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] Resolving class path of org.eclipse.birt.report.engine.dataextraction.csv.tests... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/target/org.eclipse.birt.report.engine.dataextraction.csv.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/target/org.eclipse.birt.report.engine.dataextraction.csv.tests-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/target/org.eclipse.birt.report.engine.dataextraction.csv.tests-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/target/org.eclipse.birt.report.engine.dataextraction.csv.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pptx.tests >-- [INFO] Building org.eclipse.birt.report.engine.emitter.pptx.tests 4.13.0-SNAPSHOT [275/288] [INFO] from engine/org.eclipse.birt.report.engine.emitter.pptx.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.pptx.tests... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/target/org.eclipse.birt.report.engine.emitter.pptx.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/target/org.eclipse.birt.report.engine.emitter.pptx.tests-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/target/org.eclipse.birt.report.engine.emitter.pptx.tests-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/target/org.eclipse.birt.report.engine.emitter.pptx.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:uk.co.spudsoft.birt.emitters.excel.tests >------ [INFO] Building uk.co.spudsoft.birt.emitters.excel.tests 4.13.0-SNAPSHOT [276/288] [INFO] from engine/uk.co.spudsoft.birt.emitters.excel.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Resolving class path of uk.co.spudsoft.birt.emitters.excel.tests... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Compiling 63 source files to /home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/uk.co.spudsoft.birt.emitters.excel.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/uk.co.spudsoft.birt.emitters.excel.tests-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/uk.co.spudsoft.birt.emitters.excel.tests-4.13.0-SNAPSHOT.jar_unpacked_9744783546384703474/lib/commons-codec-1.5.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/uk.co.spudsoft.birt.emitters.excel.tests-4.13.0-SNAPSHOT.jar_unpacked_9744783546384703474/lib/commons-codec-1.5.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/uk.co.spudsoft.birt.emitters.excel.tests-4.13.0-SNAPSHOT.jar_unpacked_9744783546384703474/lib/xmlbeans-2.3.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/uk.co.spudsoft.birt.emitters.excel.tests-4.13.0-SNAPSHOT.jar_unpacked_9744783546384703474/lib/xmlbeans-2.3.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/uk.co.spudsoft.birt.emitters.excel.tests-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/uk.co.spudsoft.birt.emitters.excel.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt.engine:org.eclipse.birt.engine-parent >------- [INFO] Building org.eclipse.birt.engine-parent 4.13.0-SNAPSHOT [277/288] [INFO] from engine/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.engine-parent --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.engine-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.engine-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.engine-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.engine-parent --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.engine-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/engine/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.engine-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.engine-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.engine-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/engine/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt.features:org.eclipse.birt.sdk >----------- [INFO] Building org.eclipse.birt.sdk 4.13.0-SNAPSHOT [278/288] [INFO] from features/org.eclipse.birt.sdk.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.sdk --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.sdk --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.sdk --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.sdk --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.sdk --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.sdk.feature/target/jacoco.exec [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.sdk --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.sdk --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.sdk.feature/target/org.eclipse.birt.sdk-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.sdk --- [INFO] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.sdk.feature/target/org.eclipse.birt.sdk-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.sdk --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.sdk --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.sdk.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/features/org.eclipse.birt.sdk.feature/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.samples.ide.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.samples.ide.nl1 4.13.0-SNAPSHOT [279/288] [INFO] from nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.samples.ide.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl [INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/target/org.eclipse.birt.report.designer.ui.samples.ide.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [WARNING] /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files. [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/target/org.eclipse.birt.report.designer.ui.samples.ide.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/target/org.eclipse.birt.report.designer.ui.samples.ide.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/target/org.eclipse.birt.report.designer.ui.samples.ide.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.samplesview.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.samplesview.nl1 4.13.0-SNAPSHOT [280/288] [INFO] from nl/org.eclipse.birt.report.designer.ui.samplesview.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.samplesview.nl1... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Executing tasks [INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl [INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl to /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl [INFO] Executed tasks [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/target/org.eclipse.birt.report.designer.ui.samplesview.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/target/org.eclipse.birt.report.designer.ui.samplesview.nl1-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/target/org.eclipse.birt.report.designer.ui.samplesview.nl1-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/target/org.eclipse.birt.report.designer.ui.samplesview.nl1-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.preview.static_html >-- [INFO] Building org.eclipse.birt.report.designer.ui.preview.static_html 4.13.0-SNAPSHOT [281/288] [INFO] from UI/org.eclipse.birt.report.designer.ui.preview.static_html/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.preview.static_html... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.static_html/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.static_html/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.static_html/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.static_html/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.static_html/target/org.eclipse.birt.report.designer.ui.preview.static_html-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.static_html/target/org.eclipse.birt.report.designer.ui.preview.static_html-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.static_html/target/org.eclipse.birt.report.designer.ui.preview.static_html-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.static_html/target/org.eclipse.birt.report.designer.ui.preview.static_html-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.static_html/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.static_html/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.preview.test >-- [INFO] Building org.eclipse.birt.report.designer.ui.preview.test 4.13.0-SNAPSHOT [282/288] [INFO] from UI/org.eclipse.birt.report.designer.ui.preview.test/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.preview.test... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.test/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.test/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.test/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.test/target/test-classes [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.preview.test --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.test/target/org.eclipse.birt.report.designer.ui.preview.test-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.test/target/org.eclipse.birt.report.designer.ui.preview.test-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.test/target/org.eclipse.birt.report.designer.ui.preview.test-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.test/target/org.eclipse.birt.report.designer.ui.preview.test-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.test/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.preview.test --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/org.eclipse.birt.report.designer.ui.preview.test/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt.UI:org.eclipse.birt.UI-parent >----------- [INFO] Building org.eclipse.birt.UI-parent 4.13.0-SNAPSHOT [283/288] [INFO] from UI/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.UI-parent --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.UI-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.UI-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.UI-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.UI-parent --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.UI-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/UI/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.UI-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.UI-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.UI-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/UI/target/jacoco.exec [INFO] [INFO] ----------< org.eclipse.birt:org.eclipse.birt.jetty.overlay >----------- [INFO] Building org.eclipse.birt.jetty.overlay 4.13.0-SNAPSHOT [284/288] [INFO] from viewer/org.eclipse.birt.jetty.overlay/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.jetty.overlay --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.jetty.overlay --- [INFO] Resolving class path of org.eclipse.birt.jetty.overlay... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.jetty.overlay --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.jetty.overlay/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.jetty.overlay --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.jetty.overlay/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.jetty.overlay --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.jetty.overlay/target/classes [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.jetty.overlay --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.jetty.overlay --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.jetty.overlay --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.jetty.overlay/target/org.eclipse.birt.jetty.overlay-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.jetty.overlay --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.jetty.overlay --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.jetty.overlay/target/org.eclipse.birt.jetty.overlay-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.jetty.overlay --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.jetty.overlay/target/org.eclipse.birt.jetty.overlay-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.jetty.overlay/target/org.eclipse.birt.jetty.overlay-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.jetty.overlay --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.jetty.overlay/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.jetty.overlay --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Skipping tests [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.jetty.overlay --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.jetty.overlay --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.jetty.overlay --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.jetty.overlay --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.jetty.overlay/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.viewer.tests >-------- [INFO] Building org.eclipse.birt.report.viewer.tests 4.13.0-SNAPSHOT [285/288] [INFO] from viewer/org.eclipse.birt.report.viewer.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.viewer.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.viewer.tests --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.viewer.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.viewer.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.viewer.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.viewer.tests --- [INFO] Resolving class path of org.eclipse.birt.report.viewer.tests... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.viewer.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer.tests/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.viewer.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.viewer.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.viewer.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.viewer.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.viewer.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer.tests/target/org.eclipse.birt.report.viewer.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.viewer.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.viewer.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer.tests/target/org.eclipse.birt.report.viewer.tests-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.viewer.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.viewer.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer.tests/target/org.eclipse.birt.report.viewer.tests-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer.tests/target/org.eclipse.birt.report.viewer.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.viewer.tests --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.viewer.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.viewer.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.viewer.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.viewer.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.viewer.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/viewer/org.eclipse.birt.report.viewer.tests/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt.viewer:org.eclipse.birt.viewer-parent >------- [INFO] Building org.eclipse.birt.viewer-parent 4.13.0-SNAPSHOT [286/288] [INFO] from viewer/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.viewer-parent --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.viewer-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/viewer/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.viewer-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.viewer-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.viewer-parent --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.viewer-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/viewer/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.viewer-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.viewer-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.viewer-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/viewer/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.item.crosstab.core.tests >-- [INFO] Building org.eclipse.birt.report.item.crosstab.core.tests 4.13.0-SNAPSHOT [287/288] [INFO] from xtab/org.eclipse.birt.report.item.crosstab.core.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] The project's OSGi version is 4.13.0.v202305251813 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] Resolving class path of org.eclipse.birt.report.item.crosstab.core.tests... [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/maven_test/xtab/org.eclipse.birt.report.item.crosstab.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/maven_test/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/org.eclipse.birt.report.item.crosstab.core.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/maven_test/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/org.eclipse.birt.report.item.crosstab.core.tests-4.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/org.eclipse.birt.report.item.crosstab.core.tests-4.13.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/maven_test/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/org.eclipse.birt.report.item.crosstab.core.tests-4.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.xtab:org.eclipse.birt.xtab-parent >--------- [INFO] Building org.eclipse.birt.xtab-parent 4.13.0-SNAPSHOT [288/288] [INFO] from xtab/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.xtab-parent --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.xtab-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/xtab/target/jacoco.exec [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.xtab-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.xtab-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.birt.xtab-parent --- [INFO] [INFO] --- jacoco:0.8.6:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.xtab-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/maven_test/xtab/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.6:report (jacoco-report) @ org.eclipse.birt.xtab-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:report-integration (jacoco-integration) @ org.eclipse.birt.xtab-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.6:check (jacoco-check) @ org.eclipse.birt.xtab-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/maven_test/xtab/target/jacoco.exec [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] org.eclipse.birt-parent 4.13.0-SNAPSHOT ............ SUCCESS [ 15.514 s] [INFO] org.eclipse.birt.target 4.13.0-SNAPSHOT ............ SUCCESS [ 0.453 s] [INFO] org.eclipse.birt.build-parent 4.13.0-SNAPSHOT ...... SUCCESS [ 0.017 s] [INFO] javax.xml.rpc 1.1.2-SNAPSHOT ....................... SUCCESS [ 10.799 s] [INFO] org.apache.axis 1.4.1-SNAPSHOT ..................... SUCCESS [ 8.267 s] [INFO] org.apache.batik.dom.birt.ext 1.14.0-SNAPSHOT ...... SUCCESS [ 1.969 s] [INFO] org.apache.batik.transcoder.birt.ext 1.14.0-SNAPSHOT SUCCESS [ 0.224 s] [INFO] org.eclipse.birt 4.13.0-SNAPSHOT ................... SUCCESS [ 2.288 s] [INFO] org.eclipse.birt.axis.overlay 4.13.0-SNAPSHOT ...... SUCCESS [ 3.102 s] [INFO] org.eclipse.birt.core-parent 4.13.0-SNAPSHOT ....... SUCCESS [ 0.017 s] [INFO] org.eclipse.birt.branding 4.13.0-SNAPSHOT .......... SUCCESS [ 3.655 s] [INFO] org.eclipse.birt.chart.cshelp 4.13.0-SNAPSHOT ...... SUCCESS [ 1.344 s] [INFO] org.eclipse.birt.features-parent 4.13.0-SNAPSHOT ... SUCCESS [ 0.012 s] [INFO] org.eclipse.birt.chart.cshelp 4.13.0-SNAPSHOT ...... SUCCESS [ 1.752 s] [INFO] org.eclipse.birt.core 4.13.0-SNAPSHOT .............. SUCCESS [ 8.476 s] [INFO] org.eclipse.birt.chart.engine 4.13.0-SNAPSHOT ...... SUCCESS [ 9.288 s] [INFO] org.eclipse.birt.chart.device.extension 4.13.0-SNAPSHOT SUCCESS [ 3.770 s] [INFO] org.eclipse.birt.nl-parent 4.13.0-SNAPSHOT ......... SUCCESS [ 2.145 s] [INFO] org.eclipse.birt.chart.device.extension.nl1 4.13.0-SNAPSHOT SUCCESS [ 3.210 s] [INFO] org.eclipse.birt.chart.device.svg 4.13.0-SNAPSHOT .. SUCCESS [ 2.942 s] [INFO] org.eclipse.birt.chart.device.pdf 4.13.0-SNAPSHOT .. SUCCESS [ 13.598 s] [INFO] org.eclipse.birt.chart.device.svg.nl1 4.13.0-SNAPSHOT SUCCESS [ 3.674 s] [INFO] org.eclipse.birt.chart.device.swt 4.13.0-SNAPSHOT .. SUCCESS [ 2.620 s] [INFO] org.eclipse.birt.chart.device.swt.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.559 s] [INFO] org.eclipse.birt.data 4.13.0-SNAPSHOT .............. SUCCESS [ 8.489 s] [INFO] org.w3c.sac 1.3.0-SNAPSHOT ......................... SUCCESS [ 4.751 s] [INFO] org.eclipse.birt.model-parent 4.13.0-SNAPSHOT ...... SUCCESS [ 0.036 s] [INFO] org.eclipse.birt.report.model 4.13.0-SNAPSHOT ...... SUCCESS [ 8.667 s] [INFO] org.eclipse.birt.data.aggregation 4.13.0-SNAPSHOT .. SUCCESS [ 3.590 s] [INFO] org.eclipse.birt.report.data.adapter 4.13.0-SNAPSHOT SUCCESS [ 3.913 s] [INFO] org.eclipse.birt.report.designer.core 4.13.0-SNAPSHOT SUCCESS [ 3.915 s] [INFO] org.eclipse.birt.report.engine.fonts 4.13.0-SNAPSHOT SUCCESS [ 2.479 s] [INFO] org.eclipse.birt.report.engine 4.13.0-SNAPSHOT ..... SUCCESS [ 12.116 s] [INFO] org.eclipse.birt.report.item.crosstab.core 4.13.0-SNAPSHOT SUCCESS [ 3.182 s] [INFO] org.eclipse.birt.chart.reportitem 4.13.0-SNAPSHOT .. SUCCESS [ 3.848 s] [INFO] org.eclipse.birt.core.ui 4.13.0-SNAPSHOT ........... SUCCESS [ 2.768 s] [INFO] org.eclipse.birt.chart.ui 4.13.0-SNAPSHOT .......... SUCCESS [ 3.071 s] [INFO] org.eclipse.birt.chart.doc.isv 4.13.0-SNAPSHOT ..... SUCCESS [ 29.335 s] [INFO] org.eclipse.birt.chart.doc.isv 4.13.0-SNAPSHOT ..... SUCCESS [ 1.335 s] [INFO] org.eclipse.birt.chart.engine.extension 4.13.0-SNAPSHOT SUCCESS [ 4.103 s] [INFO] org.eclipse.birt.chart.engine.extension.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.630 s] [INFO] org.eclipse.birt.chart.engine.nl1 4.13.0-SNAPSHOT .. SUCCESS [ 2.828 s] [INFO] org.eclipse.birt.chart.ui.extension 4.13.0-SNAPSHOT SUCCESS [ 4.675 s] [INFO] org.eclipse.birt.chart.examples.core 4.13.0-SNAPSHOT SUCCESS [ 2.359 s] [INFO] org.eclipse.birt.chart.examples 4.13.0-SNAPSHOT .... SUCCESS [ 4.213 s] [INFO] org.eclipse.birt.chart.examples.core.nl1 4.13.0-SNAPSHOT SUCCESS [ 3.129 s] [INFO] org.eclipse.birt.chart.examples.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.888 s] [INFO] org.eclipse.birt.chart 4.13.0-SNAPSHOT ............. SUCCESS [ 1.892 s] [INFO] org.eclipse.birt.chart.integration.wtp.ui 4.13.0-SNAPSHOT SUCCESS [ 5.323 s] [INFO] org.eclipse.birt.chart.integration.wtp 4.13.0-SNAPSHOT SUCCESS [ 1.513 s] [INFO] org.eclipse.birt.chart.integration.wtp.ui.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.730 s] [INFO] org.eclipse.birt.chart.osgi.runtime 4.13.0-SNAPSHOT SUCCESS [ 1.769 s] [INFO] org.eclipse.birt.chart.osgi.runtime.sdk 4.13.0-SNAPSHOT SUCCESS [ 1.190 s] [INFO] org.eclipse.birt.chart.reportitem.nl1 4.13.0-SNAPSHOT SUCCESS [ 3.612 s] [INFO] org.eclipse.birt.report.designer.ui 4.13.0-SNAPSHOT SUCCESS [ 8.082 s] [INFO] org.eclipse.birt.report.designer.ui.views 4.13.0-SNAPSHOT SUCCESS [ 5.542 s] [INFO] org.eclipse.birt.report.designer.ui.editors 4.13.0-SNAPSHOT SUCCESS [ 4.211 s] [INFO] org.eclipse.birt.report.designer.ui.editors.schematic 4.13.0-SNAPSHOT SUCCESS [ 2.822 s] [INFO] org.eclipse.birt.report.designer.ui.lib 4.13.0-SNAPSHOT SUCCESS [ 3.710 s] [INFO] org.eclipse.birt.report.designer.ui.lib.explorer 4.13.0-SNAPSHOT SUCCESS [ 3.365 s] [INFO] org.eclipse.birt.report.designer.ui.ide 4.13.0-SNAPSHOT SUCCESS [ 3.485 s] [INFO] org.eclipse.birt.report.designer.ui.cubebuilder 4.13.0-SNAPSHOT SUCCESS [ 4.192 s] [INFO] org.eclipse.birt.report.model.adapter.oda 4.13.0-SNAPSHOT SUCCESS [ 2.935 s] [INFO] org.eclipse.birt.report.designer.ui.data 4.13.0-SNAPSHOT SUCCESS [ 3.766 s] [INFO] org.eclipse.birt.report.item.crosstab.ui 4.13.0-SNAPSHOT SUCCESS [ 5.040 s] [INFO] org.eclipse.birt.chart.reportitem.ui 4.13.0-SNAPSHOT SUCCESS [ 4.387 s] [INFO] org.eclipse.birt.chart.reportitem.ui.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.938 s] [INFO] org.eclipse.birt.tests.core 4.13.0-SNAPSHOT ........ SUCCESS [ 3.623 s] [INFO] org.eclipse.birt.core.script.function 4.13.0-SNAPSHOT SUCCESS [ 2.668 s] [INFO] org.eclipse.birt.data.oda.mongodb 4.13.0-SNAPSHOT .. SUCCESS [ 3.255 s] [INFO] org.eclipse.birt.data.oda.mongodb.ui 4.13.0-SNAPSHOT SUCCESS [ 3.062 s] [INFO] org.eclipse.birt.data.oda.pojo 4.13.0-SNAPSHOT ..... SUCCESS [ 2.380 s] [INFO] org.eclipse.birt.data.oda.pojo.ui 4.13.0-SNAPSHOT .. SUCCESS [ 3.151 s] [INFO] org.eclipse.birt.report.designer.ui.editor.xml.wtp 4.13.0-SNAPSHOT SUCCESS [ 3.635 s] [INFO] org.eclipse.birt.report.designer.editor.xml.wtp 4.13.0-SNAPSHOT SUCCESS [ 1.823 s] [INFO] org.eclipse.birt.report.data.bidi.utils 4.13.0-SNAPSHOT SUCCESS [ 2.491 s] [INFO] org.eclipse.birt.report.data.bidi.utils.ui 4.13.0-SNAPSHOT SUCCESS [ 3.804 s] [INFO] org.eclipse.birt.report.data.oda.jdbc 4.13.0-SNAPSHOT SUCCESS [ 4.218 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.ui 4.13.0-SNAPSHOT SUCCESS [ 3.848 s] [INFO] org.eclipse.birt.report.data.oda.xml.ui 4.13.0-SNAPSHOT SUCCESS [ 3.298 s] [INFO] org.eclipse.birt.report.engine.dataextraction 4.13.0-SNAPSHOT SUCCESS [ 3.324 s] [INFO] org.eclipse.birt.report.viewer 4.13.0-SNAPSHOT ..... SUCCESS [ 12.416 s] [INFO] org.eclipse.birt.report.engine.emitter.config 4.13.0-SNAPSHOT SUCCESS [ 2.316 s] [INFO] org.eclipse.birt.report.designer.ui.preview.web 4.13.0-SNAPSHOT SUCCESS [ 3.809 s] [INFO] org.eclipse.birt.report.designer.ui.editor.script 4.13.0-SNAPSHOT SUCCESS [ 2.523 s] [INFO] org.eclipse.birt.report.data.oda.hive 4.13.0-SNAPSHOT SUCCESS [ 2.297 s] [INFO] org.eclipse.birt.report.data.oda.hive.ui 4.13.0-SNAPSHOT SUCCESS [ 2.912 s] [INFO] org.eclipse.birt.report.data.oda.xml 4.13.0-SNAPSHOT SUCCESS [ 3.190 s] [INFO] org.eclipse.birt.report.engine.emitter.html 4.13.0-SNAPSHOT SUCCESS [ 2.855 s] [INFO] org.eclipse.birt.report.engine.emitter.pdf 4.13.0-SNAPSHOT SUCCESS [ 3.373 s] [INFO] org.eclipse.birt.report.engine.ooxml 4.13.0-SNAPSHOT SUCCESS [ 3.331 s] [INFO] org.eclipse.birt.report.engine.emitter.config.docx 4.13.0-SNAPSHOT SUCCESS [ 3.414 s] [INFO] org.eclipse.birt.report.engine.emitter.ppt 4.13.0-SNAPSHOT SUCCESS [ 2.560 s] [INFO] org.eclipse.birt.report.engine.emitter.pptx 4.13.0-SNAPSHOT SUCCESS [ 3.221 s] [INFO] org.eclipse.birt.report.engine.emitter.config.pptx 4.13.0-SNAPSHOT SUCCESS [ 3.054 s] [INFO] org.eclipse.birt.report.engine.emitter.wpml 4.13.0-SNAPSHOT SUCCESS [ 3.024 s] [INFO] org.eclipse.birt.report.engine.emitter.docx 4.13.0-SNAPSHOT SUCCESS [ 2.534 s] [INFO] org.eclipse.birt.resources 4.13.0-SNAPSHOT ......... SUCCESS [ 2.883 s] [INFO] org.eclipse.birt.report.engine.dataextraction.csv 4.13.0-SNAPSHOT SUCCESS [ 2.848 s] [INFO] org.eclipse.birt.report.engine.emitter.postscript 4.13.0-SNAPSHOT SUCCESS [ 3.261 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile 4.13.0-SNAPSHOT SUCCESS [ 2.723 s] [INFO] org.eclipse.birt.report.data.oda.sampledb 4.13.0-SNAPSHOT SUCCESS [ 7.648 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb 4.13.0-SNAPSHOT SUCCESS [ 3.110 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui 4.13.0-SNAPSHOT SUCCESS [ 2.734 s] [INFO] org.eclipse.birt.report.debug.core 4.13.0-SNAPSHOT . SUCCESS [ 2.562 s] [INFO] org.eclipse.birt.report.debug.ui 4.13.0-SNAPSHOT ... SUCCESS [ 3.997 s] [INFO] org.eclipse.birt.report.data.oda.sampledb.ui 4.13.0-SNAPSHOT SUCCESS [ 3.034 s] [INFO] org.eclipse.birt.report.engine.emitter.config.html 4.13.0-SNAPSHOT SUCCESS [ 3.046 s] [INFO] org.eclipse.birt.report.engine.emitter.config.pdf 4.13.0-SNAPSHOT SUCCESS [ 2.671 s] [INFO] org.eclipse.birt.report.engine.emitter.config.postscript 4.13.0-SNAPSHOT SUCCESS [ 2.819 s] [INFO] org.eclipse.birt.report.engine.emitter.config.ppt 4.13.0-SNAPSHOT SUCCESS [ 2.765 s] [INFO] org.eclipse.birt.report.engine.emitter.config.wpml 4.13.0-SNAPSHOT SUCCESS [ 2.850 s] [INFO] org.eclipse.birt.report.engine.script.javascript 4.13.0-SNAPSHOT SUCCESS [ 3.346 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui 4.13.0-SNAPSHOT SUCCESS [ 2.729 s] [INFO] org.eclipse.birt.report.engine.odf 4.13.0-SNAPSHOT . SUCCESS [ 3.043 s] [INFO] org.eclipse.birt.report.engine.emitter.ods 4.13.0-SNAPSHOT SUCCESS [ 3.140 s] [INFO] org.eclipse.birt.report.engine.emitter.odt 4.13.0-SNAPSHOT SUCCESS [ 3.419 s] [INFO] org.eclipse.birt.report.data.oda.excel 4.13.0-SNAPSHOT SUCCESS [ 3.295 s] [INFO] org.eclipse.birt.report.data.oda.excel.ui 4.13.0-SNAPSHOT SUCCESS [ 3.405 s] [INFO] org.eclipse.birt.me.prettyprint.hector 4.13.0-SNAPSHOT SUCCESS [ 28.986 s] [INFO] uk.co.spudsoft.birt.emitters.excel 4.13.0-SNAPSHOT . SUCCESS [ 5.069 s] [INFO] org.w3c.dom.svg.extension 1.1.0-SNAPSHOT ........... SUCCESS [ 0.052 s] [INFO] org.eclipse.birt 4.13.0-SNAPSHOT ................... SUCCESS [ 3.220 s] [INFO] org.eclipse.birt.chart.tests 4.13.0-SNAPSHOT ....... SUCCESS [ 5.428 s] [INFO] org.eclipse.birt.chart.ui.extension.nl1 4.13.0-SNAPSHOT SUCCESS [ 3.028 s] [INFO] org.eclipse.birt.chart.ui.nl1 4.13.0-SNAPSHOT ...... SUCCESS [ 2.962 s] [INFO] org.eclipse.birt.core.nl1 4.13.0-SNAPSHOT .......... SUCCESS [ 2.497 s] [INFO] org.eclipse.birt.core.script.function.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.769 s] [INFO] org.eclipse.birt.core.testhelper 4.13.0-SNAPSHOT ... SUCCESS [ 3.652 s] [INFO] org.eclipse.birt.core.tests 4.13.0-SNAPSHOT ........ SUCCESS [ 5.441 s] [INFO] org.eclipse.birt.core.ui.nl1 4.13.0-SNAPSHOT ....... SUCCESS [ 2.320 s] [INFO] org.eclipse.birt.cshelp 4.13.0-SNAPSHOT ............ SUCCESS [ 1.011 s] [INFO] org.eclipse.birt.cshelp 4.13.0-SNAPSHOT ............ SUCCESS [ 1.191 s] [INFO] org.eclipse.birt.data.aggregation.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.312 s] [INFO] org.eclipse.birt.data.nl1 4.13.0-SNAPSHOT .......... SUCCESS [ 3.919 s] [INFO] org.eclipse.birt.data.oda.mongodb.nl1 4.13.0-SNAPSHOT SUCCESS [ 3.224 s] [INFO] org.eclipse.birt.data.oda.mongodb.ui.nl1 4.13.0-SNAPSHOT SUCCESS [ 3.022 s] [INFO] org.eclipse.birt.data.oda.pojo.nl1 4.13.0-SNAPSHOT . SUCCESS [ 2.807 s] [INFO] org.eclipse.birt.data.oda.pojo.ui.nl1 4.13.0-SNAPSHOT SUCCESS [ 3.055 s] [INFO] org.eclipse.birt.report.engine.emitter.config.excel 4.13.0-SNAPSHOT SUCCESS [ 3.000 s] [INFO] org.eclipse.birt.report.engine.emitter.config.odp 4.13.0-SNAPSHOT SUCCESS [ 2.538 s] [INFO] org.eclipse.birt.report.engine.emitter.config.ods 4.13.0-SNAPSHOT SUCCESS [ 2.896 s] [INFO] org.eclipse.birt.report.engine.emitter.config.odt 4.13.0-SNAPSHOT SUCCESS [ 3.588 s] [INFO] org.eclipse.birt.report.engine.emitter.odp 4.13.0-SNAPSHOT SUCCESS [ 4.130 s] [INFO] org.eclipse.birt.osgi.runtime 4.13.0-SNAPSHOT ...... SUCCESS [ 1.892 s] [INFO] org.eclipse.birt.data.tests 4.13.0-SNAPSHOT ........ SUCCESS [ 10.289 s] [INFO] org.eclipse.birt.doc 4.13.0-SNAPSHOT ............... SUCCESS [ 2.137 s] [INFO] org.eclipse.birt.doc 4.13.0-SNAPSHOT ............... SUCCESS [ 1.246 s] [INFO] org.eclipse.birt.doc.isv 4.13.0-SNAPSHOT ........... SUCCESS [ 43.967 s] [INFO] org.eclipse.birt.doc.isv 4.13.0-SNAPSHOT ........... SUCCESS [ 1.554 s] [INFO] org.eclipse.birt.report.engine.emitter.prototype.excel 4.13.0-SNAPSHOT SUCCESS [ 3.714 s] [INFO] org.eclipse.birt.engine.runtime 4.13.0-SNAPSHOT .... SUCCESS [ 1.688 s] [INFO] org.eclipse.birt.example 4.13.0-SNAPSHOT ........... SUCCESS [ 4.131 s] [INFO] org.eclipse.birt.report.designer.samplereports 4.13.0-SNAPSHOT SUCCESS [ 3.035 s] [INFO] org.eclipse.birt.report.designer.ui.samplesview 4.13.0-SNAPSHOT SUCCESS [ 3.207 s] [INFO] org.eclipse.birt.report.designer.ui.samples.ide 4.13.0-SNAPSHOT SUCCESS [ 2.512 s] [INFO] org.eclipse.birt.report.designer.ui.samples.rcp 4.13.0-SNAPSHOT SUCCESS [ 3.804 s] [INFO] org.eclipse.birt.example 4.13.0-SNAPSHOT ........... SUCCESS [ 1.434 s] [INFO] org.eclipse.birt.integration.wtp.ui 4.13.0-SNAPSHOT SUCCESS [ 3.919 s] [INFO] org.eclipse.birt.integration.wtp 4.13.0-SNAPSHOT ... SUCCESS [ 1.252 s] [INFO] org.eclipse.birt.integration.wtp.ui.nl1 4.13.0-SNAPSHOT SUCCESS [ 3.807 s] [INFO] org.eclipse.birt.resources.nl1 4.13.0-SNAPSHOT ..... SUCCESS [ 2.943 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.868 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.ui.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.765 s] [INFO] org.eclipse.birt.report.data.oda.sampledb.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.455 s] [INFO] org.eclipse.birt.report.data.oda.sampledb.ui.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.792 s] [INFO] org.eclipse.birt.report.data.oda.xml.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.730 s] [INFO] org.eclipse.birt.report.data.oda.xml.ui.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.258 s] [INFO] org.eclipse.birt.report.debug.core.nl1 4.13.0-SNAPSHOT SUCCESS [ 3.663 s] [INFO] org.eclipse.birt.report.debug.ui.nl1 4.13.0-SNAPSHOT SUCCESS [ 3.448 s] [INFO] org.eclipse.birt.report.designer.core.nl1 4.13.0-SNAPSHOT SUCCESS [ 3.758 s] [INFO] org.eclipse.birt.report.designer.ui.editors.schematic.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.103 s] [INFO] org.eclipse.birt.report.designer.ui.ide.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.677 s] [INFO] org.eclipse.birt.report.designer.ui.lib.explorer.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.826 s] [INFO] org.eclipse.birt.report.designer.ui.lib.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.732 s] [INFO] org.eclipse.birt.report.designer.ui.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.676 s] [INFO] org.eclipse.birt.report.engine.nl1 4.13.0-SNAPSHOT . SUCCESS [ 2.472 s] [INFO] org.eclipse.birt.report.model.nl1 4.13.0-SNAPSHOT .. SUCCESS [ 2.978 s] [INFO] org.eclipse.birt.report.viewers.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.826 s] [INFO] org.eclipse.birt.report.item.crosstab.core.nl1 4.13.0-SNAPSHOT SUCCESS [ 3.305 s] [INFO] org.eclipse.birt.report.item.crosstab.ui.nl1 4.13.0-SNAPSHOT SUCCESS [ 3.009 s] [INFO] org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 4.13.0-SNAPSHOT SUCCESS [ 3.259 s] [INFO] org.eclipse.birt.report.designer.ui.views.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.190 s] [INFO] org.eclipse.birt.report.data.adapter.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.660 s] [INFO] org.eclipse.birt.report.designer.ui.preview 4.13.0-SNAPSHOT SUCCESS [ 2.754 s] [INFO] org.eclipse.birt.report.designer.ui.preview.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.509 s] [INFO] org.eclipse.birt.report.designer.ui.preview.web.nl1 4.13.0-SNAPSHOT SUCCESS [ 3.177 s] [INFO] org.eclipse.birt.report.designer.ui.cubebuilder.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.937 s] [INFO] org.eclipse.birt.report.engine.dataextraction.csv.nl1 4.13.0-SNAPSHOT SUCCESS [ 3.644 s] [INFO] org.eclipse.birt.report.designer.ui.editor.script.nl1 4.13.0-SNAPSHOT SUCCESS [ 4.664 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.248 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.407 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 4.13.0-SNAPSHOT SUCCESS [ 3.609 s] [INFO] org.eclipse.birt.report.designer.ui.editors.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.026 s] [INFO] org.eclipse.birt.report.engine.dataextraction.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.174 s] [INFO] org.eclipse.birt.report.engine.emitter.config.excel.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.470 s] [INFO] org.eclipse.birt.report.engine.emitter.config.pdf.nl1 4.13.0-SNAPSHOT SUCCESS [ 3.010 s] [INFO] org.eclipse.birt.report.engine.emitter.config.html.nl1 4.13.0-SNAPSHOT SUCCESS [ 4.852 s] [INFO] org.eclipse.birt.report.engine.emitter.config.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.611 s] [INFO] org.eclipse.birt.report.engine.emitter.config.ppt.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.841 s] [INFO] org.eclipse.birt.report.engine.emitter.config.postscript.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.068 s] [INFO] org.eclipse.birt.report.engine.emitter.config.wpml.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.460 s] [INFO] org.eclipse.birt.report.data.bidi.utils.nl1 4.13.0-SNAPSHOT SUCCESS [ 3.011 s] [INFO] org.eclipse.birt.report.data.oda.hive.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.479 s] [INFO] org.eclipse.birt.report.data.oda.hive.ui.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.599 s] [INFO] org.eclipse.birt.report.data.oda.excel.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.503 s] [INFO] org.eclipse.birt.report.data.oda.excel.ui.nl1 4.13.0-SNAPSHOT SUCCESS [ 3.419 s] [INFO] org.eclipse.birt.report.engine.emitter.config.docx.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.263 s] [INFO] org.eclipse.birt.report.engine.emitter.config.pptx.nl1 4.13.0-SNAPSHOT SUCCESS [ 3.041 s] [INFO] org.eclipse.birt.nl 4.13.0-SNAPSHOT ................ SUCCESS [ 1.815 s] [INFO] org.eclipse.birt.osgi.runtime.sdk 4.13.0-SNAPSHOT .. SUCCESS [ 1.294 s] [INFO] org.eclipse.birt.report.engine.testhelper 4.13.0-SNAPSHOT SUCCESS [ 5.747 s] [INFO] org.eclipse.birt.report.model.testhelper 4.13.0-SNAPSHOT SUCCESS [ 3.288 s] [INFO] org.eclipse.birt.testhelper 4.13.0-SNAPSHOT ........ SUCCESS [ 0.962 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.tests 4.13.0-SNAPSHOT SUCCESS [ 3.582 s] [INFO] org.eclipse.birt.report.designer.tests 4.13.0-SNAPSHOT SUCCESS [ 4.566 s] [INFO] org.eclipse.birt.report.engine.emitter.html.tests 4.13.0-SNAPSHOT SUCCESS [ 4.315 s] [INFO] org.eclipse.birt.report.engine.emitter.pdf.tests 4.13.0-SNAPSHOT SUCCESS [ 2.797 s] [INFO] org.eclipse.birt.report.engine.emitter.postscript.tests 4.13.0-SNAPSHOT SUCCESS [ 5.609 s] [INFO] org.eclipse.birt.report.engine.emitter.prototype.excel.tests 4.13.0-SNAPSHOT SUCCESS [ 3.252 s] [INFO] org.eclipse.birt.report.engine.tests 4.13.0-SNAPSHOT SUCCESS [ 8.288 s] [INFO] org.eclipse.birt.report.model.adapter.oda.tests 4.13.0-SNAPSHOT SUCCESS [ 3.564 s] [INFO] org.eclipse.birt.report.model.testresources 4.13.0-SNAPSHOT SUCCESS [ 1.175 s] [INFO] org.eclipse.birt.report.modelextension.tests 4.13.0-SNAPSHOT SUCCESS [ 2.610 s] [INFO] org.eclipse.birt.report.model.tests 4.13.0-SNAPSHOT SUCCESS [ 2.419 s] [INFO] org.eclipse.birt.report.tests.chart 4.13.0-SNAPSHOT SUCCESS [ 6.249 s] [INFO] org.eclipse.birt.testsuites-parent 4.13.0-SNAPSHOT . SUCCESS [ 0.017 s] [INFO] org.eclipse.birt.report.tests.engine 4.13.0-SNAPSHOT SUCCESS [ 4.142 s] [INFO] org.eclipse.birt.report.tests.engine.emitter.html 4.13.0-SNAPSHOT SUCCESS [ 3.002 s] [INFO] org.eclipse.birt.report.tests.model 4.13.0-SNAPSHOT SUCCESS [ 1.608 s] [INFO] org.eclipse.birt.tests 4.13.0-SNAPSHOT ............. SUCCESS [ 1.960 s] [INFO] org.eclipse.birt.tests.data 4.13.0-SNAPSHOT ........ SUCCESS [ 11.032 s] [INFO] org.eclipse.birt.tests 4.13.0-SNAPSHOT ............. SUCCESS [ 1.836 s] [INFO] org.eclipse.birt.wtp.nl 4.13.0-SNAPSHOT ............ SUCCESS [ 1.072 s] [INFO] org.eclipse.birt.report.designer.ui.rcp 4.13.0-SNAPSHOT SUCCESS [ 3.746 s] [INFO] org.eclipse.birt.report.designer.ui.rcp.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.351 s] [INFO] org.eclipse.birt.rcp.nl 4.13.0-SNAPSHOT ............ SUCCESS [ 1.107 s] [INFO] org.eclipse.birt.rcp 4.13.0-SNAPSHOT ............... SUCCESS [ 1.428 s] [INFO] org.eclipse.birt.p2updatesite 4.13.0-SNAPSHOT ...... SUCCESS [02:10 min] [INFO] org.eclipse.birt.api 4.13.0-SNAPSHOT ............... SUCCESS [ 1.144 s] [INFO] org.eclipse.birt.build 4.13.0-SNAPSHOT ............. SUCCESS [ 3.845 s] [INFO] org.eclipse.birt.build.package-parent 4.13.0-SNAPSHOT SUCCESS [ 0.004 s] [INFO] ChartRuntime 4.13.0-SNAPSHOT ....................... SUCCESS [ 2.235 s] [INFO] ChartSDK 4.13.0-SNAPSHOT ........................... SUCCESS [ 2.878 s] [INFO] DeploymentRuntime 4.13.0-SNAPSHOT .................. SUCCESS [ 3.609 s] [INFO] birt-charts 4.13.0-SNAPSHOT ........................ SUCCESS [ 4.055 s] [INFO] birt-epp 4.13.0-SNAPSHOT ........................... SUCCESS [ 54.241 s] [INFO] birt-report-rcp 4.13.0-SNAPSHOT .................... SUCCESS [03:23 min] [INFO] birt-report-all-in-one 4.13.0-SNAPSHOT ............. SUCCESS [03:20 min] [INFO] birt-report-framework 4.13.0-SNAPSHOT .............. SUCCESS [ 7.659 s] [INFO] birt-report-framework-sdk 4.13.0-SNAPSHOT .......... SUCCESS [ 13.119 s] [INFO] birt-runtime-osgi 4.13.0-SNAPSHOT .................. SUCCESS [ 37.844 s] [INFO] birt-runtime 4.13.0-SNAPSHOT ....................... SUCCESS [ 26.049 s] [INFO] birt-sample-plugins 4.13.0-SNAPSHOT ................ SUCCESS [ 1.970 s] [INFO] birt-tests-suite 4.13.0-SNAPSHOT ................... SUCCESS [ 3.011 s] [INFO] org.eclipse.birt.integration.wtp.sdk 4.13.0-SNAPSHOT SUCCESS [ 1.565 s] [INFO] birt-wtp-integration-sdk 4.13.0-SNAPSHOT ........... SUCCESS [ 1.493 s] [INFO] org.eclipse.birt.chart.viewer 4.13.0-SNAPSHOT ...... SUCCESS [ 3.951 s] [INFO] org.eclipse.birt.chart.viewer 4.13.0-SNAPSHOT ...... SUCCESS [ 1.192 s] [INFO] birt-source 4.13.0-SNAPSHOT ........................ SUCCESS [ 8.804 s] [INFO] org.eclipse.birt.build.package.nl-parent 4.13.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] NLpack1-birt-charts 4.13.0-SNAPSHOT ................ SUCCESS [ 3.081 s] [INFO] NLpack1-birt-rcp-report-designer 4.13.0-SNAPSHOT ... SUCCESS [ 2.358 s] [INFO] NLpack1-birt-report-designer-all-in-one 4.13.0-SNAPSHOT SUCCESS [ 2.171 s] [INFO] NLpack1-birt-report-framework 4.13.0-SNAPSHOT ...... SUCCESS [ 2.115 s] [INFO] NLpack1-birt-runtime 4.13.0-SNAPSHOT ............... SUCCESS [ 2.222 s] [INFO] birt-publish 4.13.0-SNAPSHOT ....................... SUCCESS [ 0.003 s] [INFO] birt-runtime-test 4.13.0-SNAPSHOT .................. SUCCESS [ 10.279 s] [INFO] org.eclipse.birt.chart-parent 4.13.0-SNAPSHOT ...... SUCCESS [ 0.040 s] [INFO] org.eclipse.birt.common-parent 4.13.0-SNAPSHOT ..... SUCCESS [ 0.006 s] [INFO] org.eclipse.birt.data.oda.pojo.tests 4.13.0-SNAPSHOT SUCCESS [ 2.934 s] [INFO] org.eclipse.birt.data-parent 4.13.0-SNAPSHOT ....... SUCCESS [ 0.087 s] [INFO] org.eclipse.birt.docs-parent 4.13.0-SNAPSHOT ....... SUCCESS [ 0.038 s] [INFO] org.eclipse.birt.report.engine.dataextraction.csv.tests 4.13.0-SNAPSHOT SUCCESS [ 3.740 s] [INFO] org.eclipse.birt.report.engine.emitter.pptx.tests 4.13.0-SNAPSHOT SUCCESS [ 3.346 s] [INFO] uk.co.spudsoft.birt.emitters.excel.tests 4.13.0-SNAPSHOT SUCCESS [ 7.026 s] [INFO] org.eclipse.birt.engine-parent 4.13.0-SNAPSHOT ..... SUCCESS [ 0.074 s] [INFO] org.eclipse.birt.sdk 4.13.0-SNAPSHOT ............... SUCCESS [ 2.222 s] [INFO] org.eclipse.birt.report.designer.ui.samples.ide.nl1 4.13.0-SNAPSHOT SUCCESS [ 3.881 s] [INFO] org.eclipse.birt.report.designer.ui.samplesview.nl1 4.13.0-SNAPSHOT SUCCESS [ 2.964 s] [INFO] org.eclipse.birt.report.designer.ui.preview.static_html 4.13.0-SNAPSHOT SUCCESS [ 3.043 s] [INFO] org.eclipse.birt.report.designer.ui.preview.test 4.13.0-SNAPSHOT SUCCESS [ 3.973 s] [INFO] org.eclipse.birt.UI-parent 4.13.0-SNAPSHOT ......... SUCCESS [ 0.080 s] [INFO] org.eclipse.birt.jetty.overlay 4.13.0-SNAPSHOT ..... SUCCESS [ 3.317 s] [INFO] org.eclipse.birt.report.viewer.tests 4.13.0-SNAPSHOT SUCCESS [ 2.752 s] [INFO] org.eclipse.birt.viewer-parent 4.13.0-SNAPSHOT ..... SUCCESS [ 0.021 s] [INFO] org.eclipse.birt.report.item.crosstab.core.tests 4.13.0-SNAPSHOT SUCCESS [ 4.302 s] [INFO] org.eclipse.birt.xtab-parent 4.13.0-SNAPSHOT ....... SUCCESS [ 0.013 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 29:50 min [INFO] Finished at: 2023-05-25T18:43:29Z [INFO] ------------------------------------------------------------------------ Archiving artifacts Recording test results No test report files were found. Configuration error? None of the test reports contained any result Finished: SUCCESS