Skip to content
Failed

Console Output

Started by user Michael Schlichtig
Running as Michael Schlichtig
04:06:01 Connecting to https://api.github.com using eclipse-cognicrypt-bot/****** (GitHub bot (username/token))
Obtained Jenkinsfile from 926b51cd099f3b69d178bd85d798a955a2668156
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-rdb9k is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-rdb9k"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.cognicrypt.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-rdb9k"
    - 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-rdb9k"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.cognicrypt.svc.cluster.local/cognicrypt/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5"
    imagePullPolicy: "Always"
    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: "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:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-cognicrypt"
      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"

Running on basic-rdb9k in /home/jenkins/agent/workspace/cognicrypt-multibranch_develop
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-cognicrypt/CogniCrypt.git
 > git init /home/jenkins/agent/workspace/cognicrypt-multibranch_develop # timeout=10
Fetching upstream changes from https://github.com/eclipse-cognicrypt/CogniCrypt.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-cognicrypt/CogniCrypt.git +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Avoid second fetch
Checking out Revision 926b51cd099f3b69d178bd85d798a955a2668156 (develop)
 > git config remote.origin.url https://github.com/eclipse-cognicrypt/CogniCrypt.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 926b51cd099f3b69d178bd85d798a955a2668156 # timeout=10
Commit message: "Merge pull request #434 from enriozuni/issue-431"
 > git rev-list --no-walk 926b51cd099f3b69d178bd85d798a955a2668156 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mvn clean install
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.19-200.fc33.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: de.cognicrypt:de.cognicrypt.core:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/pom.xml
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-03/ (122B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-03/ (122B)
[INFO] Adding repository http://download.eclipse.org/releases/2020-03
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-03/ (482B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-03/ (482B)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-03/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-03/ (142B)
[INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-03/ (75.25kB)
[INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-03/ (75.25kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-03/202003181000/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-03/202003181000/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-03/202003181000/ (826.34kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-03/202003181000/ (826.34kB)
[INFO] Fetching p2.index from https://it.crossing.tu-darmstadt.de/cognicrypt/stable/ (173B)
[INFO] Fetching p2.index from https://it.crossing.tu-darmstadt.de/cognicrypt/stable/ (173B)
[INFO] Adding repository https://it.crossing.tu-darmstadt.de/cognicrypt/stable
[INFO] Fetching content.xml.xz from https://it.crossing.tu-darmstadt.de/cognicrypt/stable/ (36.76kB)
[INFO] Fetching content.xml.xz from https://it.crossing.tu-darmstadt.de/cognicrypt/stable/ (36.76kB)
[INFO] Resolving dependencies of MavenProject: de.cognicrypt:de.cognicrypt.core:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/pom.xml
[WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available
[INFO] Fetching 202003181000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-03/
[INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (743.15kB)
[INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (743.15kB)
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.5MB)
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.5MB)
[INFO] Fetching org.eclipse.core.runtime_3.17.100.v20200203-0917.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.69kB)
[INFO] Fetching org.eclipse.core.runtime_3.17.100.v20200203-0917.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.69kB)
[INFO] Fetching org.eclipse.ui.workbench_3.118.0.v20200222-0719.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1,004.16kB)
[INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (873.17kB)
[INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (873.17kB)
[INFO] Fetching org.eclipse.ui.ide_3.17.0.v20200217-1511.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (961.05kB)
[INFO] Fetching org.eclipse.ui.ide_3.17.0.v20200217-1511.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (961.05kB)
[INFO] Fetching org.eclipse.ui_3.116.0.v20200203-1308.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (363.87kB)
[INFO] Fetching org.eclipse.ui_3.116.0.v20200203-1308.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (363.87kB)
[INFO] Fetching org.eclipse.jdt.core_3.21.0.v20200304-1404.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (6.72MB)
[INFO] Fetching org.eclipse.jdt.core_3.21.0.v20200304-1404.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (6.72MB)
[INFO] Fetching org.eclipse.ui.forms_3.9.0.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (124.26kB)
[INFO] Fetching org.eclipse.ui.forms_3.9.0.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (124.26kB)
[INFO] Fetching org.eclipse.m2e.maven.runtime_1.15.0.20200310-1832.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.22MB)
[INFO] Fetching org.eclipse.m2e.maven.runtime_1.15.0.20200310-1832.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.22MB)
[INFO] Fetching org.eclipse.osgi_3.15.200.v20200214-1600.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (460.88kB)
[INFO] Fetching org.eclipse.osgi_3.15.200.v20200214-1600.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (460.88kB)
[INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.03kB)
[INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.03kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.35kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (35.59kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (35.59kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (95.26kB)
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (258.72kB)
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (258.72kB)
[INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (101.68kB)
[INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (101.68kB)
[INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (63.49kB)
[INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (63.49kB)
[INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.52kB)
[INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.52kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.71kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.71kB)
[INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (155.55kB)
[INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (155.55kB)
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.03kB)
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.03kB)
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (30.65kB)
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (30.65kB)
[INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.86MB)
[INFO] Fetching org.eclipse.emf.emfstore.common_1.9.0.v20170530-0703.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.86MB)
[INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.01kB)
[INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.01kB)
[INFO] Fetching org.eclipse.equinox.common_3.11.0.v20200206-0817.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (52.7kB)
[INFO] Fetching org.eclipse.equinox.common_3.11.0.v20200206-0817.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (52.7kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.600.v20200124-1609.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (41.5kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.600.v20200124-1609.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (41.5kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.7.700.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (54.37kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.7.700.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (54.37kB)
[INFO] Fetching org.eclipse.equinox.registry_3.8.700.v20200121-1457.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.99kB)
[INFO] Fetching org.eclipse.equinox.registry_3.8.700.v20200121-1457.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.99kB)
[INFO] Fetching org.eclipse.core.databinding_1.8.0.v20200205-2008.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.68kB)
[INFO] Fetching org.eclipse.core.databinding_1.8.0.v20200205-2008.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.68kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (82.47kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (82.47kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.98kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.98kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.700.v20200212-1751.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.98kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.700.v20200212-1751.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.98kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.79kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.79kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.700.v20200106-1020.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (46.09kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.700.v20200106-1020.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (46.09kB)
[INFO] Fetching org.eclipse.equinox.app_1.4.400.v20191212-0743.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (42.13kB)
[INFO] Fetching org.eclipse.equinox.app_1.4.400.v20191212-0743.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (42.13kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.76kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.76kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (25.92kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (25.92kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.07kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.66kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.66kB)
[INFO] Fetching org.eclipse.e4.core.services_2.2.200.v20200127-0814.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (28.2kB)
[INFO] Fetching org.eclipse.e4.core.services_2.2.200.v20200127-0814.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (28.2kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.68kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.68kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.75kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.75kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.67kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.67kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.82kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.82kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (107.16kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (107.16kB)
[INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (485.73kB)
[INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (485.73kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.97kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.97kB)
[INFO] Fetching org.eclipse.swt_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.01kB)
[INFO] Fetching org.eclipse.swt_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.01kB)
[INFO] Fetching org.eclipse.jface_3.19.0.v20200218-1607.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (361.89kB)
[INFO] Fetching org.eclipse.jface_3.19.0.v20200218-1607.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (361.89kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (65.52kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (65.52kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.900.v20200203-0840.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (79.02kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.900.v20200203-0840.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (79.02kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.45kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.45kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.76kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.76kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.700.v20200201-1719.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.04kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.700.v20200201-1719.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.04kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.15.0.v20200113-2039.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.02kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.15.0.v20200113-2039.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.02kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (111.14kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (111.14kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.16kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.16kB)
[INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.7kB)
[INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.7kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.45kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.45kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.11.200.v20200205-1503.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (85.45kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.11.200.v20200205-1503.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (85.45kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (51.02kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (51.02kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (84.07kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (84.07kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.07kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.07kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200217-1217.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (94.67kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200217-1217.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (94.67kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.900.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (61.43kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.900.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (61.43kB)
[INFO] Fetching org.eclipse.jface.databinding_1.11.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (78.02kB)
[INFO] Fetching org.eclipse.jface.databinding_1.11.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (78.02kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.07kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.07kB)
[INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (115.01kB)
[INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (115.01kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (23.95kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (23.95kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (32.04kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (32.04kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (74.67kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (74.67kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (108.27kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (108.27kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.94kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.94kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.47kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.47kB)
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.42kB)
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.42kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.56kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.56kB)
[INFO] Fetching org.eclipse.help_3.8.700.v20191212-1123.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (125.61kB)
[INFO] Fetching org.eclipse.help_3.8.700.v20191212-1123.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (125.61kB)
[INFO] Fetching org.eclipse.text_3.10.100.v20200217-1239.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (100.66kB)
[INFO] Fetching org.eclipse.text_3.10.100.v20200217-1239.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (100.66kB)
[INFO] Fetching org.eclipse.jface.text_3.16.200.v20200218-0828.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (317.81kB)
[INFO] Fetching org.eclipse.jface.text_3.16.200.v20200218-0828.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (317.81kB)
[INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.15.0.20200310-1832.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (19.43kB)
[INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.15.0.20200310-1832.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (19.43kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (957.9kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (957.9kB)
[INFO] Fetching org.eclipse.ui.navigator_3.9.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (133.31kB)
[INFO] Fetching org.eclipse.ui.navigator_3.9.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (133.31kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.71kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.71kB)
[INFO] Resolving class path of MavenProject: de.cognicrypt:de.cognicrypt.core:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/pom.xml
[INFO] Computing target platform for MavenProject: de.cognicrypt:de.cognicrypt.crysl.handler:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.crysl.handler/pom.xml
[INFO] Resolving dependencies of MavenProject: de.cognicrypt:de.cognicrypt.crysl.handler:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.crysl.handler/pom.xml
[INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (141.47kB)
[INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (141.47kB)
[INFO] Fetching org.eclipse.xtext_2.21.0.v20200302-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (769.31kB)
[INFO] Fetching org.eclipse.xtext_2.21.0.v20200302-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (769.31kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.21.0.v20200302-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (87.49kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.21.0.v20200302-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (87.49kB)
[INFO] Fetching de.darmstadt.tu.crossing.CrySL.ui_2.0.1.jar from https://it.crossing.tu-darmstadt.de/cognicrypt/stable/plugins/ (80.99kB)
[INFO] Fetching de.darmstadt.tu.crossing.CrySL.ui_2.0.1.jar from https://it.crossing.tu-darmstadt.de/cognicrypt/stable/plugins/ (80.99kB)
[INFO] Fetching de.darmstadt.tu.crossing.CrySL_2.0.1.jar from https://it.crossing.tu-darmstadt.de/cognicrypt/stable/plugins/ (383.9kB)
[INFO] Fetching de.darmstadt.tu.crossing.CrySL_2.0.1.jar from https://it.crossing.tu-darmstadt.de/cognicrypt/stable/plugins/ (383.9kB)
[INFO] Fetching de.darmstadt.tu.crossing.CrySL.ide_2.0.1.jar from https://it.crossing.tu-darmstadt.de/cognicrypt/stable/plugins/ (189.15kB)
[INFO] Fetching de.darmstadt.tu.crossing.CrySL.ide_2.0.1.jar from https://it.crossing.tu-darmstadt.de/cognicrypt/stable/plugins/ (189.15kB)
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (123kB)
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (123kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.21.0.v20200302-1201.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (892.87kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.21.0.v20200302-1201.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (892.87kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.21.0.v20200302-1127.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.17kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.21.0.v20200302-1127.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.17kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (201.73kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (201.73kB)
[INFO] Fetching org.eclipse.xtext.util_2.21.0.v20200302-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (107.97kB)
[INFO] Fetching org.eclipse.xtext.util_2.21.0.v20200302-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (107.97kB)
[INFO] Fetching org.eclipse.xtend.lib_2.21.0.v20200302-1127.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (57.38kB)
[INFO] Fetching org.eclipse.xtend.lib_2.21.0.v20200302-1127.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (57.38kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.21.0.v20200302-1201.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (134.31kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.21.0.v20200302-1201.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (134.31kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.11.2.v20200224-0816.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.52kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.11.2.v20200224-0816.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.52kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.11.2.v20200224-0816.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.46kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.11.2.v20200224-0816.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.46kB)
[INFO] Fetching org.eclipse.xtext.generator_2.21.0.v20200302-1201.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (261.11kB)
[INFO] Fetching org.eclipse.xtext.generator_2.21.0.v20200302-1201.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (261.11kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (129.49kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (129.49kB)
[INFO] Fetching org.eclipse.xtext.ide_2.21.0.v20200302-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (234.01kB)
[INFO] Fetching org.eclipse.xtext.ide_2.21.0.v20200302-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (234.01kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.21.0.v20200302-1201.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (266.83kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.21.0.v20200302-1201.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (266.83kB)
[INFO] Fetching org.eclipse.xtext.ui_2.21.0.v20200302-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (580.52kB)
[INFO] Fetching org.eclipse.xtext.ui_2.21.0.v20200302-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (580.52kB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.21.0.v20200302-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (25.64kB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.21.0.v20200302-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (25.64kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.21.0.v20200302-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.19kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.21.0.v20200302-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.19kB)
[INFO] Fetching org.eclipse.ui.editors_3.13.100.v20200130-1507.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (200.77kB)
[INFO] Fetching org.eclipse.ui.editors_3.13.100.v20200130-1507.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (200.77kB)
[INFO] Fetching org.eclipse.compare_3.7.900.v20200129-0902.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (306.39kB)
[INFO] Fetching org.eclipse.compare_3.7.900.v20200129-0902.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (306.39kB)
[INFO] Fetching org.eclipse.xtext.builder_2.21.0.v20200302-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (129.34kB)
[INFO] Fetching org.eclipse.xtext.builder_2.21.0.v20200302-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (129.34kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.21.0.v20200302-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (195.08kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.21.0.v20200302-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (195.08kB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.10.600.v20200220-2022.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.66MB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.10.600.v20200220-2022.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.66MB)
[INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (476.29kB)
[INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (2.83MB)
[INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (2.83MB)
[INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (47.81kB)
[INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (47.81kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (291.62kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (291.62kB)
[INFO] Fetching org.eclipse.ui.views_3.10.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.15kB)
[INFO] Fetching org.eclipse.ui.views_3.10.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.15kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.100.v20200212-1049.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (233.92kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.100.v20200212-1049.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (233.92kB)
[INFO] Fetching org.eclipse.compare.core_3.6.800.v20191213-2246.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.04kB)
[INFO] Fetching org.eclipse.compare.core_3.6.800.v20191213-2246.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.04kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.900.v20200117-0616.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (41.39kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.900.v20200117-0616.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (41.39kB)
[INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (18.03kB)
[INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (18.03kB)
[INFO] Fetching org.eclipse.debug.core_3.15.0.v20200224-0654.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.21kB)
[INFO] Fetching org.eclipse.debug.core_3.15.0.v20200224-0654.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.21kB)
[INFO] Fetching org.eclipse.debug.ui_3.14.400.v20200222-1431.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.01MB)
[INFO] Fetching org.eclipse.debug.ui_3.14.400.v20200222-1431.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.01MB)
[INFO] Fetching org.eclipse.ui.console_3.9.100.v20200215-1209.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (85.4kB)
[INFO] Fetching org.eclipse.ui.console_3.9.100.v20200215-1209.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (85.4kB)
[INFO] Fetching org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.93kB)
[INFO] Fetching org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.93kB)
[INFO] Fetching org.eclipse.jdt.launching_3.17.0.v20200215-0651.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (274.22kB)
[INFO] Fetching org.eclipse.jdt.launching_3.17.0.v20200215-0651.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (274.22kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.21.0.v20200112-0705.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (417.65kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.21.0.v20200112-0705.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (417.65kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (59.63kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (59.63kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (61.25kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (61.25kB)
[INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (96.99kB)
[INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (96.99kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.93kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.93kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (108.56kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (108.56kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.5.2.v20200224-0816.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (61.62kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.5.2.v20200224-0816.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (61.62kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.5.2.v20200224-0816.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (19.49kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.5.2.v20200224-0816.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (19.49kB)
[INFO] Fetching org.eclipse.emf.mwe2.language_2.11.2.v20200224-0816.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (69.65kB)
[INFO] Fetching org.eclipse.emf.mwe2.language_2.11.2.v20200224-0816.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (69.65kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.100.v20200224-2108.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (488.87kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.100.v20200224-2108.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (488.87kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.400.v20200215-1156.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (107.96kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.400.v20200215-1156.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (107.96kB)
[INFO] Fetching org.eclipse.jdt.debug_3.15.0.v20200224-0604.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (969.65kB)
[INFO] Fetching org.eclipse.jdt.debug_3.15.0.v20200224-0604.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (969.65kB)
[INFO] Fetching org.eclipse.jdt.ui_3.21.0.v20200226-1531.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (3.91MB)
[INFO] Fetching org.eclipse.jdt.ui_3.21.0.v20200226-1531.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (3.91MB)
[INFO] Fetching org.eclipse.search_3.11.900.v20200211-1227.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (215.14kB)
[INFO] Fetching org.eclipse.search_3.11.900.v20200211-1227.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (215.14kB)
[INFO] Fetching org.eclipse.team.ui_3.8.800.v20200211-0752.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (494.08kB)
[INFO] Fetching org.eclipse.team.ui_3.8.800.v20200211-0752.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (494.08kB)
[INFO] Fetching org.eclipse.team.core_3.8.900.v20200211-0946.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.56kB)
[INFO] Fetching org.eclipse.team.core_3.8.900.v20200211-0946.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.56kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.200.v20200221-2020.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (182.38kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.200.v20200221-2020.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (182.38kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.7.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (70.9kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.7.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (70.9kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.800.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (40.96kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.800.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (40.96kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (80.37kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (80.37kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (148.58kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.21.0.v20200302-1127.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (23.24kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.21.0.v20200302-1127.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (23.24kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (26.12kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (26.12kB)
[INFO] Fetching org.eclipse.xtext.smap_2.21.0.v20200302-1201.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.24kB)
[INFO] Fetching org.eclipse.xtext.smap_2.21.0.v20200302-1201.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.24kB)
[INFO] Fetching org.objectweb.asm_7.2.0.v20191010-1910.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (58.83kB)
[INFO] Fetching org.objectweb.asm_7.2.0.v20191010-1910.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (58.83kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.21.0.v20200302-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (49.88kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.21.0.v20200302-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (49.88kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared_2.21.0.v20200302-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (11.02kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared_2.21.0.v20200302-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (11.02kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.21.0.v20200302-1201.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.62kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.21.0.v20200302-1201.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.62kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.21.0.v20200302-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (524.98kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.21.0.v20200302-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (524.98kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.21.0.v20200302-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (57.27kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.21.0.v20200302-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (57.27kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.21.0.v20200302-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (40.23kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.21.0.v20200302-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (40.23kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (29.18kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (29.18kB)
[INFO] Resolving class path of MavenProject: de.cognicrypt:de.cognicrypt.crysl.handler:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.crysl.handler/pom.xml
[INFO] Computing target platform for MavenProject: de.cognicrypt:de.cognicrypt.codegenerator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/pom.xml
[INFO] Resolving dependencies of MavenProject: de.cognicrypt:de.cognicrypt.codegenerator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/pom.xml
[INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (79.97kB)
[INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (79.97kB)
[INFO] Fetching org.eclipse.jdt_3.18.300.v20200305-0155.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.1kB)
[INFO] Fetching org.eclipse.jdt_3.18.300.v20200305-0155.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.1kB)
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (82.7kB)
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (82.7kB)
[INFO] Fetching org.eclipse.ui.intro_3.5.900.v20200217-1223.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (142.42kB)
[INFO] Fetching org.eclipse.ui.intro_3.5.900.v20200217-1223.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (142.42kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.5.700.v20200216-1748.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (151.09kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.5.700.v20200216-1748.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (151.09kB)
[INFO] Resolving class path of MavenProject: de.cognicrypt:de.cognicrypt.codegenerator:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/pom.xml
[INFO] Computing target platform for MavenProject: de.cognicrypt:de.cognicrypt.codegenerator.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: de.cognicrypt:de.cognicrypt.codegenerator.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator.tests/pom.xml
[INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24kB)
[INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24kB)
[INFO] Fetching org.eclipse.core.net_1.3.800.v20200218-0937.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.79kB)
[INFO] Fetching org.eclipse.core.net_1.3.800.v20200218-0937.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.79kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (29.85kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (29.85kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.3.600.v20200116-2127.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (56.27kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.3.600.v20200116-2127.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (56.27kB)
[INFO] Fetching org.eclipse.urischeme_1.0.600.v20200115-1733.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.42kB)
[INFO] Fetching org.eclipse.urischeme_1.0.600.v20200115-1733.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.42kB)
[INFO] Resolving class path of MavenProject: de.cognicrypt:de.cognicrypt.codegenerator.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator.tests/pom.xml
[INFO] Computing target platform for MavenProject: de.cognicrypt:de.cognicrypt.staticanalyzer:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.staticanalyzer/pom.xml
[INFO] Resolving dependencies of MavenProject: de.cognicrypt:de.cognicrypt.staticanalyzer:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.staticanalyzer/pom.xml
[INFO] Resolving class path of MavenProject: de.cognicrypt:de.cognicrypt.staticanalyzer:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.staticanalyzer/pom.xml
[INFO] Computing target platform for MavenProject: de.cognicrypt:de.cognicrypt.integrator.task:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.integrator.task/pom.xml
[INFO] Resolving dependencies of MavenProject: de.cognicrypt:de.cognicrypt.integrator.task:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.integrator.task/pom.xml
[INFO] Resolving class path of MavenProject: de.cognicrypt:de.cognicrypt.integrator.task:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.integrator.task/pom.xml
[INFO] Computing target platform for MavenProject: de.cognicrypt:de.cognicrypt.integrator.primitive:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.integrator.primitive/pom.xml
[INFO] Resolving dependencies of MavenProject: de.cognicrypt:de.cognicrypt.integrator.primitive:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.integrator.primitive/pom.xml
[INFO] Resolving class path of MavenProject: de.cognicrypt:de.cognicrypt.integrator.primitive:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.integrator.primitive/pom.xml
[INFO] Computing target platform for MavenProject: de.cognicrypt:de.cognicrypt.core.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/features/de.cognicrypt.core.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: de.cognicrypt:de.cognicrypt.core.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/features/de.cognicrypt.core.feature/pom.xml
[INFO] Resolving class path of MavenProject: de.cognicrypt:de.cognicrypt.core.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/features/de.cognicrypt.core.feature/pom.xml
[INFO] Computing target platform for MavenProject: de.cognicrypt:de.cognicrypt.codegenerator.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/features/de.cognicrypt.codegenerator.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: de.cognicrypt:de.cognicrypt.codegenerator.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/features/de.cognicrypt.codegenerator.feature/pom.xml
[INFO] Resolving class path of MavenProject: de.cognicrypt:de.cognicrypt.codegenerator.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/features/de.cognicrypt.codegenerator.feature/pom.xml
[INFO] Computing target platform for MavenProject: de.cognicrypt:de.cognicrypt.cryslhandler.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/features/de.cognicrypt.cryslhandler.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: de.cognicrypt:de.cognicrypt.cryslhandler.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/features/de.cognicrypt.cryslhandler.feature/pom.xml
[INFO] Resolving class path of MavenProject: de.cognicrypt:de.cognicrypt.cryslhandler.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/features/de.cognicrypt.cryslhandler.feature/pom.xml
[INFO] Computing target platform for MavenProject: de.cognicrypt:de.cognicrypt.staticanalyzer.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/features/de.cognicrypt.staticanalyzer.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: de.cognicrypt:de.cognicrypt.staticanalyzer.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/features/de.cognicrypt.staticanalyzer.feature/pom.xml
[INFO] Resolving class path of MavenProject: de.cognicrypt:de.cognicrypt.staticanalyzer.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/features/de.cognicrypt.staticanalyzer.feature/pom.xml
[INFO] Computing target platform for MavenProject: de.cognicrypt:de.cognicrypt.repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/repository/pom.xml
[INFO] Resolving dependencies of MavenProject: de.cognicrypt:de.cognicrypt.repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/repository/pom.xml
[INFO] Fetching de.darmstadt.tu.crossing.CrySL.feature_2.0.1.jar from https://it.crossing.tu-darmstadt.de/cognicrypt/stable/features/ (5.95kB)
[INFO] Fetching de.darmstadt.tu.crossing.CrySL.feature_2.0.1.jar from https://it.crossing.tu-darmstadt.de/cognicrypt/stable/features/ (5.95kB)
[INFO] Resolving class path of MavenProject: de.cognicrypt:de.cognicrypt.repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/repository/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] de.cognicrypt.parent                                               [pom]
[INFO] de.cognicrypt.core                                      [eclipse-plugin]
[INFO] de.cognicrypt.crysl.handler                             [eclipse-plugin]
[INFO] de.cognicrypt.staticanalyzer                            [eclipse-plugin]
[INFO] de.cognicrypt.codegenerator                             [eclipse-plugin]
[INFO] de.cognicrypt.codegenerator.tests                  [eclipse-test-plugin]
[INFO] de.cognicrypt.integrator.task                           [eclipse-plugin]
[INFO] de.cognicrypt.integrator.primitive                      [eclipse-plugin]
[INFO] de.cognicrypt.core.feature                             [eclipse-feature]
[INFO] de.cognicrypt.codegenerator.feature                    [eclipse-feature]
[INFO] de.cognicrypt.cryslhandler.feature                     [eclipse-feature]
[INFO] de.cognicrypt.staticanalyzer.feature                   [eclipse-feature]
[INFO] de.cognicrypt.repository                            [eclipse-repository]
[INFO] 
[INFO] -----------------< de.cognicrypt:de.cognicrypt.parent >-----------------
[INFO] Building de.cognicrypt.parent 1.0.0-SNAPSHOT                      [1/13]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ de.cognicrypt.parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ de.cognicrypt.parent ---
[INFO] Installing /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/pom.xml to /home/jenkins/.m2/repository/de/cognicrypt/de.cognicrypt.parent/1.0.0-SNAPSHOT/de.cognicrypt.parent-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------------< de.cognicrypt:de.cognicrypt.core >------------------
[INFO] Building de.cognicrypt.core 1.0.0-SNAPSHOT                        [2/13]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for de.cognicrypt.parent 1.0.0-SNAPSHOT:
[INFO] 
[INFO] de.cognicrypt.parent ............................... SUCCESS [ 21.821 s]
[INFO] de.cognicrypt.core ................................. FAILURE [ 12.290 s]
[INFO] de.cognicrypt.crysl.handler ........................ SKIPPED
[INFO] de.cognicrypt.staticanalyzer ....................... SKIPPED
[INFO] de.cognicrypt.codegenerator ........................ SKIPPED
[INFO] de.cognicrypt.codegenerator.tests .................. SKIPPED
[INFO] de.cognicrypt.integrator.task ...................... SKIPPED
[INFO] de.cognicrypt.integrator.primitive ................. SKIPPED
[INFO] de.cognicrypt.core.feature ......................... SKIPPED
[INFO] de.cognicrypt.codegenerator.feature ................ SKIPPED
[INFO] de.cognicrypt.cryslhandler.feature ................. SKIPPED
[INFO] de.cognicrypt.staticanalyzer.feature ............... SKIPPED
[INFO] de.cognicrypt.repository ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  05:57 min
[INFO] Finished at: 2021-05-17T08:13:42Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project de.cognicrypt.core: Could not resolve dependencies for project de.cognicrypt:de.cognicrypt.core:eclipse-plugin:1.0.0-SNAPSHOT: Failed to collect dependencies at de.fraunhofer.iem:CryptoAnalysis:jar:2.7.2: Failed to read artifact descriptor for de.fraunhofer.iem:CryptoAnalysis:jar:2.7.2: Could not transfer artifact de.fraunhofer.iem:CryptoAnalysis:pom:2.7.2 from/to soot-release (https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-release/): Transfer failed for https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-release/de/fraunhofer/iem/CryptoAnalysis/2.7.2/CryptoAnalysis-2.7.2.pom: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed: NotAfter: Thu May 13 10:33:20 UTC 2021 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :de.cognicrypt.core
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish Snapshot)
Stage "Publish Snapshot" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish Stable)
Stage "Publish Stable" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE