Skip to content
Success

Console Output

Started by user Pierre-Charles David
Running as Pierre-Charles David
Agent basic-zsrfx is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-zsrfx"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.sirius.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-zsrfx"
    - 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-zsrfx"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.sirius.svc.cluster.local/sirius/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.7"
    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
    - 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-sirius"
      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-zsrfx (basic) in workspace /home/jenkins/agent/workspace/sirius-web-emf-json
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-sirius/sirius-emf-json.git
 > git init /home/jenkins/agent/workspace/sirius-web-emf-json # timeout=10
Fetching upstream changes from https://github.com/eclipse-sirius/sirius-emf-json.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-sirius/sirius-emf-json.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-sirius/sirius-emf-json.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 fad32fe110bc6589d89c461eeaf75dd4e850780f (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fad32fe110bc6589d89c461eeaf75dd4e850780f # timeout=10
Commit message: "[releng] Trigger the build on pull requests"
First time build. Skipping changelog.
[sirius-web-emf-json] $ /opt/tools/apache-maven/latest/bin/mvn -f releng/org.eclipse.sirius.emfjson.releng/pom.xml -D-P!checkstyle= clean package
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson:2.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-web-emf-json/bundles/org.eclipse.sirius.emfjson/pom.xml
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/ (122B)
[INFO] Adding repository http://download.eclipse.org/releases/2019-06
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-06/ (492B)
[INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-06/ (142B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-06/ (24.89kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-06/201906191000/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-06/201906191000/ (829.91kB)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository/ (134B)
[INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository/
[INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/ (72.29kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson:2.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-web-emf-json/bundles/org.eclipse.sirius.emfjson/pom.xml
[INFO] Fetching 201906191000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-06/
Sep 16, 2021 3:56:18 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Sep 16, 2021 3:56:18 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
[INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (79.97kB)
[INFO] Fetching javax.activation_1.1.0.v201211130549.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (53.77kB)
[INFO] Fetching org.eclipse.osgi_3.14.0.v20190517-1309.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (454.46kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (249kB)
[INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.86kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.27kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.7.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (53.95kB)
[INFO] Fetching org.eclipse.equinox.registry_3.8.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (76.91kB)
[INFO] Fetching org.eclipse.equinox.common_3.10.400.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (52.18kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.400.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (46.05kB)
[INFO] Fetching org.eclipse.core.runtime_3.15.300.v20190508-0543.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (34.24kB)
[INFO] Fetching org.eclipse.equinox.app_1.4.200.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (41.7kB)
[INFO] Fetching org.eclipse.emf.common_2.16.0.v20190528-0845.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (115.24kB)
[INFO] Fetching org.eclipse.emf.ecore_2.18.0.v20190528-0845.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (485.5kB)
[INFO] Resolving class path of MavenProject: org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson:2.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-web-emf-json/bundles/org.eclipse.sirius.emfjson/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson.ide:2.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-web-emf-json/bundles/org.eclipse.sirius.emfjson.ide/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson.ide:2.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-web-emf-json/bundles/org.eclipse.sirius.emfjson.ide/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson.ide:2.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-web-emf-json/bundles/org.eclipse.sirius.emfjson.ide/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson.tests:2.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-web-emf-json/tests/org.eclipse.sirius.emfjson.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson.tests:2.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-web-emf-json/tests/org.eclipse.sirius.emfjson.tests/pom.xml
[INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/plugins/ (743.15kB)
Sep 16, 2021 3:56:21 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Sep 16, 2021 3:56:21 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.5MB)
[INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.32kB)
[INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.03kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (35.59kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (95.26kB)
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (258.72kB)
[INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (101.68kB)
[INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (63.49kB)
[INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.52kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.71kB)
[INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (154.23kB)
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.03kB)
[INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (30.66kB)
[INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.89MB)
[INFO] Fetching org.eclipse.compare_3.7.600.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (303.02kB)
[INFO] Fetching org.eclipse.ui_3.113.0.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (361.71kB)
[INFO] Fetching org.eclipse.core.resources_3.13.400.v20190505-1655.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (872.98kB)
[INFO] Fetching org.eclipse.jface.text_3.15.200.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (318.48kB)
[INFO] Fetching org.eclipse.ui.ide_3.15.200.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (964.19kB)
[INFO] Fetching org.eclipse.ui.views_3.9.400.v20190517-1612.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (48.79kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.12.0.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (229.07kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.400.v20190518-1240.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.79kB)
[INFO] Fetching org.eclipse.ui.editors_3.11.500.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (195.05kB)
[INFO] Fetching org.eclipse.ui.forms_3.8.0.v20190519-1034.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (123.14kB)
[INFO] Fetching org.eclipse.compare.core_3.6.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (32.84kB)
[INFO] Fetching org.eclipse.core.commands_3.9.400.v20190516-1358.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (43.28kB)
[INFO] Fetching org.eclipse.core.databinding_1.7.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (55.78kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.7.0.v20190515-0910.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (82.59kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.7.0.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.79kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.600.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (42.02kB)
[INFO] Fetching org.eclipse.text_3.8.200.v20190519-2344.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (97.68kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.400.v20190518-1151.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (27.77kB)
[INFO] Fetching org.eclipse.core.net_1.3.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (33.61kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.200.v20190516-1504.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.54kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.600.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.77kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.200.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (25.95kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.100.v20190518-1217.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (22.61kB)
[INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.91kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.69kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (7.77kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.53kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.16kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (98kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.500.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.01kB)
[INFO] Fetching org.eclipse.swt_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.03kB)
[INFO] Fetching org.eclipse.jface_3.16.0.v20190528-0922.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (358.07kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.700.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (64.06kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (79.2kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.300.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.84kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.97kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (112.57kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.29kB)
[INFO] Fetching org.eclipse.equinox.event_1.5.100.v20190528-1257.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (16.82kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.400.v20190510-1100.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (9.48kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.10.0.v20190529-1505.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (85.89kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (84.18kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (50.98kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (49.92kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.700.v20190517-1525.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (94.18kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.600.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (71.25kB)
[INFO] Fetching org.eclipse.jface.databinding_1.9.0.v20190519-0933.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (77.69kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.100.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (13.07kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.2.0.v20190514-1046.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (23.95kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.5.400.v20190515-0925.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.81kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (31.98kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.300.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (74.81kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.400.v20190409-0548.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (108.1kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (51.01kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.400.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (54.99kB)
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (44.42kB)
[INFO] Fetching org.eclipse.help_3.8.400.v20190423-0921.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (125.98kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (107.68kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.400.v20190510-0840.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (181.37kB)
[INFO] Fetching org.eclipse.ui.navigator_3.8.0.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (135.13kB)
[INFO] Fetching org.eclipse.team.core_3.8.600.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (126.2kB)
[INFO] Fetching org.eclipse.team.ui_3.8.500.v20190519-2354.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (492.8kB)
Sep 16, 2021 3:56:39 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Sep 16, 2021 3:56:39 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
Sep 16, 2021 3:56:40 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
Sep 16, 2021 3:56:40 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (283.72kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1.08MB)
[INFO] Fetching org.eclipse.ui.workbench_3.115.0.v20190521-1602.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,012.08kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.3.300.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (54.69kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.6.500.v20190519-2104.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (69.46kB)
[INFO] Fetching org.eclipse.urischeme_1.0.300.v20190514-0858.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (21.42kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.500.v20190513-2118.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (40.76kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (29.18kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (14.95kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (1,006.66kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.111.0.v20190605-1801.jar.pack.gz from http://download.eclipse.org/releases/2019-06/201906191000/plugins/ (790.84kB)
[INFO] Resolving class path of MavenProject: org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson.tests:2.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-web-emf-json/tests/org.eclipse.sirius.emfjson.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson.feature:2.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-web-emf-json/features/org.eclipse.sirius.emfjson.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson.feature:2.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-web-emf-json/features/org.eclipse.sirius.emfjson.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson.feature:2.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-web-emf-json/features/org.eclipse.sirius.emfjson.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson.feature.ide:2.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-web-emf-json/features/org.eclipse.sirius.emfjson.feature.ide/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson.feature.ide:2.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-web-emf-json/features/org.eclipse.sirius.emfjson.feature.ide/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson.feature.ide:2.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-web-emf-json/features/org.eclipse.sirius.emfjson.feature.ide/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson.repository:2.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-web-emf-json/repositories/org.eclipse.sirius.emfjson.repository/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson.repository:2.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-web-emf-json/repositories/org.eclipse.sirius.emfjson.repository/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson.repository:2.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/sirius-web-emf-json/repositories/org.eclipse.sirius.emfjson.repository/pom.xml
[WARNING] The project org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson.releng:pom:2.3.1-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Sirius EMF JSON                                                    [pom]
[INFO] emfjson-2019-06                              [eclipse-target-definition]
[INFO] Sirius EMF JSON                                         [eclipse-plugin]
[INFO] Sirius EMF JSON - IDE Integration                       [eclipse-plugin]
[INFO] Sirius EMF JSON - Tests                            [eclipse-test-plugin]
[INFO] Sirius EMF JSON Feature                                [eclipse-feature]
[INFO] Sirius EMF JSON - IDE Integration Feature              [eclipse-feature]
[INFO] Sirius EMF JSON Repository                          [eclipse-repository]
[INFO] 
[INFO] ----< org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson.releng >----
[INFO] Building Sirius EMF JSON 2.3.1-SNAPSHOT                            [1/8]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.sirius.emfjson.releng ---
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.sirius.emfjson.releng ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.sirius.emfjson.releng ---
[INFO] 
[INFO] -------------< org.eclipse.sirius.emfjson:emfjson-2019-06 >-------------
[INFO] Building emfjson-2019-06 2.3.1-SNAPSHOT                            [2/8]
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ emfjson-2019-06 ---
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ emfjson-2019-06 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ emfjson-2019-06 ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ emfjson-2019-06 ---
[INFO] 
[INFO] -------< org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson >--------
[INFO] Building Sirius EMF JSON 2.3.1-SNAPSHOT                            [3/8]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.sirius.emfjson ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.emfjson ---
[INFO] The project's OSGi version is 2.3.1.202109161555
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.sirius.emfjson ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.sirius.emfjson ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.sirius.emfjson ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-web-emf-json/bundles/org.eclipse.sirius.emfjson/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.sirius.emfjson ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/sirius-web-emf-json/bundles/org.eclipse.sirius.emfjson/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.sirius.emfjson ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-web-emf-json/bundles/org.eclipse.sirius.emfjson/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.sirius.emfjson ---
[INFO] Building jar: /home/jenkins/agent/workspace/sirius-web-emf-json/bundles/org.eclipse.sirius.emfjson/target/org.eclipse.sirius.emfjson-2.3.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.sirius.emfjson ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.sirius.emfjson ---
[INFO] Building jar: /home/jenkins/agent/workspace/sirius-web-emf-json/bundles/org.eclipse.sirius.emfjson/target/org.eclipse.sirius.emfjson-2.3.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.emfjson ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.sirius.emfjson ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.sirius.emfjson ---
[INFO] 
[INFO] -----< org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson.ide >------
[INFO] Building Sirius EMF JSON - IDE Integration 2.3.1-SNAPSHOT          [4/8]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.sirius.emfjson.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.emfjson.ide ---
[INFO] The project's OSGi version is 2.3.1.202109161555
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.sirius.emfjson.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.sirius.emfjson.ide ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.sirius.emfjson.ide ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-web-emf-json/bundles/org.eclipse.sirius.emfjson.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.sirius.emfjson.ide ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sirius-web-emf-json/bundles/org.eclipse.sirius.emfjson.ide/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.sirius.emfjson.ide ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-web-emf-json/bundles/org.eclipse.sirius.emfjson.ide/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.sirius.emfjson.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/sirius-web-emf-json/bundles/org.eclipse.sirius.emfjson.ide/target/org.eclipse.sirius.emfjson.ide-2.3.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.sirius.emfjson.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.sirius.emfjson.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/sirius-web-emf-json/bundles/org.eclipse.sirius.emfjson.ide/target/org.eclipse.sirius.emfjson.ide-2.3.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.emfjson.ide ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.sirius.emfjson.ide ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.sirius.emfjson.ide ---
[INFO] 
[INFO] ----< org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson.tests >-----
[INFO] Building Sirius EMF JSON - Tests 2.3.1-SNAPSHOT                    [5/8]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.sirius.emfjson.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.sirius.emfjson.tests ---
[INFO] The project's OSGi version is 2.3.1.202109161555
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.sirius.emfjson.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.sirius.emfjson.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.sirius.emfjson.tests ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 269 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.sirius.emfjson.tests ---
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/sirius-web-emf-json/tests/org.eclipse.sirius.emfjson.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.sirius.emfjson.tests ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-web-emf-json/tests/org.eclipse.sirius.emfjson.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.sirius.emfjson.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/sirius-web-emf-json/tests/org.eclipse.sirius.emfjson.tests/target/org.eclipse.sirius.emfjson.tests-2.3.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.sirius.emfjson.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.sirius.emfjson.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/sirius-web-emf-json/tests/org.eclipse.sirius.emfjson.tests/target/org.eclipse.sirius.emfjson.tests-2.3.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.emfjson.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.sirius.emfjson.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.sirius.emfjson.tests ---
[INFO] 
[INFO] ---< org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson.feature >----
[INFO] Building Sirius EMF JSON Feature 2.3.1-SNAPSHOT                    [6/8]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.sirius.emfjson.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/sirius-web-emf-json/features/org.eclipse.sirius.emfjson.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.emfjson.feature ---
[INFO] The project's OSGi version is 2.3.1.202109161555
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.sirius.emfjson.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.sirius.emfjson.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.sirius.emfjson.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.sirius.emfjson.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.sirius.emfjson.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/sirius-web-emf-json/features/org.eclipse.sirius.emfjson.feature/target/org.eclipse.sirius.emfjson.feature-2.3.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.emfjson.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.emfjson.feature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.sirius.emfjson.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/sirius-web-emf-json/features/org.eclipse.sirius.emfjson.feature/target/org.eclipse.sirius.emfjson.feature-2.3.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.sirius.emfjson.feature ---
[INFO] 
[INFO] --< org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson.feature.ide >--
[INFO] Building Sirius EMF JSON - IDE Integration Feature 2.3.1-SNAPSHOT  [7/8]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.sirius.emfjson.feature.ide ---
[INFO] Deleting /home/jenkins/agent/workspace/sirius-web-emf-json/features/org.eclipse.sirius.emfjson.feature.ide/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.emfjson.feature.ide ---
[INFO] The project's OSGi version is 2.3.1.202109161555
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.sirius.emfjson.feature.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.sirius.emfjson.feature.ide ---
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.sirius.emfjson.feature.ide ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.sirius.emfjson.feature.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.sirius.emfjson.feature.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/sirius-web-emf-json/features/org.eclipse.sirius.emfjson.feature.ide/target/org.eclipse.sirius.emfjson.feature.ide-2.3.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sirius.emfjson.feature.ide ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sirius.emfjson.feature.ide ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.sirius.emfjson.feature.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/sirius-web-emf-json/features/org.eclipse.sirius.emfjson.feature.ide/target/org.eclipse.sirius.emfjson.feature.ide-2.3.1-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.sirius.emfjson.feature.ide ---
[INFO] 
[INFO] --< org.eclipse.sirius.emfjson:org.eclipse.sirius.emfjson.repository >--
[INFO] Building Sirius EMF JSON Repository 2.3.1-SNAPSHOT                 [8/8]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.sirius.emfjson.repository ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sirius.emfjson.repository ---
[INFO] The project's OSGi version is 2.3.1.202109161555
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:copy-resources (copy-resources) @ org.eclipse.sirius.emfjson.repository ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.sirius.emfjson.repository ---
[INFO] Deleting /home/jenkins/agent/workspace/sirius-web-emf-json/repositories/org.eclipse.sirius.emfjson.repository/target
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.sirius.emfjson.repository ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sirius-web-emf-json/repositories/org.eclipse.sirius.emfjson.repository/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.sirius.emfjson.repository ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.sirius.emfjson.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.sirius.emfjson.repository ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ org.eclipse.sirius.emfjson.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ org.eclipse.sirius.emfjson.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.sirius.emfjson.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ org.eclipse.sirius.emfjson.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ org.eclipse.sirius.emfjson.repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/sirius-web-emf-json/repositories/org.eclipse.sirius.emfjson.repository/target/org.eclipse.sirius.emfjson.repository-2.3.1-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.sirius.emfjson.repository ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (p2-metadata) @ org.eclipse.sirius.emfjson.repository ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Sirius EMF JSON 2.3.1-SNAPSHOT:
[INFO] 
[INFO] Sirius EMF JSON .................................... SUCCESS [  0.214 s]
[INFO] emfjson-2019-06 .................................... SUCCESS [  0.108 s]
[INFO] Sirius EMF JSON .................................... SUCCESS [  6.679 s]
[INFO] Sirius EMF JSON - IDE Integration .................. SUCCESS [  0.226 s]
[INFO] Sirius EMF JSON - Tests ............................ SUCCESS [  1.084 s]
[INFO] Sirius EMF JSON Feature ............................ SUCCESS [  0.215 s]
[INFO] Sirius EMF JSON - IDE Integration Feature .......... SUCCESS [  0.111 s]
[INFO] Sirius EMF JSON Repository ......................... SUCCESS [  1.554 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:01 min
[INFO] Finished at: 2021-09-16T15:56:54Z
[INFO] ------------------------------------------------------------------------
Finished: SUCCESS