Skip to content

Console Output

Started by user Frederic Gurr
Running as Frederic Gurr
Agent basic-r7r07 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-r7r07"
  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-r7r07"
    - 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-r7r07"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.birt.svc.cluster.local/birt/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-birt"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-r7r07 (basic) in workspace /home/jenkins/agent/workspace/birt-master
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/birt.git
 > git init /home/jenkins/agent/workspace/birt-master # timeout=10
Fetching upstream changes from https://github.com/eclipse/birt.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/birt.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/birt.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 76af50f5e287dc5b14d326a8f2c48d8be479fae4 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 76af50f5e287dc5b14d326a8f2c48d8be479fae4 # timeout=10
Commit message: "Fix data item leading whitespace preserve #1536 (#1539)"
 > git rev-list --no-walk 484ab59f295e91dbbcf563cead5eb015ed0bfd5e # timeout=10
[birt-master] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.test.skip=true -Drelease.base.dir=/home/data/httpd/download.eclipse.org/birt clean verify --fail-at-end --no-transfer-progress -U -DskipTests=false
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Tycho Version:  4.0.4 (868454bf476f18ad997abdfd7ef5f88a8fa2d67f)
[INFO] Tycho Mode:     project
[INFO] Tycho Builder:  maven
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.birt-parent                                            [pom]
[INFO] org.eclipse.birt.target                      [eclipse-target-definition]
[INFO] org.eclipse.birt.example                                [eclipse-plugin]
[INFO] org.eclipse.birt                                        [eclipse-plugin]
[INFO] org.eclipse.birt.build-parent                                      [pom]
[INFO] org.eclipse.birt.build.package-parent                              [pom]
[INFO] org.eclipse.birt.core-parent                                       [pom]
[INFO] org.eclipse.birt.core                                   [eclipse-plugin]
[INFO] org.eclipse.birt.chart.engine                           [eclipse-plugin]
[INFO] org.eclipse.birt.chart.device.extension                 [eclipse-plugin]
[INFO] org.eclipse.birt.chart.device.svg                       [eclipse-plugin]
[INFO] org.eclipse.birt.chart.engine.extension                 [eclipse-plugin]
[INFO] org.eclipse.birt.chart.device.swt                       [eclipse-plugin]
[INFO] org.eclipse.birt.chart.device.pdf                       [eclipse-plugin]
[INFO] org.eclipse.birt.core.ui                                [eclipse-plugin]
[INFO] org.eclipse.birt.chart.ui                               [eclipse-plugin]
[INFO] org.eclipse.birt.chart.ui.extension                     [eclipse-plugin]
[INFO] org.eclipse.birt.chart.examples.core                    [eclipse-plugin]
[INFO] org.eclipse.birt.features-parent                                   [pom]
[INFO] org.eclipse.birt.chart.osgi.runtime                    [eclipse-feature]
[INFO] org.eclipse.birt.chart                                 [eclipse-feature]
[INFO] org.eclipse.birt.chart.cshelp                           [eclipse-plugin]
[INFO] org.eclipse.birt.chart.cshelp                          [eclipse-feature]
[INFO] ChartRuntime                                        [eclipse-repository]
[INFO] org.eclipse.birt.chart.osgi.runtime.sdk                [eclipse-feature]
[INFO] org.eclipse.birt.model-parent                                      [pom]
[INFO] org.eclipse.birt.report.model                           [eclipse-plugin]
[INFO] org.eclipse.birt.data                                   [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.fonts                    [eclipse-plugin]
[INFO] org.eclipse.birt.data.aggregation                       [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.adapter                    [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine                          [eclipse-plugin]
[INFO] org.eclipse.birt.report.item.crosstab.core              [eclipse-plugin]
[INFO] org.eclipse.birt.chart.reportitem                       [eclipse-plugin]
[INFO] org.eclipse.birt.chart.doc.isv                          [eclipse-plugin]
[INFO] org.eclipse.birt.chart.doc.isv                         [eclipse-feature]
[INFO] ChartSDK                                            [eclipse-repository]
[INFO] DeploymentRuntime                                   [eclipse-repository]
[INFO] birt-charts                                                        [pom]
[INFO] org.eclipse.birt.report.data.bidi.utils                 [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc                   [eclipse-plugin]
[INFO] org.eclipse.birt.nl-parent                                         [pom]
[INFO] org.eclipse.birt.report.data.oda.jdbc.nl1               [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.bidi.utils.ui              [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.ui                [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.ui.nl1            [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.core                   [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui                     [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.views               [eclipse-plugin]
[INFO] org.eclipse.birt.report.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.lib.explorer.nl1    [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile         [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1     [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.postscript       [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config           [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.postscript [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.postscript.nl1 [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.pdf       [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.pdf.nl1   [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.views.nl1           [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui      [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1  [eclipse-plugin]
[INFO] org.eclipse.birt.data.aggregation.nl1                   [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.ppt              [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.ooxml                    [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.config.pptx.nl1  [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.mongodb.ui.nl1                [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.xml.ui                 [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.xml.ui.nl1             [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.editors.schematic.nl1 [eclipse-plugin]
[INFO] org.eclipse.birt.core.nl1                               [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.ppt       [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.ppt.nl1   [eclipse-plugin]
[INFO] org.eclipse.birt.chart.device.swt.nl1                   [eclipse-plugin]
[INFO] org.eclipse.birt.data.nl1                               [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.dataextraction           [eclipse-plugin]
[INFO] org.eclipse.birt.report.viewer                          [eclipse-plugin]
[INFO] org.eclipse.birt.report.viewers.nl1                     [eclipse-plugin]
[INFO] org.eclipse.birt.chart.examples                         [eclipse-plugin]
[INFO] org.eclipse.birt.chart.examples.nl1                     [eclipse-plugin]
[INFO] org.eclipse.birt.core.ui.nl1                            [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.editor.xml.wtp      [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1  [eclipse-plugin]
[INFO] org.eclipse.birt.core.script.function                   [eclipse-plugin]
[INFO] org.eclipse.birt.core.script.function.nl1               [eclipse-plugin]
[INFO] org.eclipse.birt.chart.device.extension.nl1             [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.preview.web         [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.preview.web.nl1     [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.nl1       [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.nl1                 [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.xml                    [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.xml.nl1                [eclipse-plugin]
[INFO] org.eclipse.birt.chart.ui.extension.nl1                 [eclipse-plugin]
[INFO] org.eclipse.birt.chart.reportitem.nl1                   [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.editor.script       [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.editor.script.nl1   [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.designer.ui.cubebuilder         [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.ide                 [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.report.item.crosstab.ui.nl1            [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.excel     [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.excel.nl1 [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.wpml      [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.wpml.nl1  [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.data.oda.pojo.ui.nl1                   [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.report.data.oda.excel.ui.nl1           [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.nl1                      [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.dataextraction.csv       [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.dataextraction.csv.nl1   [eclipse-plugin]
[INFO] org.eclipse.birt.resources                              [eclipse-plugin]
[INFO] org.eclipse.birt.resources.nl1                          [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.docx      [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.docx.nl1  [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.sampledb               [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.sampledb.ui            [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.sampledb.ui.nl1        [eclipse-plugin]
[INFO] org.eclipse.birt.data.oda.mongodb.nl1                   [eclipse-plugin]
[INFO] org.eclipse.birt.report.debug.core                      [eclipse-plugin]
[INFO] org.eclipse.birt.report.debug.core.nl1                  [eclipse-plugin]
[INFO] org.eclipse.birt.report.item.crosstab.core.nl1          [eclipse-plugin]
[INFO] org.eclipse.birt.report.model.nl1                       [eclipse-plugin]
[INFO] org.eclipse.birt.chart.engine.extension.nl1             [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 [eclipse-plugin]
[INFO] org.eclipse.birt.data.oda.pojo.nl1                      [eclipse-plugin]
[INFO] org.eclipse.birt.chart.engine.nl1                       [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.adapter.nl1                [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.cubebuilder.nl1     [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.hive.ui.nl1            [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.excel.nl1              [eclipse-plugin]
[INFO] org.eclipse.birt.chart.examples.core.nl1                [eclipse-plugin]
[INFO] org.eclipse.birt.report.debug.ui                        [eclipse-plugin]
[INFO] org.eclipse.birt.report.debug.ui.nl1                    [eclipse-plugin]
[INFO] org.eclipse.birt.chart.device.svg.nl1                   [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.editors.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.lib.nl1             [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.html      [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.html.nl1  [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.ide.nl1             [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.hive.nl1               [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.bidi.utils.nl1             [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.sampledb.nl1           [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.dataextraction.nl1       [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.core.nl1               [eclipse-plugin]
[INFO] org.eclipse.birt.chart.ui.nl1                           [eclipse-plugin]
[INFO] org.eclipse.birt.nl                                    [eclipse-feature]
[INFO] org.eclipse.birt.integration.wtp.ui                     [eclipse-plugin]
[INFO] org.eclipse.birt.integration.wtp                       [eclipse-feature]
[INFO] org.eclipse.birt.axis.overlay                           [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.wpml             [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.script.javascript        [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.docx             [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.designer.editor.xml.wtp        [eclipse-feature]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui [eclipse-plugin]
[INFO] org.eclipse.birt.branding                               [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.html             [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.pdf              [eclipse-plugin]
[INFO] uk.co.spudsoft.birt.emitters.excel                      [eclipse-plugin]
[INFO] org.eclipse.birt                                       [eclipse-feature]
[INFO] org.eclipse.birt.doc                                    [eclipse-plugin]
[INFO] org.eclipse.birt.doc                                   [eclipse-feature]
[INFO] org.eclipse.birt.report.engine.emitter.config.ods       [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.odp       [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.prototype.excel  [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.engine.runtime                        [eclipse-feature]
[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.samplereports          [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.samples.rcp         [eclipse-plugin]
[INFO] org.eclipse.birt.example                               [eclipse-feature]
[INFO] org.eclipse.birt.core.testhelper                        [eclipse-plugin]
[INFO] org.eclipse.birt.report.model.testhelper                [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.testhelper               [eclipse-plugin]
[INFO] org.eclipse.birt.testhelper                            [eclipse-feature]
[INFO] org.eclipse.birt.cshelp                                 [eclipse-plugin]
[INFO] org.eclipse.birt.cshelp                                [eclipse-feature]
[INFO] org.eclipse.birt.chart.integration.wtp.ui               [eclipse-plugin]
[INFO] org.eclipse.birt.chart.integration.wtp                 [eclipse-feature]
[INFO] org.eclipse.birt.osgi.runtime                          [eclipse-feature]
[INFO] org.eclipse.birt.report.engine.emitter.postscript.tests [eclipse-test-plugin]
[INFO] org.eclipse.birt.tests.core                        [eclipse-test-plugin]
[INFO] org.eclipse.birt.chart.tests                       [eclipse-test-plugin]
[INFO] org.eclipse.birt.tests                             [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.pdf.tests   [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.data.oda.jdbc.tests        [eclipse-test-plugin]
[INFO] org.eclipse.birt.tests.data                        [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.html.tests  [eclipse-test-plugin]
[INFO] org.eclipse.birt.data.tests                        [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.engine.tests               [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.tests.chart                [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.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.designer.tests             [eclipse-test-plugin]
[INFO] org.eclipse.birt.core.tests                        [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.prototype.excel.tests [eclipse-test-plugin]
[INFO] org.eclipse.birt.tests                                 [eclipse-feature]
[INFO] org.eclipse.birt.osgi.runtime.sdk                      [eclipse-feature]
[INFO] birt-epp                                            [eclipse-repository]
[INFO] org.eclipse.birt.report.designer.ui.rcp                 [eclipse-plugin]
[INFO] org.eclipse.birt.rcp                                   [eclipse-feature]
[INFO] birt-report-rcp                                     [eclipse-repository]
[INFO] birt-report-all-in-one                              [eclipse-repository]
[INFO] birt-report-framework                               [eclipse-repository]
[INFO] org.eclipse.birt.doc.isv                                [eclipse-plugin]
[INFO] org.eclipse.birt.doc.isv                               [eclipse-feature]
[INFO] birt-report-framework-sdk                           [eclipse-repository]
[INFO] org.eclipse.birt.build                                  [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.rcp.nl1             [eclipse-plugin]
[INFO] org.eclipse.birt.rcp.nl                                [eclipse-feature]
[INFO] org.eclipse.birt.chart.integration.wtp.ui.nl1           [eclipse-plugin]
[INFO] org.eclipse.birt.integration.wtp.ui.nl1                 [eclipse-plugin]
[INFO] org.eclipse.birt.wtp.nl                                [eclipse-feature]
[INFO] org.eclipse.birt.p2updatesite                       [eclipse-repository]
[INFO] org.eclipse.birt.api                                               [pom]
[INFO] birt-runtime-osgi                                   [eclipse-repository]
[INFO] birt-runtime                                                       [pom]
[INFO] birt-sample-plugins                                 [eclipse-repository]
[INFO] birt-tests-suite                                    [eclipse-repository]
[INFO] org.eclipse.birt.integration.wtp.sdk                   [eclipse-feature]
[INFO] birt-wtp-integration-sdk                            [eclipse-repository]
[INFO] org.eclipse.birt.chart.viewer                           [eclipse-plugin]
[INFO] org.eclipse.birt.chart.viewer                          [eclipse-feature]
[INFO] birt-source                                         [eclipse-repository]
[INFO] org.eclipse.birt.build.package.nl-parent                           [pom]
[INFO] NLpack1-birt-charts                                                [pom]
[INFO] NLpack1-birt-rcp-report-designer                                   [pom]
[INFO] NLpack1-birt-report-designer-all-in-one                            [pom]
[INFO] NLpack1-birt-report-framework                                      [pom]
[INFO] NLpack1-birt-runtime                                               [pom]
[INFO] birt-publish                                                       [pom]
[INFO] birt-runtime-test                                                  [jar]
[INFO] org.eclipse.birt.chart-parent                                      [pom]
[INFO] org.eclipse.birt.data.oda.pojo.tests               [eclipse-test-plugin]
[INFO] org.eclipse.birt.data-parent                                       [pom]
[INFO] org.eclipse.birt.docs-parent                                       [pom]
[INFO] org.eclipse.birt.report.engine.dataextraction.csv.tests [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.pptx.tests  [eclipse-test-plugin]
[INFO] uk.co.spudsoft.birt.emitters.excel.tests           [eclipse-test-plugin]
[INFO] org.eclipse.birt.engine-parent                                     [pom]
[INFO] org.eclipse.birt.sdk                                   [eclipse-feature]
[INFO] org.eclipse.birt.report.designer.ui.samples.ide.nl1     [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.samplesview.nl1     [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.preview.static_html [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.preview.test   [eclipse-test-plugin]
[INFO] org.eclipse.birt.UI-parent                                         [pom]
[INFO] org.eclipse.birt.jetty.overlay                          [eclipse-plugin]
[INFO] org.eclipse.birt.report.viewer.tests               [eclipse-test-plugin]
[INFO] org.eclipse.birt.viewer-parent                                     [pom]
[INFO] org.eclipse.birt.report.item.crosstab.core.tests   [eclipse-test-plugin]
[INFO] org.eclipse.birt.xtab-parent                                       [pom]
[INFO] 
[INFO] --------------< org.eclipse.birt:org.eclipse.birt-parent >--------------
[INFO] Building org.eclipse.birt-parent 4.15.0-SNAPSHOT                 [1/280]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.birt-parent ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt-parent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.birt-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/target/jacoco.exec
[INFO] 
[INFO] --------------< org.eclipse.birt:org.eclipse.birt.target >--------------
[INFO] Building org.eclipse.birt.target 4.15.0-SNAPSHOT                 [2/280]
[INFO]   from build/org.eclipse.birt.target/pom.xml
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.target ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.target ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.target/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.birt.target ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.target ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-target-definition (default-package-target-definition) @ org.eclipse.birt.target ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.birt.target ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.target ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.target/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.target ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.target ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.target ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.target/target/jacoco.exec
[INFO] 
[INFO] -------------< org.eclipse.birt:org.eclipse.birt.example >--------------
[INFO] Building org.eclipse.birt.example 4.15.0-SNAPSHOT                [3/280]
[INFO]   from build/org.eclipse.birt.example/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.4:target-platform (default-target-platform)'
Build was aborted
Aborted by Frederic Gurr
Skipped archiving because build is not successful
Recording test results
No test report files were found. Configuration error?
None of the test reports contained any result
Finished: ABORTED