Skip to content
Success

Console Output

Started by user Alexander Dudaev
Running as Alexander Dudaev
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent default-agent-xmnzl is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-xmnzl"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.rcptt.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-xmnzl"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-xmnzl"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.rcptt.svc.cluster.local/rcptt/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - 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: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-rcptt"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on default-agent-xmnzl in /home/jenkins/agent/workspace/RAP example
[Pipeline] {
[Pipeline] git
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/rap/org.eclipse.rap.git
 > git init /home/jenkins/agent/workspace/RAP example # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/rap/org.eclipse.rap.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/rap/org.eclipse.rap.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git.eclipse.org/r/rap/org.eclipse.rap.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/rap/org.eclipse.rap.git # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/rap/org.eclipse.rap.git
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/rap/org.eclipse.rap.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision ed887bab1e48dee92df0cec78b0682d6eea797bf (refs/remotes/origin/master)
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ed887bab1e48dee92df0cec78b0682d6eea797bf
Commit message: "Update build configuration for RAP Runtime 3.12.0 M1"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master ed887bab1e48dee92df0cec78b0682d6eea797bf
 > git rev-list --no-walk ed887bab1e48dee92df0cec78b0682d6eea797bf # timeout=10
[Pipeline] withMaven
[withMaven] Options: []
[withMaven] Available options: 
[withMaven] using JDK installation provided by the build agent
[withMaven] using Maven installation 'apache-maven-latest'
[Pipeline] {
[Pipeline] sh
+ mvn clean verify -f releng/org.eclipse.rap.examples.build/controlsdemo/pom.xml
----- withMaven Wrapper script -----
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_222, vendor: Eclipse OpenJ9, runtime: /opt/java/openjdk/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-957.1.3.el7.x86_64", arch: "amd64", family: "unix"
[INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/RAP example@tmp/withMaven57c26aa6/maven-spy-20200129-072739-9061999133101761431380.log.tmp ...
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.rap:org.eclipse.rap.examples.controlsdemo.product:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/RAP example/releng/org.eclipse.rap.examples.build/controlsdemo/pom.xml
[INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/nightly/runtime/
[INFO] Adding repository http://download.eclipse.org/rt/rap/nightly/runtime
[INFO] Fetching content.xml.xz from http://download.eclipse.org/rt/rap/nightly/runtime/
[INFO] Fetching content.xml.xz from http://download.eclipse.org/rt/rap/nightly/runtime/
[INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/incubator/nightly/
[INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/incubator/nightly/
[INFO] Adding repository http://download.eclipse.org/rt/rap/incubator/nightly
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/rt/rap/incubator/nightly/ (460B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/rt/rap/incubator/nightly/ (460B)
[INFO] Fetching content.jar from http://download.eclipse.org/rt/rap/incubator/nightly/clientscripting/ (9.55kB)
[INFO] Fetching content.jar from http://download.eclipse.org/rt/rap/incubator/nightly/clientscripting/ (9.55kB)
[INFO] Fetching content.jar from http://download.eclipse.org/rt/rap/incubator/nightly/cnf/ (5.2kB)
[INFO] Fetching content.jar from http://download.eclipse.org/rt/rap/incubator/nightly/cnf/ (5.2kB)
[INFO] Fetching content.jar from http://download.eclipse.org/rt/rap/incubator/nightly/fileupload/ (8.3kB)
[INFO] Fetching content.jar from http://download.eclipse.org/rt/rap/incubator/nightly/fileupload/ (8.3kB)
[INFO] Fetching content.jar from http://download.eclipse.org/rt/rap/incubator/nightly/gef/ (13.14kB)
[INFO] Fetching content.jar from http://download.eclipse.org/rt/rap/incubator/nightly/gef/ (13.14kB)
[INFO] Fetching content.jar from http://download.eclipse.org/rt/rap/incubator/nightly/pde/ (3.52kB)
[INFO] Fetching content.jar from http://download.eclipse.org/rt/rap/incubator/nightly/pde/ (3.52kB)
[INFO] Fetching content.jar from http://download.eclipse.org/rt/rap/incubator/nightly/tabbed-properties/ (5.17kB)
[INFO] Fetching content.jar from http://download.eclipse.org/rt/rap/incubator/nightly/tabbed-properties/ (5.17kB)
[INFO] Fetching content.jar from http://download.eclipse.org/rt/rap/incubator/nightly/visualization/ (6.03kB)
[INFO] Fetching content.jar from http://download.eclipse.org/rt/rap/incubator/nightly/visualization/ (6.03kB)
[INFO] Fetching content.jar from http://download.eclipse.org/rt/rap/incubator/nightly/dropdown/ (7.15kB)
[INFO] Fetching content.jar from http://download.eclipse.org/rt/rap/incubator/nightly/dropdown/ (7.15kB)
[INFO] Fetching content.jar from http://download.eclipse.org/rt/rap/incubator/nightly/richtext/ (7.74kB)
[INFO] Fetching content.jar from http://download.eclipse.org/rt/rap/incubator/nightly/richtext/ (7.74kB)
[INFO] Fetching content.jar from http://download.eclipse.org/rt/rap/incubator/nightly/chart/ (4.69kB)
[INFO] Fetching content.jar from http://download.eclipse.org/rt/rap/incubator/nightly/chart/ (4.69kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap:org.eclipse.rap.examples.controlsdemo.product:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/RAP example/releng/org.eclipse.rap.examples.build/controlsdemo/pom.xml
[INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (60.2kB)
[INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (60.2kB)
[INFO] Fetching org.eclipse.osgi_3.15.200.v20200107-1357.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (460.17kB)
[INFO] Fetching org.eclipse.osgi_3.15.200.v20200107-1357.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (460.17kB)
[INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (31.52kB)
[INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (31.52kB)
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (75.47kB)
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (75.47kB)
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (44.03kB)
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (44.03kB)
[INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (34.83kB)
[INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (34.83kB)
[INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (155.55kB)
[INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (155.55kB)
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (30.65kB)
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (30.65kB)
[INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (43.01kB)
[INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (43.01kB)
[INFO] Fetching org.eclipse.equinox.common_3.11.0.v20200107-0938.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (52.46kB)
[INFO] Fetching org.eclipse.equinox.common_3.11.0.v20200107-0938.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (52.46kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.600.v20191217-1710.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (41.61kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.600.v20191217-1710.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (41.61kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.7.700.v20191213-1901.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (54.37kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.7.700.v20191213-1901.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (54.37kB)
[INFO] Fetching org.eclipse.equinox.registry_3.8.700.v20200106-1317.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (77kB)
[INFO] Fetching org.eclipse.equinox.registry_3.8.700.v20200106-1317.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (77kB)
[INFO] Fetching org.eclipse.core.databinding_1.7.800.v20191214-1713.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (55.85kB)
[INFO] Fetching org.eclipse.core.databinding_1.7.800.v20191214-1713.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (55.85kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.8.200.v20200105-1858.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (82.53kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.8.200.v20200105-1858.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (82.53kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.7.300.v20191214-1713.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (44.79kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.7.300.v20191214-1713.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (44.79kB)
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (9.5MB)
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (9.5MB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (26.2kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (26.2kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.700.v20200106-1210.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (33.78kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.700.v20200106-1210.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (33.78kB)
[INFO] Fetching org.eclipse.core.runtime_3.17.100.v20191216-2352.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (33.71kB)
[INFO] Fetching org.eclipse.core.runtime_3.17.100.v20191216-2352.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (33.71kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.700.v20200106-1020.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (46.09kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.700.v20200106-1020.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (46.09kB)
[INFO] Fetching org.eclipse.equinox.app_1.4.400.v20191212-0743.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (42.13kB)
[INFO] Fetching org.eclipse.equinox.app_1.4.400.v20191212-0743.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (42.13kB)
[INFO] Fetching org.eclipse.equinox.console_1.4.0.v20190819-1430.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (51.54kB)
[INFO] Fetching org.eclipse.equinox.console_1.4.0.v20190819-1430.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (51.54kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (18.49kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (18.49kB)
[INFO] Fetching org.eclipse.equinox.http.servlet_1.6.400.v20191213-1757.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (76.5kB)
[INFO] Fetching org.eclipse.equinox.http.servlet_1.6.400.v20191213-1757.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (76.5kB)
[INFO] Fetching org.eclipse.equinox.http.servletbridge_1.1.100.v20180827-1235.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (7.46kB)
[INFO] Fetching org.eclipse.equinox.http.servletbridge_1.1.100.v20180827-1235.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (7.46kB)
[INFO] Fetching org.eclipse.equinox.servletbridge_1.5.300.v20191213-1757.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (24.85kB)
[INFO] Fetching org.eclipse.equinox.servletbridge_1.5.300.v20191213-1757.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (24.85kB)
[INFO] Fetching org.eclipse.rap.demo.controls_3.12.0.20200112-1416.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (181.35kB)
[INFO] Fetching org.eclipse.rap.demo.controls_3.12.0.20200112-1416.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (181.35kB)
[INFO] Fetching org.eclipse.rap.rwt_3.12.0.20200113-0934.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (1.23MB)
[INFO] Fetching org.eclipse.rap.rwt_3.12.0.20200113-0934.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (1.23MB)
[INFO] Fetching org.eclipse.rap.jface_3.12.0.20200112-1416.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (320.01kB)
[INFO] Fetching org.eclipse.rap.jface_3.12.0.20200112-1416.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (320.01kB)
[INFO] Fetching org.eclipse.rap.nebula.widgets.grid_3.12.0.20200112-1416.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (41.39kB)
[INFO] Fetching org.eclipse.rap.nebula.widgets.grid_3.12.0.20200112-1416.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (41.39kB)
[INFO] Fetching org.eclipse.rap.nebula.widgets.richtext_3.12.0.20200112-1416.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (608.37kB)
[INFO] Fetching org.eclipse.rap.nebula.widgets.richtext_3.12.0.20200112-1416.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (608.37kB)
[INFO] Fetching org.eclipse.rap.jface.databinding_3.12.0.20200112-1416.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (68.65kB)
[INFO] Fetching org.eclipse.rap.jface.databinding_3.12.0.20200112-1416.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (68.65kB)
[INFO] Fetching org.eclipse.rap.rwt.osgi_3.12.0.20200112-1416.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (18.11kB)
[INFO] Fetching org.eclipse.rap.rwt.osgi_3.12.0.20200112-1416.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (18.11kB)
[INFO] Resolving class path of MavenProject: org.eclipse.rap:org.eclipse.rap.examples.controlsdemo.product:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/RAP example/releng/org.eclipse.rap.examples.build/controlsdemo/pom.xml
[INFO] 
[INFO] ---< org.eclipse.rap:org.eclipse.rap.examples.controlsdemo.product >----
[INFO] Building org.eclipse.rap.examples.controlsdemo.product 3.12.0-SNAPSHOT
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.rap.examples.controlsdemo.product ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rap.examples.controlsdemo.product ---
[INFO] The project's OSGi version is 3.12.0.20200129-0727
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.rap.examples.controlsdemo.product ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.rap.examples.controlsdemo.product ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/RAP example/releng/org.eclipse.rap.examples.build/controlsdemo/src/main/resources
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.rap.examples.controlsdemo.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-products (default-publish-products) @ org.eclipse.rap.examples.controlsdemo.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:publish-categories (default-publish-categories) @ org.eclipse.rap.examples.controlsdemo.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.0.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.rap.examples.controlsdemo.product ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.0.0:assemble-repository (default-assemble-repository) @ org.eclipse.rap.examples.controlsdemo.product ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.0.0:archive-repository (default-archive-repository) @ org.eclipse.rap.examples.controlsdemo.product ---
[INFO] Building zip: /home/jenkins/agent/workspace/RAP example/releng/org.eclipse.rap.examples.build/controlsdemo/target/org.eclipse.rap.examples.controlsdemo.product-3.12.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-p2-director-plugin:1.0.0:materialize-products (materialize-products) @ org.eclipse.rap.examples.controlsdemo.product ---
[INFO] Installing product org.eclipse.rap.examples.controlsdemo.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/RAP example/releng/org.eclipse.rap.examples.build/controlsdemo/target/products/org.eclipse.rap.examples.controlsdemo.product/linux/gtk/x86_64
Installing org.eclipse.rap.examples.controlsdemo.product 3.5.0.20200129-0727.
Operation completed in 1534 ms.
[INFO] 
[INFO] --- tycho-p2-director-plugin:1.0.0:archive-products (archive-products) @ org.eclipse.rap.examples.controlsdemo.product ---
[INFO] Building zip: /home/jenkins/agent/workspace/RAP example/releng/org.eclipse.rap.examples.build/controlsdemo/target/products/org.eclipse.rap.examples.controlsdemo.product-linux.gtk.x86_64.zip
[INFO] 
[INFO] --- maven-replacer-plugin:1.4.1:replace (default) @ org.eclipse.rap.examples.controlsdemo.product ---
[INFO] Replacement run on 1 file.
[INFO] 
[INFO] --- maven-assembly-plugin:2.4:single (make-assembly) @ org.eclipse.rap.examples.controlsdemo.product ---
[INFO] Reading assembly descriptor: assembly.xml
[INFO] Building war: /home/jenkins/agent/workspace/RAP example/releng/org.eclipse.rap.examples.build/controlsdemo/target/controls.war
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  45.475 s
[INFO] Finished at: 2020-01-29T07:28:25Z
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/RAP example@tmp/withMaven57c26aa6/maven-spy-20200129-072739-9061999133101761431380.log
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact releng/org.eclipse.rap.examples.build/controlsdemo/pom.xml under org/eclipse/rap/org.eclipse.rap.examples.controlsdemo.product/3.12.0-SNAPSHOT/org.eclipse.rap.examples.controlsdemo.product-3.12.0-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact releng/org.eclipse.rap.examples.build/controlsdemo/target/org.eclipse.rap.examples.controlsdemo.product-3.12.0-SNAPSHOT.zip under org/eclipse/rap/org.eclipse.rap.examples.controlsdemo.product/3.12.0-SNAPSHOT/org.eclipse.rap.examples.controlsdemo.product-3.12.0-SNAPSHOT.zip
[withMaven] artifactsPublisher - Archive artifact releng/org.eclipse.rap.examples.build/controlsdemo/target/p2content.xml under org/eclipse/rap/org.eclipse.rap.examples.controlsdemo.product/3.12.0-SNAPSHOT/org.eclipse.rap.examples.controlsdemo.product-3.12.0-SNAPSHOT-p2metadata.xml
[withMaven] artifactsPublisher - Archive artifact releng/org.eclipse.rap.examples.build/controlsdemo/target/p2artifacts.xml under org/eclipse/rap/org.eclipse.rap.examples.controlsdemo.product/3.12.0-SNAPSHOT/org.eclipse.rap.examples.controlsdemo.product-3.12.0-SNAPSHOT-p2artifacts.xml
[withMaven] artifactsPublisher - Archive artifact releng/org.eclipse.rap.examples.build/controlsdemo/target/products/org.eclipse.rap.examples.controlsdemo.product-linux.gtk.x86_64.zip under org/eclipse/rap/org.eclipse.rap.examples.controlsdemo.product/3.12.0-SNAPSHOT/org.eclipse.rap.examples.controlsdemo.product-3.12.0-SNAPSHOT-linux.gtk.x86_64.zip
[withMaven] artifactsPublisher - Archive artifact releng/org.eclipse.rap.examples.build/controlsdemo/target/controls.war under org/eclipse/rap/org.eclipse.rap.examples.controlsdemo.product/3.12.0-SNAPSHOT/org.eclipse.rap.examples.controlsdemo.product-3.12.0-SNAPSHOT.war
[withMaven] Jenkins Task Scanner Plugin not found, don't display results of source code scanning for 'TODO' and 'FIXME' in pipeline screen.
[withMaven] Publishers: Pipeline Graph Publisher: 20 ms, Generated Artifacts Publisher: 10182 ms, Junit Publisher: 1 ms, Concordion Publisher: 1 ms
[Pipeline] // withMaven
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS