Skip to content
Failed

Console Output

Branch indexing
17:20:09 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-stbrc is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-stbrc"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.cognicrypt.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-stbrc"
    - 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-stbrc"
    - 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-stbrc 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 78bf5df081d483163b6e0d1151c5016109b0b368 # 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.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.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.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 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_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 ]---------------------------
[WARNING] Could not validate integrity of download from https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-release/de/upb/cs/swt/heros/1.2.2/heros-1.2.2.pom: Checksum validation failed, no checksums available
[WARNING] Checksum validation failed, no checksums available from soot-release for https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-release/de/upb/cs/swt/heros/1.2.2/heros-1.2.2.pom
[WARNING] Could not validate integrity of download from https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-release/ca/mcgill/sable/jasmin/3.0.2/jasmin-3.0.2.pom: Checksum validation failed, no checksums available
[WARNING] Checksum validation failed, no checksums available from soot-release for https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-release/ca/mcgill/sable/jasmin/3.0.2/jasmin-3.0.2.pom
[WARNING] Could not validate integrity of download from https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-release/de/upb/cs/swt/heros/1.2.2/heros-1.2.2.jar: Checksum validation failed, no checksums available
[WARNING] Checksum validation failed, no checksums available from soot-release for https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-release/de/upb/cs/swt/heros/1.2.2/heros-1.2.2.jar
[WARNING] Could not validate integrity of download from https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-release/ca/mcgill/sable/jasmin/3.0.2/jasmin-3.0.2.jar: Checksum validation failed, no checksums available
[WARNING] Checksum validation failed, no checksums available from soot-release for https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-release/ca/mcgill/sable/jasmin/3.0.2/jasmin-3.0.2.jar
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ de.cognicrypt.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ de.cognicrypt.core ---
[INFO] The project's OSGi version is 1.0.0.202105122120
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ de.cognicrypt.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ de.cognicrypt.core ---
[INFO] 
[INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ de.cognicrypt.core ---
[INFO] Copying commons-cli-1.4.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/commons-cli.jar
[INFO] Copying junit-4.13.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/junit.jar
[INFO] Copying log4j-1.2.17.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/log4j.jar
[INFO] Copying idealPDS-2.5.1.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/idealPDS.jar
[INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/aopalliance.jar
[INFO] Copying aether-api-1.1.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/aether-api.jar
[INFO] Copying boomerangPDS-2.5.1.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/boomerangPDS.jar
[INFO] Copying animal-sniffer-annotations-1.14.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/animal-sniffer-annotations.jar
[INFO] Copying FastInfoset-1.2.15.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/FastInfoset.jar
[INFO] Copying maven-model-builder-3.3.3.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/maven-model-builder.jar
[INFO] Copying commons-lang3-3.11.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/commons-lang3.jar
[INFO] Copying jaxb-api-2.4.0-b180725.0427.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/jaxb-api.jar
[INFO] Copying aether-transport-http-1.1.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/aether-transport-http.jar
[INFO] Copying zip4j-2.1.1.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/zip4j.jar
[INFO] Copying commons-io-2.6.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/commons-io.jar
[INFO] Copying maven-model-3.3.3.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/maven-model.jar
[INFO] Copying asm-commons-8.0.1.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/asm-commons.jar
[INFO] Copying plexus-component-annotations-1.5.5.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/plexus-component-annotations.jar
[INFO] Copying json-simple-1.1.1.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/json-simple.jar
[INFO] Copying asm-util-8.0.1.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/asm-util.jar
[INFO] Copying javax.annotation-api-1.3.2.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/javax.annotation-api.jar
[INFO] Copying jaxb-runtime-2.4.0-b180830.0438.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/jaxb-runtime.jar
[INFO] Copying jasmin-3.0.2.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/jasmin.jar
[INFO] Copying asm-tree-8.0.1.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/asm-tree.jar
[INFO] Copying guice-3.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/guice.jar
[INFO] Copying commons-logging-1.1.1.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/commons-logging.jar
[INFO] Copying hamcrest-core-1.3.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/hamcrest-core.jar
[INFO] Copying org.eclipse.xtext.common.types-2.18.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/org.eclipse.xtext.common.types.jar
[INFO] Copying antlr-runtime-3.2.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/antlr-runtime.jar
[INFO] Copying org.eclipse.emf.ecore-2.15.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/org.eclipse.emf.ecore.jar
[INFO] Copying javax.activation-api-1.2.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/javax.activation-api.jar
[INFO] Copying org.eclipse.osgi-3.13.200.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/org.eclipse.osgi.jar
[INFO] Copying plexus-utils-3.0.20.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/plexus-utils.jar
[INFO] Copying slf4j-api-1.7.30.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/slf4j-api.jar
[INFO] Copying de.darmstadt.tu.crossing.CrySL-2.0.1.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/de.darmstadt.tu.crossing.CrySL.jar
[INFO] Copying org.eclipse.egit.github.core-2.1.5.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/org.eclipse.egit.github.core.jar
[INFO] Copying log4j-core-2.11.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/log4j-core.jar
[INFO] Copying stax-ex-1.8.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/stax-ex.jar
[INFO] Copying aether-connector-basic-1.1.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/aether-connector-basic.jar
[INFO] Copying plexus-interpolation-1.21.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/plexus-interpolation.jar
[INFO] Copying commons-codec-1.11.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/commons-codec.jar
[INFO] Copying testCore-2.5.1.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/testCore.jar
[INFO] Copying xmlpull-1.1.3.4d_b4_min.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/xmlpull.jar
[INFO] Copying org.eclipse.xtend.lib.macro-2.18.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/org.eclipse.xtend.lib.macro.jar
[INFO] Copying heros-1.2.2.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/heros.jar
[INFO] Copying log4j-api-2.11.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/log4j-api.jar
[INFO] Copying maven-aether-provider-3.3.3.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/maven-aether-provider.jar
[INFO] Copying java_cup-0.9.2.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/java_cup.jar
[INFO] Copying istack-commons-runtime-3.0.7.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/istack-commons-runtime.jar
[INFO] Copying aether-transport-file-1.1.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/aether-transport-file.jar
[INFO] Copying jsr305-1.3.9.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/jsr305.jar
[INFO] Copying slf4j-simple-1.7.21.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/slf4j-simple.jar
[INFO] Copying checker-compat-qual-2.0.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/checker-compat-qual.jar
[INFO] Copying asm-8.0.1.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/asm.jar
[INFO] Copying jcl-over-slf4j-1.6.2.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/jcl-over-slf4j.jar
[INFO] Copying PathExpression-1.0.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/PathExpression.jar
[INFO] Copying j2objc-annotations-1.1.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/j2objc-annotations.jar
[INFO] Copying gson-1.4.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/gson.jar
[INFO] Copying org.eclipse.equinox.common-3.10.200.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/org.eclipse.equinox.common.jar
[INFO] Copying ini4j-0.5.1.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/ini4j.jar
[INFO] Copying bcprov-jdk15on-1.62.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/bcprov-jdk15on.jar
[INFO] Copying org.eclipse.xtext-2.18.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/org.eclipse.xtext.jar
[INFO] Copying org.eclipse.xtext.xbase.lib-2.18.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/org.eclipse.xtext.xbase.lib.jar
[INFO] Copying aether-impl-1.1.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/aether-impl.jar
[INFO] Copying dexlib2-2.4.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/dexlib2.jar
[INFO] Copying error_prone_annotations-2.1.3.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/error_prone_annotations.jar
[INFO] Copying txw2-2.4.0-b180830.0438.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/txw2.jar
[INFO] Copying guava-25.0-jre.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/guava.jar
[INFO] Copying maven-builder-support-3.3.3.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/maven-builder-support.jar
[INFO] Copying httpclient-4.5.9.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/httpclient.jar
[INFO] Copying maven-repository-metadata-3.3.3.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/maven-repository-metadata.jar
[INFO] Copying bctls-jdk15on-1.62.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/bctls-jdk15on.jar
[INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/javax.inject.jar
[INFO] Copying org.eclipse.emf.common-2.15.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/org.eclipse.emf.common.jar
[INFO] Copying soot-4.2.1.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/soot.jar
[INFO] Copying httpcore-4.4.11.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/httpcore.jar
[INFO] Copying axml-2.0.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/axml.jar
[INFO] Copying org.eclipse.xtext.util-2.18.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/org.eclipse.xtext.util.jar
[INFO] Copying WPDS-2.5.1.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/WPDS.jar
[INFO] Copying org.eclipse.xtend.lib-2.18.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/org.eclipse.xtend.lib.jar
[INFO] Copying aether-util-1.1.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/aether-util.jar
[INFO] Copying polyglot-2006.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/polyglot.jar
[INFO] Copying functionaljava-4.2.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/functionaljava.jar
[INFO] Copying CryptoAnalysis-2.7.2.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/CryptoAnalysis.jar
[INFO] Copying org.eclipse.emf.ecore.xmi-2.12.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/org.eclipse.emf.ecore.xmi.jar
[INFO] Copying asm-analysis-8.0.1.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/asm-analysis.jar
[INFO] Copying classgraph-4.8.35.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/classgraph.jar
[INFO] Copying aether-spi-1.1.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/aether-spi.jar
[INFO] Copying synchronizedPDS-2.5.1.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/synchronizedPDS.jar
[INFO] Copying org.eclipse.xtext.xbase-2.18.0.jar to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/lib/org.eclipse.xtext.xbase.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ de.cognicrypt.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ de.cognicrypt.core ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ de.cognicrypt.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (compiletests) @ de.cognicrypt.core ---
[INFO] No sources to compile
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ de.cognicrypt.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ de.cognicrypt.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/target/de.cognicrypt.core-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ de.cognicrypt.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ de.cognicrypt.core ---
[INFO] Installing /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/target/de.cognicrypt.core-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/de/cognicrypt/de.cognicrypt.core/1.0.0-SNAPSHOT/de.cognicrypt.core-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/pom.xml to /home/jenkins/.m2/repository/de/cognicrypt/de.cognicrypt.core/1.0.0-SNAPSHOT/de.cognicrypt.core-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/target/p2content.xml to /home/jenkins/.m2/repository/de/cognicrypt/de.cognicrypt.core/1.0.0-SNAPSHOT/de.cognicrypt.core-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/de/cognicrypt/de.cognicrypt.core/1.0.0-SNAPSHOT/de.cognicrypt.core-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ de.cognicrypt.core ---
[INFO] 
[INFO] -------------< de.cognicrypt:de.cognicrypt.crysl.handler >--------------
[INFO] Building de.cognicrypt.crysl.handler 1.0.0-SNAPSHOT               [3/13]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ de.cognicrypt.crysl.handler ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ de.cognicrypt.crysl.handler ---
[INFO] The project's OSGi version is 1.0.0.202105122120
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ de.cognicrypt.crysl.handler ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ de.cognicrypt.crysl.handler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ de.cognicrypt.crysl.handler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ de.cognicrypt.crysl.handler ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.crysl.handler/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ de.cognicrypt.crysl.handler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 21 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (compiletests) @ de.cognicrypt.crysl.handler ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.crysl.handler/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ de.cognicrypt.crysl.handler ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ de.cognicrypt.crysl.handler ---
[INFO] Building jar: /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.crysl.handler/target/de.cognicrypt.crysl.handler-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ de.cognicrypt.crysl.handler ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ de.cognicrypt.crysl.handler ---
[INFO] Installing /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.crysl.handler/target/de.cognicrypt.crysl.handler-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/de/cognicrypt/de.cognicrypt.crysl.handler/1.0.0-SNAPSHOT/de.cognicrypt.crysl.handler-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.crysl.handler/pom.xml to /home/jenkins/.m2/repository/de/cognicrypt/de.cognicrypt.crysl.handler/1.0.0-SNAPSHOT/de.cognicrypt.crysl.handler-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.crysl.handler/target/p2content.xml to /home/jenkins/.m2/repository/de/cognicrypt/de.cognicrypt.crysl.handler/1.0.0-SNAPSHOT/de.cognicrypt.crysl.handler-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.crysl.handler/target/p2artifacts.xml to /home/jenkins/.m2/repository/de/cognicrypt/de.cognicrypt.crysl.handler/1.0.0-SNAPSHOT/de.cognicrypt.crysl.handler-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ de.cognicrypt.crysl.handler ---
[INFO] 
[INFO] -------------< de.cognicrypt:de.cognicrypt.staticanalyzer >-------------
[INFO] Building de.cognicrypt.staticanalyzer 1.0.0-SNAPSHOT              [4/13]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ de.cognicrypt.staticanalyzer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ de.cognicrypt.staticanalyzer ---
[INFO] The project's OSGi version is 1.0.0.202105122120
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ de.cognicrypt.staticanalyzer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ de.cognicrypt.staticanalyzer ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ de.cognicrypt.staticanalyzer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.staticanalyzer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ de.cognicrypt.staticanalyzer ---
[INFO] Compiling 29 source files to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.staticanalyzer/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ de.cognicrypt.staticanalyzer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.staticanalyzer/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (compiletests) @ de.cognicrypt.staticanalyzer ---
[INFO] No sources to compile
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ de.cognicrypt.staticanalyzer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ de.cognicrypt.staticanalyzer ---
[INFO] Building jar: /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.staticanalyzer/target/de.cognicrypt.staticanalyzer-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ de.cognicrypt.staticanalyzer ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ de.cognicrypt.staticanalyzer ---
[INFO] Installing /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.staticanalyzer/target/de.cognicrypt.staticanalyzer-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/de/cognicrypt/de.cognicrypt.staticanalyzer/1.0.0-SNAPSHOT/de.cognicrypt.staticanalyzer-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.staticanalyzer/pom.xml to /home/jenkins/.m2/repository/de/cognicrypt/de.cognicrypt.staticanalyzer/1.0.0-SNAPSHOT/de.cognicrypt.staticanalyzer-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.staticanalyzer/target/p2content.xml to /home/jenkins/.m2/repository/de/cognicrypt/de.cognicrypt.staticanalyzer/1.0.0-SNAPSHOT/de.cognicrypt.staticanalyzer-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.staticanalyzer/target/p2artifacts.xml to /home/jenkins/.m2/repository/de/cognicrypt/de.cognicrypt.staticanalyzer/1.0.0-SNAPSHOT/de.cognicrypt.staticanalyzer-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ de.cognicrypt.staticanalyzer ---
[INFO] 
[INFO] -------------< de.cognicrypt:de.cognicrypt.codegenerator >--------------
[INFO] Building de.cognicrypt.codegenerator 1.0.0-SNAPSHOT               [5/13]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ de.cognicrypt.codegenerator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ de.cognicrypt.codegenerator ---
[INFO] The project's OSGi version is 1.0.0.202105122120
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ de.cognicrypt.codegenerator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ de.cognicrypt.codegenerator ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ de.cognicrypt.codegenerator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 28 resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ de.cognicrypt.codegenerator ---
[INFO] Compiling 61 source files to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/target/classes
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryptionhybridstrings/SecureEncryptor.java:[14] 
	import java.nio.file.Files;
	       ^^^^^^^^^^^^^^^^^^^
The import java.nio.file.Files is never used
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryptionhybridstrings/SecureEncryptor.java:[15] 
	import java.nio.file.Paths;
	       ^^^^^^^^^^^^^^^^^^^
The import java.nio.file.Paths is never used
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryptionhybridstrings/SecureEncryptor.java:[57] 
	byte[] ret = new byte[ivBytes.length + cipherText.length];
	                                       ^^^^^^^^^^
Null pointer access: The variable cipherText can only be null at this location
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryptionstrings/SecureEncryptor.java:[44] 
	byte[] ret = new byte[ivBytes.length + res.length];
	                                       ^^^
Null pointer access: The variable res can only be null at this location
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CodeGenerator.java:[30] 
	import org.eclipse.jdt.core.JavaCore;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.jdt.core.JavaCore is never used
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CodeGenerator.java:[137] 
	final ASTParser astp = ASTParser.newParser(AST.JLS11);
	                                               ^^^^^
The field AST.JLS11 is deprecated
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CodeGenerator.java:[203] 
	final ASTParser astp = ASTParser.newParser(AST.JLS11);
	                                               ^^^^^
The field AST.JLS11 is deprecated
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/secretkeyencryption/SecureEncryptor.java:[36] 
	byte[] ret = new byte[ivBytes.length + res.length];
	                                       ^^^
Null pointer access: The variable res can only be null at this location
9. INFO in /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/XSLBasedGenerator.java (at line 112)
	if (targetFile != null && this.project.equals(targetFile.getProject())) {
	                                              ^^^^^^^^^^^^^^^^^^^^^^^
Unlikely argument type for equals(): IProject seems to be unrelated to DeveloperProject
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryptionhybrid/SecureEncryptor.java:[52] 
	byte[] ret = new byte[ivBytes.length + cipherText.length];
	                                       ^^^^^^^^^^
Null pointer access: The variable cipherText can only be null at this location
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryptionhybridfiles/SecureEncryptor.java:[56] 
	byte[] ret = new byte[ivBytes.length + cipherText.length];
	                                       ^^^^^^^^^^
Null pointer access: The variable cipherText can only be null at this location
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryption/SecureEncryptor.java:[39] 
	byte[] ret = new byte[ivBytes.length + res.length];
	                                       ^^^
Null pointer access: The variable res can only be null at this location
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/wizard/TaskSelectionPage.java:[17] 
	import java.io.InputStream;
	       ^^^^^^^^^^^^^^^^^^^
The import java.io.InputStream is never used
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/wizard/LocatorPage.java:[33] 
	import org.eclipse.ui.internal.ide.misc.ContainerContentProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContainerContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.17.0.v20200217-1511/org.eclipse.ui.ide-3.17.0.v20200217-1511.jar')
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/wizard/LocatorPage.java:[73] 
	final ContainerContentProvider cp = new ContainerContentProvider();
	      ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContainerContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.17.0.v20200217-1511/org.eclipse.ui.ide-3.17.0.v20200217-1511.jar')
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/wizard/LocatorPage.java:[73] 
	final ContainerContentProvider cp = new ContainerContentProvider();
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ContainerContentProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.17.0.v20200217-1511/org.eclipse.ui.ide-3.17.0.v20200217-1511.jar')
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/wizard/LocatorPage.java:[73] 
	final ContainerContentProvider cp = new ContainerContentProvider();
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ContainerContentProvider()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.17.0.v20200217-1511/org.eclipse.ui.ide-3.17.0.v20200217-1511.jar')
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/wizard/LocatorPage.java:[74] 
	cp.showClosedProjects(true);
	   ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'ContainerContentProvider.showClosedProjects(boolean)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.ide/3.17.0.v20200217-1511/org.eclipse.ui.ide-3.17.0.v20200217-1511.jar')
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/encryptionfiles/SecureEncryptor.java:[44] 
	byte[] ret = new byte[ivBytes.length + res.length];
	                                       ^^^
Null pointer access: The variable res can only be null at this location
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CodeGenCrySLRule.java:[20] 
	import crypto.rules.CrySLObject;
	       ^^^^^^^^^^^^^^^^^^^^^^^^
The import crypto.rules.CrySLObject is never used
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/ui/contentassist/SelectionFinder.java:[34] 
	ASTParser parser = ASTParser.newParser(AST.JLS12);
	                                           ^^^^^
The field AST.JLS12 is deprecated
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/stringhashing/StringHasher.java:[22] 
	byte[] plainBytes = msg.getBytes(StandardCharsets.UTF_8);
	       ^^^^^^^^^^
The value of the local variable plainBytes is not used
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/crysl/templates/stringhashing/StringHasher.java:[29] 
	byte[] plainBytes = newMsg.getBytes(StandardCharsets.UTF_8);
	       ^^^^^^^^^^
The value of the local variable plainBytes is not used
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[15] 
	import java.net.MalformedURLException;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import java.net.MalformedURLException is never used
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[82] 
	import soot.SootResolver;
	       ^^^^^^^^^^^^^^^^^
The import soot.SootResolver is never used
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[1218] 
	ASTParser parser = ASTParser.newParser(AST.JLS11);
	                                           ^^^^^
The field AST.JLS11 is deprecated
[WARNING] /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/src/main/java/de/cognicrypt/codegenerator/generator/CrySLBasedCodeGenerator.java:[1240] 
	@SuppressWarnings({ "unchecked", "rawtypes" })
	                    ^^^^^^^^^^^
Unnecessary @SuppressWarnings("unchecked")
27 problems (0 errors, 26 warnings, 1 info)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ de.cognicrypt.codegenerator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 14 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (compiletests) @ de.cognicrypt.codegenerator ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/target/test-classes
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ de.cognicrypt.codegenerator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ de.cognicrypt.codegenerator ---
[INFO] Building jar: /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/target/de.cognicrypt.codegenerator-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ de.cognicrypt.codegenerator ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ de.cognicrypt.codegenerator ---
[INFO] Installing /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/target/de.cognicrypt.codegenerator-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/de/cognicrypt/de.cognicrypt.codegenerator/1.0.0-SNAPSHOT/de.cognicrypt.codegenerator-1.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/pom.xml to /home/jenkins/.m2/repository/de/cognicrypt/de.cognicrypt.codegenerator/1.0.0-SNAPSHOT/de.cognicrypt.codegenerator-1.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/target/p2content.xml to /home/jenkins/.m2/repository/de/cognicrypt/de.cognicrypt.codegenerator/1.0.0-SNAPSHOT/de.cognicrypt.codegenerator-1.0.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator/target/p2artifacts.xml to /home/jenkins/.m2/repository/de/cognicrypt/de.cognicrypt.codegenerator/1.0.0-SNAPSHOT/de.cognicrypt.codegenerator-1.0.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:update-local-index (default-update-local-index) @ de.cognicrypt.codegenerator ---
[INFO] 
[INFO] ----------< de.cognicrypt:de.cognicrypt.codegenerator.tests >-----------
[INFO] Building de.cognicrypt.codegenerator.tests 1.0.0-SNAPSHOT         [6/13]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ de.cognicrypt.codegenerator.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ de.cognicrypt.codegenerator.tests ---
[INFO] The project's OSGi version is 1.0.0.202105122120
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ de.cognicrypt.codegenerator.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ de.cognicrypt.codegenerator.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ de.cognicrypt.codegenerator.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ de.cognicrypt.codegenerator.tests ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ de.cognicrypt.codegenerator.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ de.cognicrypt.codegenerator.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ de.cognicrypt.codegenerator.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator.tests/target/de.cognicrypt.codegenerator.tests-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ de.cognicrypt.codegenerator.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ de.cognicrypt.codegenerator.tests ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator.tests/target/work/data, -install, /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator.tests/target/work, -configuration, /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator.tests/target/surefire.properties]
An error has occurred. See the log file
/home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator.tests/target/work/data/.metadata/.log.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for de.cognicrypt.parent 1.0.0-SNAPSHOT:
[INFO] 
[INFO] de.cognicrypt.parent ............................... SUCCESS [ 17.180 s]
[INFO] de.cognicrypt.core ................................. SUCCESS [03:18 min]
[INFO] de.cognicrypt.crysl.handler ........................ SUCCESS [  3.101 s]
[INFO] de.cognicrypt.staticanalyzer ....................... SUCCESS [  0.755 s]
[INFO] de.cognicrypt.codegenerator ........................ SUCCESS [  3.870 s]
[INFO] de.cognicrypt.codegenerator.tests .................. FAILURE [  3.246 s]
[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:  08:32 min
[INFO] Finished at: 2021-05-12T21:29:18Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:1.4.0:test (default-test) on project de.cognicrypt.codegenerator.tests: An unexpected error occured while launching the test runtime (return code 13). See log /home/jenkins/agent/workspace/cognicrypt-multibranch_develop/plugins/de.cognicrypt.codegenerator.tests/target/work/data/.metadata/.log for details. -> [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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :de.cognicrypt.codegenerator.tests
[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